dojox.wire.Wire._setPropertyValue
dojo.require("dojox.wire.Wire");
defined in dojox/wire/Wire.js
'value' is set to 'property' of 'object'. If 'property' ends with an array index, it is used to indentify an element of an array property to set the value. If 'object' implements setPropertyValue(), it is called with 'property' and 'value' to set the property value. If 'object' implements a setter for the property, it is called with 'value' to set the property value.
parameter | type | description |
---|---|---|
object | Object|Array | An object |
property | String | A property name |
value | A value to set |