steffenk
2 Mar 2010, 1:38 AM
Hi,
i use GroupingStore with ExtDirect and configured baseParams
rStore.baseParams = {
limit: 50,
filter: Ext.getCmp('rsearchField').getRawValue()
};
When the request is don, the only POSTvars are action, data, method, tid and type as for any ExtDirect request.
How to add the baseParams or any params here?
i use GroupingStore with ExtDirect and configured baseParams
rStore.baseParams = {
limit: 50,
filter: Ext.getCmp('rsearchField').getRawValue()
};
When the request is don, the only POSTvars are action, data, method, tid and type as for any ExtDirect request.
How to add the baseParams or any params here?