X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.QuickTips.html?ds=sidebyside diff --git a/docs/output/Ext.QuickTips.html b/docs/output/Ext.QuickTips.html index b7cb83db..4cd089aa 100644 --- a/docs/output/Ext.QuickTips.html +++ b/docs/output/Ext.QuickTips.html @@ -1,31 +1,15 @@ -
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.
+you should consider either Ext.Tip or Ext.ToolTip.Quicktips can be configured via tag attributes directly in markup, or by -registering quick tips programmatically via the register method.
-The singleton's instance of Ext.QuickTip is available via -getQuickTip, and supports all the methods, and all the all the +registering quick tips programmatically via the register method.
+The singleton's instance of Ext.QuickTip is available via +getQuickTip, and supports all the methods, and all the all the configuration properties of Ext.QuickTip. These settings will apply to all tooltips shown by the singleton.
Below is the summary of the configuration properties which can be used. -For detailed descriptions see getQuickTip
+For detailed descriptions see getQuickTipQuickTips singleton configs (all are optional)
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 ) : void
-
- Initialize 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 ) : void
-
- Configures a new quick tip instance and assigns it to a target element. See
-Ext.QuickTip.register for details.
-
- Configures a new quick tip instance and assigns it to a target element. See
-Ext.QuickTip.register for details.
-
- Parameters:
-
-
|
- QuickTips | -
- |
-
- tips( Object config ) : void
- |
- QuickTips | -
- |
-
- unregister( String/HTMLElement/Element el ) : void
-
- Removes any registered quick tip from the target element and destroys it.
-
- Removes any registered quick tip from the target element and destroys it.
-
- Parameters:
-
-
|
- QuickTips | -
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.QuickTip.register for details. Configures a new quick tip instance and assigns it to a target element. See
+Ext.QuickTip.register for details. Parameters:
| QuickTips | |
tips( Object config )
+ :
+ voidAlias of register. Alias of register. Parameters:
| QuickTips | |
unregister( String/HTMLElement/Element el )
+ :
+ voidRemoves any registered quick tip from the target element and destroys it. Removes any registered quick tip from the target element and destroys it. Parameters:
| QuickTips |