Ext JS - Learning Center

Extension talk:ManagedIframe

From Learn About the Ext JavaScript Library

Jump to: navigation, search

Please...

Discuss problems and ideas here.

loadmask not function

How insert loadmask? i'm using win = desktop.createWindow but when the window loads the loadMask don't show nothing

RE:loadMask not function

the loadMask is controlled as a configuration option on either:

var MIF = new Ext.ux.ManagedIFrame('existingFrameID',{src:'page.php',loadMask:{msg:'Loading Site..'});

or

var MIFP = new Ext.ux.ManagedIframePanel({
             id         : 'MIFP',
             defaultSrc : 'page.php',
             loadMask   : {msg:'Loading Site..'}
           });

  • This page was last modified 15:33, 16 February 2008.
  • This page has been accessed 1,459 times.