Search Type: Posts; User: bcrowder
Search: Search took 0.02 seconds.
-
6 Jan 2012 7:14 AM
- Replies
- 3
- Views
- 1,492
It can be done by overriding the getCallData function of RemotingProvider:
Ext.direct.RemotingProvider.override({
getCallData: function(transaction){
return {
... -
8 Dec 2011 1:10 PM
Jump to post Thread: Disable paging parameters by bcrowder
- Replies
- 5
- Views
- 4,409
proxy: {
type: 'direct',
directFn: direct.function,
filterParam: undefined,
groupParam: undefined,
pageParam: undefined,
startParam: undefined,
sortParam: undefined,
...
Results 1 to 2 of 2
