Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gayathri on Nov 21, 2008 08:49
open dhtmlx forum
Destructor for dhtmlXFolders?

Hi

Is there a destructor for dhtmlXFolders? Because, it doesnt reload with new XMLs. Can you please tell me if there is a way to do it?

 

Thanks for the help in advance

Gayathri

Answer posted by Support on Nov 21, 2008 10:22
You can use

folders.clearAll();
folders.loadXML(url)

To reload folders with new data.