dojox.wire.DataWire._getValue
dojo.require("dojox.wire.DataWire");
defined in dojox/wire/DataWire.js
This method uses a root item passed in 'object' argument and 'attribute' property to call getValue() method of 'dataStore'. If an attribute name have an array suffix ("[]"), getValues() method is called, instead. If an index is specified in the array suffix, an array element for the index is returned, instead of the array itself.
Usage
function (/*Object*/ object) (view source)
parameter | type | description |
---|---|---|
object | Object | A root item |