dojo.rpc.JsonService.callRemote
dojo.require("dojo.rpc.JsonService");
defined in dojo/rpc/JsonService.js
call an arbitrary remote method without requiring it to be predefined with SMD
parameter | type | description |
---|---|---|
method | String | the name of the remote method you want to call. |
params | Array | of parameters to pass to method |