Class type Ext_tip_QuickTip.configs


class type configs = object .. end
Inherits
method interceptTitles : bool Js.t Js.prop

true to automatically use the element's DOM title value if available.

Defaults to: false

method target : 'a. 'a Js.t Js.prop

The target HTMLElement, Ext.Element or id to associate with this Quicktip.

Defaults to the document.


method title : Js.js_string Js.t Js.prop

Force creation of header Component

The title text to be used to display in the panel header. When a title is specified the Ext.panel.Header will automatically be created and displayed unless header is set to false.

Defaults to: ' '