X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.LoadMask.html diff --git a/docs/output/Ext.LoadMask.html b/docs/output/Ext.LoadMask.html index 3a3962bb..f606cd48 100644 --- a/docs/output/Ext.LoadMask.html +++ b/docs/output/Ext.LoadMask.html @@ -5,17 +5,17 @@ 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