Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Afonso Metello on Nov 25, 2009 06:07
open dhtmlx forum
a_dhx_rSeed

Hello,

How can one avoid the automatic usage of a_dhx_rSeed to enable browser cache?

I'm using Combo.

Best regards
Answer posted by Alex (support) on Nov 25, 2009 06:18

Hello,

you can make the following modification in the dhtmlxcombo.js:

try to locate line

 var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,true));

and replace it with 

 var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,false));