Check documentation for the latest version of dhtmlxSuite makeAllDraggable DHTMLX Docs

makeAllDraggable

adds drag-n-drop capabilities to all HTML items with dragInDhtmlXTree attribute

void makeAllDraggable(function func);
funcfunctioncustom drag processor function, optional
Details

drag-n-drop capabilities include the possibility to drop into dhtmlxTree

Back to top