dojox.wire.ml._getValue
dojo.require("dojox.wire.ml.util");
defined in dojox/wire/ml/util.js
This method obtains an object by an ID of a widget or an DOM element. If 'source' specifies a dotted notation to its property, a Wire is used to get the object property. If 'source' starts with "arguments", 'args' is used as a root object for the Wire.
parameter | type | description |
---|---|---|
source | String | A string to specify an object and its property |
args | Array | An optional arguments array |