Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by XAXAN on Jan 12, 2009 02:42
open dhtmlx forum
Save DragAndDropped tree

Is't possible to save tree that is changed by DragAndDrop?(save tructure that I have changed by DragAndDrop)

Thanks
Answer posted by Support on Jan 12, 2009 03:03
You can get the full XML structure of tree through serialization 
      var xml = tree.serializeTree();

Also , tree provides events for different state of d-n-d process, so you can attach custom code with any necessary functionality as d-n-d reaction.