dojo.rpc.JsonService.createRequest
dojo.require("dojo.rpc.JsonService");
defined in dojo/rpc/JsonService.js
create a JSON-RPC envelope for the request
parameter | type | description |
---|---|---|
method | String | The name of the method we are creating the requst for |
params | Array | The array of parameters for this request; |