dojox.wire.DataWire
dojo.require("dojox.wire.DataWire");
defined in dojox/wire/DataWire.js
If 'dataStore' property is not specified, but 'parent' property is specified, 'dataStore' property is copied from the parent.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to initialize properties |
FunctionsBack to top
Return an attribute value of an item
Defined by dojox.wire.Wire
Return a property value of an object
Set an attribute value to an item
Defined by dojox.wire.Wire
Set a property value to an object
PropertiesBack to top
Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)
data store attribute: A dotted notation to a descendant attribute
Defined by dojox.wire.Wire
Overrides dojox.wire.Wire