Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 13, 2007 14:37
open dhtmlx forum
Just a short question about dhtmlXTreeObject:  When the xml-file it updated sometimes the menu i...

Just a short question about dhtmlXTreeObject:

 When the xml-file it updated sometimes the menu is not updated due to a cache somewhere. Do you know how to prevent this?
Answer posted on Feb 13, 2007 14:38

This is problem of browser/server settings, not a problem of tree element itself.

To be sure that XML is always updated from server just add some unique info to your XML file name.

            tree.loadXML("my_xml.xml?uid"+(new Date()).valueOf());

Answer posted by radyno (Support) on Dec 02, 2014 09:50

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking edit datagrid and calendar php javascript.