Class type Ext_tip_QuickTipManager.t


class type t = object .. end
Inherits
method destroy : unit Js.meth

Destroys the QuickTips instance.


method disable : unit Js.meth

Disables quick tips globally.


method enable : unit Js.meth

Enables quick tips globally.


method getQuickTip : Ext_tip_QuickTip.t Js.t Js.meth

Gets the single QuickTip instance used to show tips from all registered elements.


method init : 'a. bool Js.t Js.optdef -> 'a Js.t Js.optdef -> unit Js.meth

Initializes the global QuickTips instance and prepare any quick tips.

Parameters:


method isEnabled : bool Js.t Js.meth

Returns true if quick tips are enabled, else false.


method register : 'b. 'b Js.t -> unit Js.meth

Configures a new quick tip instance and assigns it to a target element. See Ext.tip.QuickTip.register for details.

Parameters:


method tips : 'c. 'c Js.t -> unit Js.meth

Alias of register.

Configures a new quick tip instance and assigns it to a target element. See Ext.tip.QuickTip.register for details.

Parameters:


method unregister : 'd. 'd Js.t -> unit Js.meth

Removes any registered quick tip from the target element and destroys it.

Parameters: