fires when a dragged panel is moved outside of the dashboard
context | object | the drag-n-drop context |
native_event | Event | an HTML event object |
$$("dashboard").attachEvent("onDragOut", function(context, native_event){
//... some code here ...
});
The drag-and-drop context can have the following properties: