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

More...

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

Static Public Member Functions

static implicit operator ButtonLoadingState.Builder (ButtonLoadingState.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 ? int Glyph [get, set]
 A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. More...
 
virtual string GlyphSpec [get, set]
 A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. Alternatively, this config option accepts a string with the charCode and font-family separated by the @ symbol. For example '65@My Font Family'. More...
 
virtual string IconCls [get, set]
 A css class which sets a background image to be used as the icon for this button. More...
 
virtual string IconUrl [get, set]
 The path to an image to display in the button More...
 
virtual string Text [get, set]
 The button text to be used as innerHTML (html tags are accepted). More...
 
virtual string ToolTip [get, set]
 The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted). Or, see ToolTip config. More...
 
QTipCfg QTipCfg [get]
 A tip string. More...
 
virtual string Cls [get, set]
 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules. More...
 
virtual bool Disabled [get, set]
 Render this component disabled during an Ajax request (default is true). More...
 
virtual Unit Height [get, set]
 The height of this component in pixels. More...
 
virtual bool Hidden [get, set]
 Render this component hidden (default is false). If true, the hide method will be called internally. More...
 
virtual Unit Width [get, set]
 The width of this component in pixels. 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 ButtonLoadingState.Builder()

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

Property Documentation

◆ Cls

virtual string Ext.Net.ButtonLoadingState.Config.Cls
getset

An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.

◆ Disabled

virtual bool Ext.Net.ButtonLoadingState.Config.Disabled
getset

Render this component disabled during an Ajax request (default is true).

◆ Glyph

virtual ? int Ext.Net.ButtonLoadingState.Config.Glyph
getset

A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily.

◆ GlyphSpec

virtual string Ext.Net.ButtonLoadingState.Config.GlyphSpec
getset

A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. Alternatively, this config option accepts a string with the charCode and font-family separated by the @ symbol. For example '65@My Font Family'.

◆ Height

virtual Unit Ext.Net.ButtonLoadingState.Config.Height
getset

The height of this component in pixels.

◆ Hidden

virtual bool Ext.Net.ButtonLoadingState.Config.Hidden
getset

Render this component hidden (default is false). If true, the hide method will be called internally.

◆ IconCls

virtual string Ext.Net.ButtonLoadingState.Config.IconCls
getset

A css class which sets a background image to be used as the icon for this button.

◆ IconUrl

virtual string Ext.Net.ButtonLoadingState.Config.IconUrl
getset

The path to an image to display in the button

◆ QTipCfg

QTipCfg Ext.Net.ButtonLoadingState.Config.QTipCfg
get

A tip string.

◆ Text

virtual string Ext.Net.ButtonLoadingState.Config.Text
getset

The button text to be used as innerHTML (html tags are accepted).

◆ ToolTip

virtual string Ext.Net.ButtonLoadingState.Config.ToolTip
getset

The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted). Or, see ToolTip config.

◆ Width

virtual Unit Ext.Net.ButtonLoadingState.Config.Width
getset

The width of this component in pixels.


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