Constructordijit._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 ()

Jump to PropertiesFunctionsBack to top

FunctionaddChild(widget, insertIndex: Integer?)
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
FunctionremoveChild(widget)
Removes the passed widget instance from this widget but does not destroy it
Get the next or previous widget sibling of child

Jump to FunctionsPropertiesBack to top