dojox.wire.TextAdapter
dojo.require("dojox.wire.TextAdapter");
defined in dojox/wire/TextAdapter.js
If array elements specified in 'segments' are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to initialize properties segments: An array containing child Wires for text segment values |
FunctionsBack to top
Return a concatenated text
Defined by dojox.wire.Wire
Return a property value of an object
Defined by dojox.wire.CompositeWire
Initialize child Wires
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)
delimiter string
Defined by dojox.wire.Wire
Overrides dojox.wire.Wire, dojox.wire.CompositeWire