dojox.wire.Wire.setValue
dojo.require("dojox.wire.Wire");
defined in dojox/wire/Wire.js
This method first determins a root object as follows: 1. If 'object' property specified, 1.1 If 'object' is a Wire, its getValue() method is called to obtain a root object. 1.2 Otherwise, use 'object' as a root object. 2. Otherwise, use 'defaultObject' argument. 3. If 'property' is specified, it is used to get a property
parameter | type | description |
---|---|---|
value | A value to set | |
defaultObject | Object|Array | A default root object |