Class type Ext_tip_QuickTip.t


class type t = object .. end
Inherits
method cancelShow : 'a. 'a Js.t -> unit Js.meth

Hides a visible tip or cancels an impending show for a particular element.

Parameters:


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

Configures a new quick tip instance and assigns it to a target element.

For example usage, see the Ext.tip.QuickTipManager class header.

Parameters:


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

Removes this quick tip from its element and destroys it.

Parameters: