X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.LoadMask.html diff --git a/docs/output/Ext.LoadMask.html b/docs/output/Ext.LoadMask.html index 2dbc2206..82b14685 100644 --- a/docs/output/Ext.LoadMask.html +++ b/docs/output/Ext.LoadMask.html @@ -1,21 +1,21 @@ -
Properties Methods Events Config Options Direct Link

Class Ext.LoadMask

Package:Ext
Defined In:LoadMask.js
Class:LoadMask
Extends:Object
A simple utility class for generically masking elements while loading data. If the store +

Class Ext.LoadMask

Package:Ext
Defined In:LoadMask.js
Class:LoadMask
Extends:Object
A simple utility class for generically masking elements while loading data. If the store config option is specified, the masking will be automatically synchronized with the store's loading process and the mask element will be cached for reuse. For all other elements, this mask will replace the element's Updater load indicator and will be destroyed after the initial load.

Example usage:

// Basic mask:
 var myMask = new Ext.LoadMask(Ext.getBody(), {msg:"Please wait..."});
-myMask.show();

Config Options

Config OptionsDefined By
 msg : String
The text to display in a centered loading message box (defaults to 'Loading...')
LoadMask
 msgCls : String
The CSS class to apply to the loading message element (defaults to "x-mask-loading")
LoadMask