a:11:{s:9:"#provides";s:28:"dijit.layout.LayoutContainer";s:9:"#resource";s:25:"layout/LayoutContainer.js";s:9:"#requires";a:1:{i:0;a:2:{i:0;s:6:"common";i:1;s:26:"dijit.layout._LayoutWidget";}}s:28:"dijit.layout.LayoutContainer";a:7:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:26:"dijit.layout._LayoutWidget";}s:4:"call";a:1:{i:0;s:26:"dijit.layout._LayoutWidget";}}s:7:"summary";s:56:"Deprecated. Use `dijit.layout.BorderContainer` instead.";s:11:"description";s:742:"Provides Delphi-style panel layout semantics.
A LayoutContainer is a box with a specified size (like style="width: 500px; height: 500px;"),
that contains children widgets marked with "layoutAlign" of "left", "right", "bottom", "top", and "client".
It takes it's children marked as left/top/bottom/right, and lays them out along the edges of the box,
and then it takes the child marked "client" and puts it into the remaining space in the middle.
Left/right positioning is similar to CSS's "float: left" and "float: right",
and top/bottom positioning would be similar to "float: top" and "float: bottom", if there were such
CSS.
Note that there can only be one client element, but there can be multiple left, right, top,
or bottom elements.";s:8:"examples";a:1:{i:0;s:701:"
header text
table of contents
client area
Lays out each child in the natural order the children occur in.
Basically each child is laid out into the "remaining space", where "remaining space" is initially
the content area of this widget, but is reduced to a smaller rectangle each time a child is added.
tags:
deprecated";}s:6:"source";s:100:" dojo.deprecated("dijit.layout.LayoutContainer is deprecated", "use BorderContainer instead", 2.0);";s:9:"classlike";b:1;}s:38:"dijit.layout.LayoutContainer.baseClass";a:2:{s:9:"prototype";s:28:"dijit.layout.LayoutContainer";s:7:"summary";s:0:"";}s:35:"dijit.layout.LayoutContainer.layout";a:4:{s:9:"prototype";s:28:"dijit.layout.LayoutContainer";s:4:"type";s:8:"Function";s:6:"source";s:82:" dijit.layout.layoutChildren(this.domNode, this._contentBox, this.getChildren());";s:7:"summary";s:0:"";}s:37:"dijit.layout.LayoutContainer.addChild";a:5:{s:9:"prototype";s:28:"dijit.layout.LayoutContainer";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:5:"child";a:1:{s:4:"type";s:6:"Widget";}s:11:"insertIndex";a:2:{s:8:"optional";b:1;s:4:"type";s:7:"Integer";}}s:6:"source";s:137:" this.inherited(arguments);
if(this._started){
dijit.layout.layoutChildren(this.domNode, this._contentBox, this.getChildren());
}";s:7:"summary";s:0:"";}s:40:"dijit.layout.LayoutContainer.removeChild";a:5:{s:9:"prototype";s:28:"dijit.layout.LayoutContainer";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:6:"widget";a:1:{s:4:"type";s:6:"Widget";}}s:6:"source";s:137:" this.inherited(arguments);
if(this._started){
dijit.layout.layoutChildren(this.domNode, this._contentBox, this.getChildren());
}";s:7:"summary";s:0:"";}s:25:"dijit._Widget.layoutAlign";a:2:{s:9:"prototype";s:13:"dijit._Widget";s:7:"summary";s:0:"";}s:12:"dijit.layout";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dijit";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}