Class type Ext_dd_DragSource.configs


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

If true, animates the proxy element back to the position of the handle element used to trigger the drag.

Defaults to: true

method ddGroup : Js.js_string Js.t Js.prop

A named drag drop group to which this object belongs. If a group is specified, then this object will only interact with other drag drop objects in the same group.


method dropAllowed : Js.js_string Js.t Js.prop

The CSS class returned to the drag source when drop is allowed.

Defaults to: Ext.baseCSSPrefix + 'dd-drop-ok'

method dropNotAllowed : Js.js_string Js.t Js.prop

The CSS class returned to the drag source when drop is not allowed.

Defaults to: Ext.baseCSSPrefix + 'dd-drop-nodrop'

method repairHighlightColor : Js.js_string Js.t Js.prop

The color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults to light blue). The color must be a 6 digit hex value, without a preceding '#'.

Defaults to: 'c3daf9'

method beforeDragDrop : 'a.
((< animRepair : bool Js.t Js.prop; beforeDragDrop : 'a. 'b;
beforeDragEnter : 'd.
('c Js.t,
(#Ext_dd_DragDrop.t as 'd) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeDragOut : 'e.
('c Js.t,
(#Ext_dd_DragDrop.t as 'e) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeDragOver : 'f.
('c Js.t,
(#Ext_dd_DragDrop.t as 'f) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeInvalidDrop : 'g.
('c Js.t,
(#Ext_dd_DragDrop.t as 'g) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
ddGroup : Js.js_string Js.t Js.prop;
dropAllowed : Js.js_string Js.t Js.prop;
dropNotAllowed : Js.js_string Js.t Js.prop;
onBeforeDrag : 'h.
('c Js.t, 'h Js.t -> Dom_html.event Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
onStartDrag : ('c Js.t, Js.number Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
repairHighlightColor : Js.js_string Js.t Js.prop; .. >
as 'c)
Js.t,
(#Ext_dd_DragDrop.t as 'a) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop as 'b
See method t.beforeDragDrop
method beforeDragEnter : 'd.
('c Js.t,
(#Ext_dd_DragDrop.t as 'd) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop
See method t.beforeDragEnter
method beforeDragOut : 'e.
('c Js.t,
(#Ext_dd_DragDrop.t as 'e) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop
See method t.beforeDragOut
method beforeDragOver : 'f.
('c Js.t,
(#Ext_dd_DragDrop.t as 'f) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop
See method t.beforeDragOver
method beforeInvalidDrop : 'g.
('c Js.t,
(#Ext_dd_DragDrop.t as 'g) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop
See method t.beforeInvalidDrop
method onBeforeDrag : 'h.
('c Js.t, 'h Js.t -> Dom_html.event Js.t -> bool Js.t) Js.meth_callback
Js.writeonly_prop
See method t.onBeforeDrag
method onStartDrag : ('c Js.t, Js.number Js.t -> Js.number Js.t -> unit) Js.meth_callback
Js.writeonly_prop
See method t.onStartDrag