Module Ext_tip_QuickTip


module Ext_tip_QuickTip: sig .. end
A specialized tooltip class for tooltips that can ...

A specialized tooltip class for tooltips that can be specified in markup and automatically managed by the global Ext.tip.QuickTipManager instance. See the QuickTipManager documentation for additional usage details and examples.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object