$dragOut

called when the mouse pointer has been moved out of the drop area

void $dragOut(HTMLElement source,HTMLElement target,HTMLElement drop,Event event);
sourceHTMLElementa source HTML object
targetHTMLElementa target HTML object
dropHTMLElementa new DOM element which will be used as a drop target (can be null)
eventEventa native HTML object
Details

Also defines the marker behavior out of the drop area.

The drop element can be different from the target one.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.