Drag & Drop in Tree

Hi,



How can I enable Drag&Drop funtionality for a tree based on html list?



var myTree = dhtmlXTreeFromHTML(‘treebox’);

myTree.enableDragAndDrop(true);



… doesn’t work.





Thanks, Paul.

In case of init from HTML the d-n-d can be enabled through attriubute of container element

<div id=“treeboxbox_tree” enableDragAndDrop=“true”