Check documentation for the latest version of dhtmlxSuite makeDraggable DHTMLX Docs

makeDraggable

adds drag-n-drop capabilities (with the possibility to drop into dhtmlxTree) to HTML object

void makeDraggable(string|number|HTMLElement obj, [function func] );
objstring|number|HTMLElementan HTML object, or the ID of an HTML object
funcfunctioncustom drag processor function, optional
Back to top