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

Usage

function (/*String*/ source, /*Array*/ args) (view source)
parametertypedescription
sourceStringA string to specify an object and its property
argsArrayAn optional arguments array