$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