Documentation

Others

$drag called when drag-n-drop was started and defines dragging behavior
$dragIn called when mouse was moved in drop area and defines marker behavior within the drop area
$dragOut called when mouse was moved out drop area and defines marker behavior out of the drop area
$dragPos defines position of dragged item
$drop called when mouse was released over drop area and defines dropping behavior
left position of drag marker relative to mouse cursor
top position of drag marker relative to cursor
Back to top