Widgets
Samples
Demos
Forum
Services
Documentation
$drag
$dragIn
$dragOut
$dragPos
$drop
left
top
Start
API Reference
Mixins
DragControl
Others
$drag
called when drag-n-drop has started and defines a dragging behavior
HTMLElement
$drag
(
HTMLElement
source
,
Event
ev
);
source
HTMLElement
a DOM element from which a drag-n-drop action has started
ev
Event
a native HTML event
HTMLElement
an HTML node
Back to top