Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.LoadMask.Config Class Reference

More...

Inheritance diagram for Ext.Net.LoadMask.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator LoadMask.Builder (LoadMask.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual bool ShowMask [get, set]
 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. More...
 
virtual string Msg [get, set]
 The text to display in a centered loading message box (defaults to 'Loading...'). More...
 
virtual string MsgCls [get, set]
 The CSS class to apply to the loading message element (defaults to 'x-mask-loading'). More...
 
virtual string StoreID [get, set]
 Optional Store to which the mask is bound. The mask is displayed when a load request is issued, and hidden on either load success, or load fail. More...
 
virtual bool UseMsg [get, set]
 Whether or not to use a loading message class or simply mask the bound element. Defaults to: true More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator LoadMask.Builder()

static implicit Ext.Net.LoadMask.Config.operator LoadMask.Builder ( LoadMask.Config  config)
inlinestatic

Property Documentation

◆ Msg

virtual string Ext.Net.LoadMask.Config.Msg
getset

The text to display in a centered loading message box (defaults to 'Loading...').

◆ MsgCls

virtual string Ext.Net.LoadMask.Config.MsgCls
getset

The CSS class to apply to the loading message element (defaults to 'x-mask-loading').

◆ ShowMask

virtual bool Ext.Net.LoadMask.Config.ShowMask
getset

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.

◆ StoreID

virtual string Ext.Net.LoadMask.Config.StoreID
getset

Optional Store to which the mask is bound. The mask is displayed when a load request is issued, and hidden on either load success, or load fail.

◆ UseMsg

virtual bool Ext.Net.LoadMask.Config.UseMsg
getset

Whether or not to use a loading message class or simply mask the bound element. Defaults to: true


The documentation for this class was generated from the following file: