Samples
Forum
Support
Documentation
$drag
$dragIn
$dragOut
$dragPos
$drop
left
top
Start
API Reference
Mixins
DragControl
Others
$drag
called when drag-n-drop was started and defines dragging behavior
HTMLElement
$drag
(
object
s
,
Event
e
);
Parameters
s
object
source html object
e
Event
event object
Returns
HTMLElement
html node
Back to top