| removeMask : BooleanTrue to create a single-use mask that is automatically destroyed after loading (useful for page loads),
+myMask.show(); Config Options|
| 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 | | removeMask : BooleanTrue to create a single-use mask that is automatically destroyed after loading (useful for page loads),
False to pers... True to create a single-use mask that is automatically destroyed after loading (useful for page loads),
-False to persist the mask element reference for multiple uses (e.g., for paged data widgets). Defaults to false. | LoadMask | | store : Ext.data.StoreOptional Store to which the mask is bound. The mask is displayed when a load request is issued, and
+False to persist the mask element reference for multiple uses (e.g., for paged data widgets). Defaults to false. | LoadMask | | store : Ext.data.StoreOptional Store to which the mask is bound. The mask is displayed when a load request is issued, and
hidden on either ... Optional Store to which the mask is bound. The mask is displayed when a load request is issued, and
-hidden on either load sucess, or load fail. | LoadMask |
Public Properties|
| disabled : Boolean Read-only. True if the mask is currently disabled so that it will not be displayed (defaults to false) | LoadMask |
Public Methods|
| LoadMask( Mixed el , Object config )
- | LoadMask | | disable()
- :
- voidDisables the mask to prevent it from being displayed Disables the mask to prevent it from being displayed | LoadMask | | enable()
- :
- voidEnables the mask so that it can be displayed Enables the mask so that it can be displayed | LoadMask | | hide()
- :
- void | LoadMask | | show()
- :
+hidden on either load sucess, or load fail. | LoadMask |
Public Properties|
| disabled : Boolean Read-only. True if the mask is currently disabled so that it will not be displayed (defaults to false) | LoadMask |
Public Methods|
| LoadMask( Mixed el , Object config )
+ | LoadMask | | disable()
+ :
+ voidDisables the mask to prevent it from being displayed Disables the mask to prevent it from being displayed | LoadMask | | enable()
+ :
+ voidEnables the mask so that it can be displayed Enables the mask so that it can be displayed | LoadMask | | hide()
+ :
+ void | LoadMask | | show()
+ :
voidShow this LoadMask over the configured Element. Show this LoadMask over the configured Element. | LoadMask |
Public EventsThis class has no public events.
\ No newline at end of file
|