fires before the mouse button is pressed and the cursor is moved over a draggable item
context | object | the drag-n-drop context |
native_event | Event | an HTML event object |
boolean | returning false will prevent dragging of the element |
$$("editor").attachEvent("onBeforeDrag", function(context, native_event){
// handler logic
});
The drag-and-drop context can have the following properties: