dijit.layout.SplitContainer.addChild
dojo.require("dijit.layout.SplitContainer");
defined in dijit/layout/SplitContainer.js
Add a child widget to the container
Usage
function (child, /*Integer?*/ insertIndex) (view source)
parameter | type | description |
---|---|---|
child | a widget to add | |
insertIndex | Integer | Optional. postion in the "stack" to add the child widget |