Check documentation for the latest version of dhtmlxSuite enableDragAndDrop DHTMLX Docs

enableDragAndDrop

enables/disables drag-and-drop

void enableDragAndDrop(string|boolean mode,boolean rmode);
modestring|booleantrue|false|"temporary_disabled"
rmodebooleanenables|disables drag and drop on the super root
Details

"temporary_disabled" value means that the tree can be drag-n-dropped, can be switched to "true" later

Back to top