Created
October 17, 2012 21:36
-
-
Save forcementor/3908414 to your computer and use it in GitHub Desktop.
Developing Mobile…Force.com and Sencha-Part 2, Step 9: Adjusting Our Proxy To Work With Visualforce Remoting - Controller Tweaks 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Adjust our read method to add a function that Touch expects to see to get Arguments. | |
| PocketCRMLeadController.Query.directCfg.method.getArgs = function (params, paramOrder, paramsAsHash) { | |
| console.log('getArgs: ' + params.data); | |
| return [params] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment