-<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">FitLayout</pre></div><h1>Class <a href="source/FitLayout.html#cls-Ext.layout.FitLayout">Ext.layout.FitLayout</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">FitLayout.js</td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/FitLayout.html#cls-Ext.layout.FitLayout">FitLayout</a></td></tr><tr><td class="label">Subclasses:</td><td class="hd-info"><a href="output/Ext.layout.AccordionLayout.html" ext:cls="Ext.layout.AccordionLayout">AccordionLayout</a>, <a href="output/Ext.layout.CardLayout.html" ext:cls="Ext.layout.CardLayout">CardLayout</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>This is a base class for layouts that contain <b>a single item</b> that automatically expands to fill the layout's\r
-container. This class is intended to be extended or created via the <tt>layout:'fit'</tt> <a href="output/Ext.Container.html#Ext.Container-layout" ext:member="layout" ext:cls="Ext.Container">Ext.Container.layout</a>\r
-config, and should generally not need to be created directly via the new keyword.</p>\r
-<p>FitLayout does not have any direct config options (other than inherited ones). To fit a panel to a container\r
-using FitLayout, simply set layout:'fit' on the container and add a single panel to it. If the container has\r
-multiple panels, only the first one will be displayed. Example usage:</p>\r
-<pre><code><b>var</b> p = <b>new</b> Ext.Panel({\r
- title: <em>'Fit Layout'</em>,\r
- layout:<em>'fit'</em>,\r
- items: {\r
- title: <em>'Inner Panel'</em>,\r
- html: <em>'<p>This is the inner panel content</p>'</em>,\r
- border: false\r
- }\r
+<div class="body-wrap" xmlns:ext="http://www.extjs.com"><div class="top-tools"><a class="inner-link" href="#Ext.layout.FitLayout-props"><img src="resources/images/default/s.gif" class="item-icon icon-prop">Properties</a> <a class="inner-link" href="#Ext.layout.FitLayout-methods"><img src="resources/images/default/s.gif" class="item-icon icon-method">Methods</a> <a class="inner-link" href="#Ext.layout.FitLayout-events"><img src="resources/images/default/s.gif" class="item-icon icon-event">Events</a> <a class="inner-link" href="#Ext.layout.FitLayout-configs"><img src="resources/images/default/s.gif" class="item-icon icon-config">Config Options</a> <a class="bookmark" href="../docs/?class=Ext.layout.FitLayout"><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">FitLayout</pre></div><h1>Class <a href="source/FitLayout.html#cls-Ext.layout.FitLayout">Ext.layout.FitLayout</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"><a href="source/FitLayout.html#cls-Ext.layout.FitLayout">FitLayout.js</a></td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/FitLayout.html#cls-Ext.layout.FitLayout">FitLayout</a></td></tr><tr><td class="label">Subclasses:</td><td class="hd-info"><a href="output/Ext.layout.AccordionLayout.html" ext:cls="Ext.layout.AccordionLayout">AccordionLayout</a>, <a href="output/Ext.layout.CardLayout.html" ext:cls="Ext.layout.CardLayout">CardLayout</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>This is a base class for layouts that contain <b>a single item</b> that automatically expands to fill the layout's
+container. This class is intended to be extended or created via the <tt>layout:'fit'</tt> <a href="output/Ext.Container.html#Ext.Container-layout" ext:member="layout" ext:cls="Ext.Container">Ext.Container.layout</a>
+config, and should generally not need to be created directly via the new keyword.</p>
+<p>FitLayout does not have any direct config options (other than inherited ones). To fit a panel to a container
+using FitLayout, simply set layout:'fit' on the container and add a single panel to it. If the container has
+multiple panels, only the first one will be displayed. Example usage:</p>
+<pre><code><b>var</b> p = <b>new</b> Ext.Panel({
+ title: <em>'Fit Layout'</em>,
+ layout:<em>'fit'</em>,
+ items: {
+ title: <em>'Inner Panel'</em>,
+ html: <em>'<p>This is the inner panel content</p>'</em>,
+ border: false
+ }