dojox.wire.create
dojo.require("dojox.wire._base");
defined in dojox/wire/_base.js
If 'args' specifies 'wireClass', it is used as a class or full qualified class name to create a Wire with 'args' as arguments. Otherwise, a Wire class is determined by other proeprties of 'args' checking if 'args' specifies a key property for a Wire class. If no key property found, the default Wire class is used.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to create a Wire |