Module Ext_util_ComponentDragger


module Ext_util_ComponentDragger: sig .. end
A subclass of Ext.dd.DragTracker which handles dra ...

A subclass of Ext.dd.DragTracker which handles dragging any Component.

This is configured with a Component to be made draggable, and a config object for the Ext.dd.DragTracker class.

A delegate may be provided which may be either the element to use as the mousedown target or a Ext.DomQuery selector to activate multiple mousedown targets.

When the Component begins to be dragged, its beginDrag method will be called if implemented.

When the drag ends, its endDrag method will be called if implemented.



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