-<div class="body-wrap" xmlns:ext="http://www.extjs.com"><div class="top-tools"><a class="inner-link" href="#Ext.layout.BoxLayout-props"><img src="resources/images/default/s.gif" class="item-icon icon-prop">Properties</a> <a class="inner-link" href="#Ext.layout.BoxLayout-methods"><img src="resources/images/default/s.gif" class="item-icon icon-method">Methods</a> <a class="inner-link" href="#Ext.layout.BoxLayout-events"><img src="resources/images/default/s.gif" class="item-icon icon-event">Events</a> <a class="inner-link" href="#Ext.layout.BoxLayout-configs"><img src="resources/images/default/s.gif" class="item-icon icon-config">Config Options</a> <a class="bookmark" href="../docs/?class=Ext.layout.BoxLayout"><img src="resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a> </div><div class="inheritance res-block"><pre class="res-block-inner"><a href="output/Ext.layout.ContainerLayout.html" ext:member="" ext:cls="Ext.layout.ContainerLayout">ContainerLayout</a> <img src="resources/elbow-end.gif">BoxLayout</pre></div><h1>Class <a href="source/BoxLayout.html#cls-Ext.layout.BoxLayout">Ext.layout.BoxLayout</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.layout</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">BoxLayout.js</td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/BoxLayout.html#cls-Ext.layout.BoxLayout">BoxLayout</a></td></tr><tr><td class="label">Subclasses:</td><td class="hd-info"><a href="output/Ext.layout.HBoxLayout.html" ext:cls="Ext.layout.HBoxLayout">HBoxLayout</a>, <a href="output/Ext.layout.VBoxLayout.html" ext:cls="Ext.layout.VBoxLayout">VBoxLayout</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info"><a href="output/Ext.layout.ContainerLayout.html" ext:cls="Ext.layout.ContainerLayout" ext:member="">ContainerLayout</a></td></tr><tr><td class="hd-info"></td></tr></table><div class="description"><p>Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly.</p></div><div class="hr"></div><a id="Ext.layout.BoxLayout-configs"></a><h2>Config Options</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Config Options</th><th class="msource-header">Defined By</th></tr><tr class="config-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.layout.BoxLayout-defaultMargins"></a><b><a href="source/BoxLayout.html#cfg-Ext.layout.BoxLayout-defaultMargins">defaultMargins</a></b> : Object<div class="mdesc"><div class="short">If the individual contained items do not have a margins \r
-property specified, the default margins from this property w...</div><div class="long"><p>If the individual contained items do not have a <tt>margins</tt>\r
-property specified, the default margins from this property will be\r
-applied to each item.</p>\r
-<br><p>This property may be specified as an object containing margins\r
-to apply in the format:</p><pre><code>{\r
- top: (top margin),\r
- right: (right margin),\r
- bottom: (bottom margin),\r
- left: (left margin)\r
-}</code></pre>\r
-<p>This property may also be specified as a string containing\r
-space-separated, numeric margin values. The order of the sides associated\r
-with each value matches the way CSS processes margin values:</p>\r
-<div class="mdetail-params"><ul>\r
-<li>If there is only one value, it applies to all sides.</li>\r
-<li>If there are two values, the top and bottom borders are set to the\r
-first value and the right and left are set to the second.</li>\r
-<li>If there are three values, the top is set to the first value, the left\r
-and right are set to the second, and the bottom is set to the third.</li>\r
-<li>If there are four values, they apply to the top, right, bottom, and\r
-left, respectively.</li>\r
-</ul></div>\r
-<p>Defaults to:</p><pre><code>{top:0, right:0, bottom:0, left:0}</code></pre></div></div></td><td class="msource">BoxLayout</td></tr><tr class="config-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.layout.ContainerLayout-extraCls"></a><b><a href="source/ContainerLayout.html#cfg-Ext.layout.ContainerLayout-extraCls">extraCls</a></b> : String<div class="mdesc"><div class="short">An optional extra CSS class that will be added to the container. This can be useful for adding\r
+<div xmlns:ext="http://www.extjs.com" class="body-wrap"><div class="inheritance res-block"><pre class="res-block-inner"><a href="output/Ext.layout.ContainerLayout.html" ext:member="" ext:cls="Ext.layout.ContainerLayout">ContainerLayout</a> <img src="resources/elbow-end.gif">BoxLayout</pre></div><h1>Class <a href="source/BoxLayout.html#cls-Ext.layout.BoxLayout">Ext.layout.BoxLayout</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.layout</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">BoxLayout.js</td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/BoxLayout.html#cls-Ext.layout.BoxLayout">BoxLayout</a></td></tr><tr><td class="label">Subclasses:</td><td class="hd-info"><a href="output/Ext.layout.HBoxLayout.html" ext:cls="Ext.layout.HBoxLayout">HBoxLayout</a>, <a href="output/Ext.layout.VBoxLayout.html" ext:cls="Ext.layout.VBoxLayout">VBoxLayout</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info"><a href="output/Ext.layout.ContainerLayout.html" ext:cls="Ext.layout.ContainerLayout" ext:member="">ContainerLayout</a></td></tr></table><div class="description"><p>Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly.</p></div><div class="hr"></div><a id="Ext.layout.BoxLayout-configs"></a><h2>Config Options</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Config Options</th><th class="msource-header">Defined By</th></tr><tr class="config-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.layout.BoxLayout-defaultMargins"></a><b><a href="source/BoxLayout.html#cfg-Ext.layout.BoxLayout-defaultMargins">defaultMargins</a></b> : Object<div class="mdesc"><div class="short">If the individual contained items do not have a margins
+property specified, the default margins from this property wi...</div><div class="long"><p>If the individual contained items do not have a <tt>margins</tt>
+property specified, the default margins from this property will be
+applied to each item.</p>
+<br><p>This property may be specified as an object containing margins
+to apply in the format:</p><pre><code>{
+ top: (top margin),
+ right: (right margin),
+ bottom: (bottom margin),
+ left: (left margin)
+}</code></pre>
+<p>This property may also be specified as a string containing
+space-separated, numeric margin values. The order of the sides associated
+with each value matches the way CSS processes margin values:</p>
+<div class="mdetail-params"><ul>
+<li>If there is only one value, it applies to all sides.</li>
+<li>If there are two values, the top and bottom borders are set to the
+first value and the right and left are set to the second.</li>
+<li>If there are three values, the top is set to the first value, the left
+and right are set to the second, and the bottom is set to the third.</li>
+<li>If there are four values, they apply to the top, right, bottom, and
+left, respectively.</li>
+</ul></div>
+<p>Defaults to:</p><pre><code>{top:0, right:0, bottom:0, left:0}</code></pre></div></div></td><td class="msource">BoxLayout</td></tr><tr class="config-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.layout.ContainerLayout-extraCls"></a><b><a href="source/ContainerLayout.html#cfg-Ext.layout.ContainerLayout-extraCls">extraCls</a></b> : String<div class="mdesc"><div class="short">An optional extra CSS class that will be added to the container. This can be useful for adding