X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..05ce1c11e98b33f14ddee184493bd5a60dc947e2:/docs/output/Ext.QuickTips.html diff --git a/docs/output/Ext.QuickTips.html b/docs/output/Ext.QuickTips.html index 2bafa02d..9811398f 100644 --- a/docs/output/Ext.QuickTips.html +++ b/docs/output/Ext.QuickTips.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | QuickTips.js |
Class: | QuickTips |
Extends: | Object |
Provides attractive and customizable tooltips for any element. The QuickTips +
Package: | Ext |
Defined In: | QuickTips.js |
Class: | QuickTips |
Extends: | Object |
Provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner. To create individual tooltips with maximum customizability, you should consider either Ext.Tip or Ext.ToolTip.
@@ -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. |