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

More...

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

Static Public Member Functions

static implicit operator FieldTrigger.Builder (FieldTrigger.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 string ExtraCls [get, set]
 An additional CSS class (or classes) to be added to the trigger's element. Can be a single class name (e.g. 'foo') or a space-separated list of class names (e.g. 'foo bar'). More...
 
virtual string Handler [get, set]
 Function to run when trigger is clicked or tapped. More...
 
virtual bool Hidden [get, set]
 true to initially render the trigger hidden. Defaults to: false More...
 
virtual bool HideOnReadOnly [get, set]
 Set 'false' to prevent trigger from being hidden even though the related field is set readOnly. Defaults to: true More...
 
virtual bool RepeatClick [get, set]
 true to attach a click repeater to the trigger. Defaults to: false More...
 
virtual string Scope [get, set]
 Execution context for the handler function. More...
 
virtual int Weight [get, set]
 An optional weighting to change the ordering of the items. The default weight is 0. Triggers are sorted by weight in ascending order before being rendered. Defaults to: 0 More...
 
virtual int Width [get, set]
 The trigger's width, in pixels. Typically this is not needed as the trigger width is normally determined by the stylesheet More...
 
virtual string Tag [get, set]
 A trigger tag More...
 
virtual TriggerIcon Icon [get, set]
 The icon to use in the trigger. See also, IconCls to set an icon with a custom Css class. 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 QTip [get, set]
 Quick tip. More...
 
QTipCfg QTipCfg [get]
 

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 FieldTrigger.Builder()

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

Property Documentation

◆ ExtraCls

virtual string Ext.Net.FieldTrigger.Config.ExtraCls
getset

An additional CSS class (or classes) to be added to the trigger's element. Can be a single class name (e.g. 'foo') or a space-separated list of class names (e.g. 'foo bar').

◆ Handler

virtual string Ext.Net.FieldTrigger.Config.Handler
getset

Function to run when trigger is clicked or tapped.

◆ Hidden

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

true to initially render the trigger hidden. Defaults to: false

◆ HideOnReadOnly

virtual bool Ext.Net.FieldTrigger.Config.HideOnReadOnly
getset

Set 'false' to prevent trigger from being hidden even though the related field is set readOnly. Defaults to: true

◆ Icon

virtual TriggerIcon Ext.Net.FieldTrigger.Config.Icon
getset

The icon to use in the trigger. See also, IconCls to set an icon with a custom Css class.

◆ IconCls

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

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

◆ QTip

virtual string Ext.Net.FieldTrigger.Config.QTip
getset

Quick tip.

◆ QTipCfg

QTipCfg Ext.Net.FieldTrigger.Config.QTipCfg
get

◆ RepeatClick

virtual bool Ext.Net.FieldTrigger.Config.RepeatClick
getset

true to attach a click repeater to the trigger. Defaults to: false

◆ Scope

virtual string Ext.Net.FieldTrigger.Config.Scope
getset

Execution context for the handler function.

◆ Tag

virtual string Ext.Net.FieldTrigger.Config.Tag
getset

A trigger tag

◆ Weight

virtual int Ext.Net.FieldTrigger.Config.Weight
getset

An optional weighting to change the ordering of the items. The default weight is 0. Triggers are sorted by weight in ascending order before being rendered. Defaults to: 0

◆ Width

virtual int Ext.Net.FieldTrigger.Config.Width
getset

The trigger's width, in pixels. Typically this is not needed as the trigger width is normally determined by the stylesheet


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