Class type Ext_util_ComponentDragger.configs


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

Specify as true to constrain the Component to within the bounds of the constrainTo region.


method constrainDelegate : bool Js.t Js.prop

Specify as true to constrain the drag handles within the constrainTo region.


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

A DomQuery selector which identifies child elements within the Component's encapsulating Element which are the drag handles. This limits dragging to only begin when the matching elements are mousedowned.

This may also be a specific child element within the Component's encapsulating element to use as the drag handle.


method onDrag : ((< autoStart : 'd. 'd Js.t Js.prop; constrain : bool Js.t Js.prop;
constrainDelegate : bool Js.t Js.prop; constrainTo : 'e. 'e Js.t Js.prop;
delegate : Js.js_string Js.t Js.prop;
delegate_element : 'a. 'a Js.t Js.prop; listeners : 'f. 'f Js.t Js.prop;
onBeforeStart : ('c Js.t, Ext_EventObject.t Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
onDrag : 'b;
onEnd : ('c Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
Js.writeonly_prop;
onStart : ('c Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
Js.writeonly_prop;
overCls : Js.js_string Js.t Js.prop; preventDefault : bool Js.t Js.prop;
stopEvent : bool Js.t Js.prop; tolerance : Js.number Js.t Js.prop;
trackOver : bool Js.t Js.prop; .. >
as 'c)
Js.t, Ext_EventObject.t Js.t -> unit)
Js.meth_callback Js.writeonly_prop as 'b
See method t.onDrag
method onEnd : ('c Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback Js.writeonly_prop
See method t.onEnd
method onStart : ('c Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback Js.writeonly_prop
See method t.onStart