Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 21, 2007 17:04
open dhtmlx forum
Is there a way to reset the Tree without loading a blank xml file?...

Is there a way to reset the Tree without loading a blank xml file?
Answer posted on Feb 21, 2007 17:04

The tree doesn’t have any special method for such functionality. The following code can be used:

 

            tree.deleteChildItems(0);

 

where 0 is ID of super root item, zero by default

Answer posted by radyno (Support) on Dec 05, 2014 15:40

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking mobile web calendar and editable data grid.