dijit._Container
dojo.require("dijit._Container");
defined in dijit/_Container.js
Use this mixin when the widget needs to know about and keep track of it's widget children. Widgets like SplitContainer and TabContainer.
Usage
function ()
FunctionsBack to top
Process the given child widget, inserting it's dom node as a child of our dom node
Returns array of children widgets
Returns true if widget has children

Removes the passed widget instance from this widget but does not destroy it

Get the next or previous widget sibling of child
