Class type Ext_view_View.configs


class type configs = object .. end
Inherits
method mouseOverOutBuffer : Js.number Js.t Js.prop

The number of milliseconds to buffer mouseover and mouseout event handling on view items.

Configure this as false to process mouseover and mouseout events immediately.

Defaults to: 20

method initComponent : ((< afterComponentLayout : 'c 'd.
('b Js.t,
Js.number Js.t ->
Js.number Js.t -> 'c Js.t -> 'd Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
afterHide : 'e 'f.
('b Js.t,
'e Js.callback Js.optdef -> 'f Js.t Js.optdef -> unit)
Js.meth_callback Js.writeonly_prop;
afterRender : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
afterSetPosition : ('b Js.t, Js.number Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
afterShow : 'g 'h 'i.
('b Js.t,
'g Js.t Js.optdef ->
'h Js.callback Js.optdef -> 'i Js.t Js.optdef -> unit)
Js.meth_callback Js.writeonly_prop;
autoEl : 'j. 'j Js.t Js.prop; autoRender : 'k. 'k Js.t Js.prop;
autoScroll : bool Js.t Js.prop; autoShow : bool Js.t Js.prop;
baseCls : Js.js_string Js.t Js.prop;
beforeComponentLayout : ('b Js.t,
Js.number Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
beforeDestroy : ('b Js.t, unit -> unit) Js.meth_callback
Js.writeonly_prop;
beforeLayout : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
beforeShow : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
blockRefresh : bool Js.t Js.prop; border : 'l. 'l Js.t Js.prop;
childEls : 'm. 'm Js.t Js.js_array Js.t Js.prop;
cls : Js.js_string Js.t Js.prop; columnWidth : 'n. 'n Js.t Js.prop;
componentCls : Js.js_string Js.t Js.prop;
componentLayout : 'o. 'o Js.t Js.prop; constrain : bool Js.t Js.prop;
constrainTo : 'p. 'p Js.t Js.prop;
constraintInsets : 'q. 'q Js.t Js.prop;
contentEl : Js.js_string Js.t Js.prop; data : 'r. 'r Js.t Js.prop;
defaultAlign : Js.js_string Js.t Js.prop;
deferEmptyText : bool Js.t Js.prop;
deferInitialRefresh : bool Js.t Js.prop;
disableSelection : bool Js.t Js.prop; disabled : bool Js.t Js.prop;
disabledCls : Js.js_string Js.t Js.prop; draggable : bool Js.t Js.prop;
draggable_obj : 's. 's Js.t Js.prop;
emptyText : Js.js_string Js.t Js.prop; fixed : bool Js.t Js.prop;
floating : bool Js.t Js.prop; focusOnToFront : bool Js.t Js.prop;
formBind : bool Js.t Js.prop; frame : bool Js.t Js.prop;
height : Js.number Js.t Js.prop; hidden : bool Js.t Js.prop;
hideMode : Js.js_string Js.t Js.prop; html : 't. 't Js.t Js.prop;
id : Js.js_string Js.t Js.prop; initComponent : 'a;
itemCls : Js.js_string Js.t Js.prop; itemId : Js.js_string Js.t Js.prop;
itemSelector : Js.js_string Js.t Js.prop; itemTpl : 'u. 'u Js.t Js.prop;
listeners : 'v. 'v Js.t Js.prop; loadMask : 'w. 'w Js.t Js.prop;
loader : 'x. 'x Js.t Js.prop; loadingCls : Js.js_string Js.t Js.prop;
loadingHeight : Js.number Js.t Js.prop;
loadingText : Js.js_string Js.t Js.prop; margin : 'y. 'y Js.t Js.prop;
maxHeight : Js.number Js.t Js.prop; maxWidth : Js.number Js.t Js.prop;
minHeight : Js.number Js.t Js.prop; minWidth : Js.number Js.t Js.prop;
mouseOverOutBuffer : Js.number Js.t Js.prop;
onAdded : 'z.
('b Js.t, 'z Js.t -> Js.number Js.t -> unit) Js.meth_callback
Js.writeonly_prop;
onDestroy : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
onDisable : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
onEnable : ('b Js.t, unit -> unit) Js.meth_callback Js.writeonly_prop;
onHide : 'a1 'b1 'c1.
('b Js.t,
'a1 Js.t Js.optdef ->
'b1 Js.callback Js.optdef -> 'c1 Js.t Js.optdef -> unit)
Js.meth_callback Js.writeonly_prop;
onPosition : ('b Js.t, Js.number Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
onRemoved : ('b Js.t, bool Js.t -> unit) Js.meth_callback
Js.writeonly_prop;
onRender : ('b Js.t, Ext_dom_Element.t Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
onResize : 'd1 'e1 'f1 'g1.
('b Js.t,
'd1 Js.t -> 'e1 Js.t -> 'f1 Js.t -> 'g1 Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
onShow : 'h1 'i1 'j1.
('b Js.t,
'h1 Js.t Js.optdef ->
'i1 Js.callback Js.optdef -> 'j1 Js.t Js.optdef -> unit)
Js.meth_callback Js.writeonly_prop;
onShowComplete : 'k1 'l1.
('b Js.t,
'k1 Js.callback Js.optdef ->
'l1 Js.t Js.optdef -> unit)
Js.meth_callback Js.writeonly_prop;
overCls : Js.js_string Js.t Js.prop;
overItemCls : Js.js_string Js.t Js.prop;
overflowX : Js.js_string Js.t Js.prop;
overflowY : Js.js_string Js.t Js.prop; padding : 'm1. 'm1 Js.t Js.prop;
plugins : 'n1. 'n1 Js.t Js.prop;
preserveScrollOnRefresh : bool Js.t Js.prop;
region : 'o1. 'o1 Js.t Js.prop; renderData : 'p1. 'p1 Js.t Js.prop;
renderSelectors : 'q1. 'q1 Js.t Js.prop;
renderTo : 'r1. 'r1 Js.t Js.prop; renderTpl : 's1. 's1 Js.t Js.prop;
resizable : 't1. 't1 Js.t Js.prop;
resizeHandles : Js.js_string Js.t Js.prop; rtl : bool Js.t Js.prop;
saveDelay : Js.number Js.t Js.prop;
selectedItemCls : Js.js_string Js.t Js.prop;
shadow : 'u1. 'u1 Js.t Js.prop; shadowOffset : Js.number Js.t Js.prop;
shrinkWrap : 'v1. 'v1 Js.t Js.prop; singleSelect : bool Js.t Js.prop;
stateEvents : Js.js_string Js.t Js.js_array Js.t Js.prop;
stateId : Js.js_string Js.t Js.prop; stateful : bool Js.t Js.prop;
store : Ext_data_Store.t Js.t Js.prop; style : 'w1. 'w1 Js.t Js.prop;
toFrontOnShow : bool Js.t Js.prop; tpl : 'x1. 'x1 Js.t Js.prop;
tplWriteMode : Js.js_string Js.t Js.prop; trackOver : bool Js.t Js.prop;
ui : Js.js_string Js.t Js.prop; width : Js.number Js.t Js.prop;
xtype : Js.js_string Js.t Js.prop; .. >
as 'b)
Js.t, unit -> unit)
Js.meth_callback Js.writeonly_prop as 'a
See method t.initComponent