X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.QuickTips.html?ds=inline diff --git a/docs/output/Ext.QuickTips.html b/docs/output/Ext.QuickTips.html index 95606920..82a821eb 100644 --- a/docs/output/Ext.QuickTips.html +++ b/docs/output/Ext.QuickTips.html @@ -57,22 +57,22 @@ same as autoHide = true.
Here is an example of configuring an HTML element to display a tooltip from markup:
// Add a quick tip to an HTML button
<input type="button" value="OK" ext:qtitle="OK Button" ext:qwidth="100"
- ext:qtip="This is a quick tip from markup!"></input>
Method | Defined By | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
disable()
- :
- void Disable quick tips globally. Disable quick tips globally. Parameters:
| QuickTips | |||||||||||||||||||||||||||||||||
enable()
- :
- void Enable quick tips globally. Enable quick tips globally. Parameters:
| QuickTips | |||||||||||||||||||||||||||||||||
getQuickTip()
- :
- void Gets the global QuickTips instance. Gets the global QuickTips instance. Parameters:
| QuickTips | |||||||||||||||||||||||||||||||||
init( Boolean autoRender )
- :
- voidInitialize the global QuickTips instance and prepare any quick tips. Initialize the global QuickTips instance and prepare any quick tips. Parameters:
| QuickTips | |||||||||||||||||||||||||||||||||
isEnabled()
- :
- Boolean Returns true if quick tips are enabled, else false. Returns true if quick tips are enabled, else false. Parameters:
| QuickTips | |||||||||||||||||||||||||||||||||
register( Object config )
- :
- voidConfigures a new quick tip instance and assigns it to a target element. See
+ ext:qtip="This is a quick tip from markup!"></input> This class is a singleton and cannot be created directly. Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events. |