Extension talk:ManagedIframe (Legacy)

This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.

Go to the new Sencha Learning Center

From Sencha - Learn

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 on 16 February 2008, at 15:33. This page has been accessed 5,629 times.