dojox.wire.ml.Data.setPropertyValue
dojo.require("dojox.wire.ml.Data");
defined in dojox/wire/ml/Data.js
This method stores 'value' as a property, specified with 'property' argument, in '_properties' object.
Usage
function (/*String*/ property, value) (view source)
parameter | type | description |
---|---|---|
property | String | A property name |
value | A property value |