bhaidaya
07-17-2007, 07:46 PM
in the Ext.nd.UIView.prototype.init function
replace the store proxy url
url: this.viewUrl + '?ReadViewEntries&CollapseAll&count=' + this.categoryComboBoxCount + '&randomizer='+new Date().getTime()
with this
url: this.viewUrl + '?ReadViewEntries&CollapseView&count=' + this.categoryComboBoxCount + '&randomizer='+new Date().getTime()
replace the store proxy url
url: this.viewUrl + '?ReadViewEntries&CollapseAll&count=' + this.categoryComboBoxCount + '&randomizer='+new Date().getTime()
with this
url: this.viewUrl + '?ReadViewEntries&CollapseView&count=' + this.categoryComboBoxCount + '&randomizer='+new Date().getTime()