Class Ext.QuickTips
Package: | Ext |
Defined In: | QuickTips.js |
Class: | QuickTips |
Extends: | Object |
The global QuickTips instance that reads quick tip configs from existing markup and manages quick tips.
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
|
disable() : void
Disable quick tips globally.
Disable quick tips globally.
|
QuickTips |
|
enable() : void
Enable quick tips globally.
Enable quick tips globally.
|
QuickTips |
|
init() : void
Initialize the global QuickTips instance and prepare any quick tips.
Initialize the global QuickTips instance and prepare any quick tips.
|
QuickTips |
|
isEnabled() : Boolean
Returns true if quick tips are enabled, else false.
Returns true if quick tips are enabled, else false.
|
QuickTips |
Public Events
This class has no public events.