Drag and drop from NON-dhtmlx img

docs.dhtmlx.com/scheduler/dhtmlx … ation.html

Can I have an image on a page that can to dropable into the scheduler?

<img id="drag1" src="img_logo.gif" draggable="true" ondragstart="drag(event)" width="336" height="69">

Right now the onExternalDragIn. Does not recognize it.

onExternalDragIn works only for drag-n-drop from dhtmlx components, and doesn’t work for native html drag-n-drop.