fires before a dragged element is moved over the droppable area
context | object | the drag-n-drop context |
native_event | Event | an HTML event object |
some.attachEvent("onBeforeDragIn", function(context, native_event){
//... some code here ...
});
The drag-and-drop context can have the following properties: