dojox.wire.ml._setValue
dojo.require("dojox.wire.ml.util");
defined in dojox/wire/ml/util.js
This method stores a value by an ID of a widget or an DOM element with a dotted notation to its property, using a Wire.
Usage
function (/*String*/ target, value) (view source)
parameter | type | description |
---|---|---|
target | String | A string to specify an object and its property |
value | A value |