-
16 Sep 2012 10:08 PM #71
Iframe autoscroll issue in IE
Iframe autoscroll issue in IE
Hi,
I'm using Ext 3.4..And i find autoscroll : false not working in IE..Firefox renders the iframe without any scrollbar..But IE doesn't..Is there any workaround to disable the scrollbar???
Code Snippet :
var mif = new Ext.ux.ManagedIFrame.Panel({
defaultSrc : this.uri,
height : this.height,
autoScroll : false,
frameborder : 0,
border : false,
loadMask : {
msg : this.loadMask
}
}
-
17 Sep 2012 9:16 AM #72
New version for ext 4.1.0 ?
New version for ext 4.1.0 ?
Hi,
You say in a previous post (2012, may i think) that a new version of multidom.js is needed for ext 4.1.0, and you say it will comming soon.
Do you have news about it ?
I really need to use 4.1.0 because of a bug with another component and i also need iframe ...
My problem is one already describe in this post
this error seems to occur, when an array of css properties (here padding array) is in the prop parameter instead of a string.prop.replace is not a function
Do you have any idea ?
Best regards.
Alain Deseine.
-
18 Oct 2012 12:10 PM #73
Any progress updates?
Any progress updates?
Since it's been a while since there has been any activity on this thread I'm wondering if this will be available for 4.1 at any point or if it has been abandoned?
Thanks!
-
10 Nov 2012 5:50 AM #74
-
16 Nov 2012 7:02 AM #75
-
16 Nov 2012 7:08 AM #76
anybody can tell me how to use
anybody can tell me how to use
which files to be loaded and Sequence exclude(ext-all.js,ext.css),
when fiels load how use in script, is (xtype:'iframepanel')
thank guys
use extjs4.1.3
-
22 Nov 2012 8:48 PM #77Sencha - Sales Team
- Join Date
- Mar 2007
- Location
- Melbourne, Australia (aka GMT+10)
- Posts
- 738
- Vote Rating
- 6
any news on 4.1.x and/or Sencha Architect support?
Check out SenchaWorld.com for articles, screencasts, conference videos and more.
Sencha Technical Training : Asia Pacific Region
Code Validation : JSLint | JSONLint | JSONPLint
-
20 Dec 2012 12:44 PM #78
bump any news for 4.1x
-
13 Feb 2013 6:56 AM #79
new multidom.js is needed for extjs 4.1.1
new multidom.js is needed for extjs 4.1.1
My extjs 4.1.1 apps won't load, with multidom.js
Please advise, need this desperately!
-
27 Feb 2013 9:50 AM #80
print pdf
print pdf
I'm launching an iframe window, with the print button in the toolbar. It prints image files just fine, but when a pdf is loaded, the print button does not work. Any suggestions?
here is what the print button handler is doing:
here is the print section of the component:Code:tbar : [ { text : 'Print Window', iconCls: 'print', handler : function(button){ var MIF = Ext.ComponentQuery.query('#mifhostwin-'+id+' > miframe')[0]; if(MIF) { MIF.getContentTarget().print(); } } } ],
Code:print : function() { try { var win; if( win = this.getWindow()){ Ext.isIE && win.focus(); win.print(); } } catch (ex) { //<debug> var Err = this.statics().Error; Err.raise( { msg : Err.message.printexception || ex.description || ex.message, error : ex, win : win } ); //</debug> } return this; },


Reply With Quote



