Functiondojox.wire.CompositeWire._setValue

dojo.require("dojox.wire.CompositeWire");
defined in dojox/wire/CompositeWire.js

Set an object properties or an array elements to an object desription: This method calls setValues() method of the child Wires with a corresponding property or element in 'value' argument and 'object' argument.

Usage

function (/*Object|Array*/ object, /*Object|Array*/ value) (view source)
parametertypedescription
objectObject|ArrayA root object
valueObject|ArrayAn object or array with values to set