dojo.rpc.RpcService.parseResults
dojo.require("dojo.rpc.RpcService");
defined in dojo/rpc/RpcService.js
parse the results coming back from an rpc request. this base implementation, just returns the full object subclasses should parse and only return the actual results
Usage
function (/*Object*/ obj) (view source)
parameter | type | description |
---|---|---|
obj | Object | that is the return results from an rpc request |