dojox.wire.TreeAdapter._initializeChildren
dojo.require("dojox.wire.TreeAdapter");
defined in dojox/wire/TreeAdapter.js
If 'node' or 'title' properties of array elements specified in 'children' argument are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance. If an array element has 'children' property, this method is called recursively with it.
Usage
function (/*Array*/ children) (view source)
parameter | type | description |
---|---|---|
children | Array | An array of objects containing child Wires |