Functiondojo.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

Usage

function (/*String*/ method, /*Array*/ params) (view source)
parametertypedescription
methodStringthe name of the remote method you want to call.
paramsArrayof parameters to pass to method