fires before a dragged item is released over the droppable area
context | object | drag-n-drop context object |
ev | Event object | a native event object |
boolean | returning false will prevent further drag-and-drop processing |
$$("fmanager").attachEvent("onBeforeDrop",function(context,ev){
// your code
return true;
});
The properties of the context object are: