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

More...

Inheritance diagram for Ext.Net.QTipCfg:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Properties

virtual bool AutoHide [get, set]
 True to automatically hide the tooltip after the mouse exits the target element or after the dismissDelay has expired if set (defaults to true). If closable = true a close tool button will be rendered into the tooltip header. 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 string Text [get, set]
 Tooltip text More...
 
virtual string Title [get, set]
 Tooltip title More...
 
virtual int DismissDelay [get, set]
 Delay in milliseconds before the tooltip automatically hides (defaults to 5000). To disable automatic hiding, set dismissDelay = 0. More...
 
virtual int ShowDelay [get, set]
 Delay in milliseconds before the tooltip displays after the mouse enters the target element. More...
 
virtual int HideDelay [get, set]
 Delay in milliseconds after the mouse exits the target element but before the tooltip actually hides. Set to 0 for the tooltip to hide immediately. Defaults to 200. More...
 
virtual int Width [get, set]
 Tooltip width More...
 
Control TargetControl [get, set]
 
virtual string Target [get, set]
 The target id to associate with this tooltip. More...
 
string TargetProxy [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Property Documentation

◆ AutoHide

virtual bool Ext.Net.QTipCfg.AutoHide
getset

True to automatically hide the tooltip after the mouse exits the target element or after the dismissDelay has expired if set (defaults to true). If closable = true a close tool button will be rendered into the tooltip header.

◆ Cls

virtual string Ext.Net.QTipCfg.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.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.QTipCfg.ConfigOptions
get

◆ DismissDelay

virtual int Ext.Net.QTipCfg.DismissDelay
getset

Delay in milliseconds before the tooltip automatically hides (defaults to 5000). To disable automatic hiding, set dismissDelay = 0.

◆ HideDelay

virtual int Ext.Net.QTipCfg.HideDelay
getset

Delay in milliseconds after the mouse exits the target element but before the tooltip actually hides. Set to 0 for the tooltip to hide immediately. Defaults to 200.

◆ ShowDelay

virtual int Ext.Net.QTipCfg.ShowDelay
getset

Delay in milliseconds before the tooltip displays after the mouse enters the target element.

◆ Target

virtual string Ext.Net.QTipCfg.Target
getset

The target id to associate with this tooltip.

◆ TargetControl

Control Ext.Net.QTipCfg.TargetControl
getset

◆ TargetProxy

string Ext.Net.QTipCfg.TargetProxy
getprotected

◆ Text

virtual string Ext.Net.QTipCfg.Text
getset

Tooltip text

◆ Title

virtual string Ext.Net.QTipCfg.Title
getset

Tooltip title

◆ Width

virtual int Ext.Net.QTipCfg.Width
getset

Tooltip width


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