dojox.wire.CompositeWire._initializeChildren
dojo.require("dojox.wire.CompositeWire");
defined in dojox/wire/CompositeWire.js
If object properties or array elements specified in 'children' argument are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
parameter | type | description |
---|---|---|
children | Object|Array | An object or array containing child Wires |