fires before a dragged element is released over the droppable area outside the source widget
| context |
some.attachEvent("onBeforeDropOut", function(context, native_event){
//... some code here ...
//return false to block operation
return true;
});
The event is similar to onBeforeDrop, but fires in the drag SOURCE component, not in the drag target one.