Functiondojox.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.

Usage

function (/*Object|Array*/ children) (view source)
parametertypedescription
childrenObject|ArrayAn object or array containing child Wires