$dragCreate

the method is called at the moment when drag-n-drop has started

HTMLElement $dragCreate(HTMLElement source,Event event,string pointer);
source
HTMLElementa DOM element on which a dnd action started event
Eventa native HTML event pointer
stringdefines what pointer started dnd
HTMLElementa DOM element of the drag marker
Details

Pointer has two states: "mouse" and "touch".

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.