Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on Nov 12, 2008 04:11
open dhtmlx forum
Prevent Caching xml caching for other components

Hi,

you have a prevent caching xml function in the grid but do you have one for toolbars? or other components

thanks

richard
Answer posted by Support on Nov 12, 2008 05:35
Hello,

Toolbar does not automatically preventing caching. You can do it manually by adding the following
to the request string: obj.loadXML("myxmlfile.xml?someparams...&etc="+new Date().getTime());
Answer posted on Nov 12, 2008 05:41
ok thanks