commit extjs-2.2.1
[extjs.git] / docs / output / Ext.Panel.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.Panel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.Panel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.Panel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.Panel-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.Panel"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13       <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Container" ext:member="" href="output/Ext.Container.html">Container</a>
14         <img src="resources/elbow-end.gif"/>Panel</pre></div>
15                 <h1>Class Ext.Panel</h1>
16         <table cellspacing="0">
17             <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
18             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Panel.js" target="_blank">Panel.js</a></td></tr>
19             <tr><td class="label">Class:</td><td class="hd-info">Panel</td></tr>
20                         <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, <a ext:cls="Ext.Tip" href="output/Ext.Tip.html">Tip</a>, <a ext:cls="Ext.Window" href="output/Ext.Window.html">Window</a>, <a ext:cls="Ext.air.VideoPanel" href="output/Ext.air.VideoPanel.html">VideoPanel</a>, <a ext:cls="Ext.form.FieldSet" href="output/Ext.form.FieldSet.html">FieldSet</a>, <a ext:cls="Ext.form.FormPanel" href="output/Ext.form.FormPanel.html">FormPanel</a>, <a ext:cls="Ext.grid.GridPanel" href="output/Ext.grid.GridPanel.html">GridPanel</a>, <a ext:cls="Ext.tree.TreePanel" href="output/Ext.tree.TreePanel.html">TreePanel</a></td></tr>
21                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Container" ext:member="" href="output/Ext.Container.html">Container</a></td></tr>
22                     </table>
23         <div class="description">
24             *
25 Panel is a container that has specific functionality and structural components that make it the perfect building
26 block for application-oriented user interfaces. The Panel contains bottom and top toolbars, along with separate
27 header, footer and body sections.  It also provides built-in expandable and collapsible behavior, along with a
28 variety of prebuilt tool buttons that can be wired up to provide other customized behavior.  Panels can be easily
29 dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.        </div>
30         
31         <div class="hr"></div>
32                 <a id="Ext.Panel-configs"></a>
33         <h2>Config Options</h2>
34         <table cellspacing="0" class="member-table">
35             <tr>
36                 <th class="sig-header" colspan="2">Config Options</th>
37                 <th class="msource-header">Defined By</th>
38             </tr>
39                 <tr class="config-row inherited expandable">\r
40         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
41         <td class="sig">\r
42         <a id="Ext.Panel-activeItem"></a>\r
43             <b>activeItem</b> : String/Number            <div class="mdesc">\r
44                         <div class="short">A string component id or the numeric index of the component that should be initially activated within the container's...</div>\r
45             <div class="long">\r
46                 A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like <a ext:cls="Ext.layout.Accordion" href="output/Ext.layout.Accordion.html">Ext.layout.Accordion</a>, <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a> and <a ext:cls="Ext.layout.FitLayout" href="output/Ext.layout.FitLayout.html">Ext.layout.FitLayout</a>). Related to <a ext:cls="Ext.layout.ContainerLayout" ext:member="activeItem" href="output/Ext.layout.ContainerLayout.html#activeItem">Ext.layout.ContainerLayout.activeItem</a>.            </div>\r
47                         </div>\r
48         </td>\r
49         <td class="msource"><a ext:cls="Ext.Container" ext:member="#activeItem" href="output/Ext.Container.html#activeItem">Container</a></td>\r
50     </tr>\r
51         <tr class="config-row inherited alt">\r
52         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
53         <td class="sig">\r
54         <a id="Ext.Panel-allowDomMove"></a>\r
55             <b>allowDomMove</b> : Boolean            <div class="mdesc">\r
56                             Whether the component can move the Dom node when rendering (defaults to true).                        </div>\r
57         </td>\r
58         <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>\r
59     </tr>\r
60         <tr class="config-row expandable">\r
61         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
62         <td class="sig">\r
63         <a id="Ext.Panel-animCollapse"></a>\r
64             <b>animCollapse</b> : Boolean            <div class="mdesc">\r
65                         <div class="short">True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext....</div>\r
66             <div class="long">\r
67                 True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the <a ext:cls="Ext.Fx" href="output/Ext.Fx.html">Ext.Fx</a> class is available, otherwise false).            </div>\r
68                         </div>\r
69         </td>\r
70         <td class="msource">Panel</td>\r
71     </tr>\r
72         <tr class="config-row alt expandable">\r
73         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
74         <td class="sig">\r
75         <a id="Ext.Panel-applyTo"></a>\r
76             <b>applyTo</b> : Mixed            <div class="mdesc">\r
77                         <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>\r
78             <div class="long">\r
79                 The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some panel-specific structural markup. When applyTo is used, constituent parts of the panel can be specified by CSS class name within the main element, and the panel will automatically create those components from that markup. Any required components not specified in the markup will be autogenerated if necessary. The following class names are supported (baseCls will be replaced by <a ext:cls="Ext.Panel" ext:member="baseCls" href="output/Ext.Panel.html#baseCls">baseCls</a>): <ul><li>baseCls + '-header'</li> <li>baseCls + '-header-text'</li> <li>baseCls + '-bwrap'</li> <li>baseCls + '-tbar'</li> <li>baseCls + '-body'</li> <li>baseCls + '-bbar'</li> <li>baseCls + '-footer'</li></ul> Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Panel" ext:member="renderTo" href="output/Ext.Panel.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the panel's container.            </div>\r
80                         </div>\r
81         </td>\r
82         <td class="msource">Panel</td>\r
83     </tr>\r
84         <tr class="config-row inherited expandable">\r
85         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
86         <td class="sig">\r
87         <a id="Ext.Panel-autoDestroy"></a>\r
88             <b>autoDestroy</b> : Boolean            <div class="mdesc">\r
89                         <div class="short">If true the container will automatically destroy any contained component that is removed from it, else destruction mu...</div>\r
90             <div class="long">\r
91                 If true the container will automatically destroy any contained component that is removed from it, else destruction must be handled manually (defaults to true).            </div>\r
92                         </div>\r
93         </td>\r
94         <td class="msource"><a ext:cls="Ext.Container" ext:member="#autoDestroy" href="output/Ext.Container.html#autoDestroy">Container</a></td>\r
95     </tr>\r
96         <tr class="config-row alt expandable">\r
97         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
98         <td class="sig">\r
99         <a id="Ext.Panel-autoHeight"></a>\r
100             <b>autoHeight</b> : Boolean            <div class="mdesc">\r
101                         <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Setting autoHeight:true means that th...</div>\r
102             <div class="long">\r
103                 True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Setting autoHeight:true means that the browser will manage the panel's height based on its contents, and that Ext will not manage it at all. If the panel is within a layout that manages dimensions (fit, border, etc.) then setting autoHeight:true can cause issues with scrolling and will not generally work as expected since the panel will take on the height of its contents rather than the height required by the Ext layout.            </div>\r
104                         </div>\r
105         </td>\r
106         <td class="msource">Panel</td>\r
107     </tr>\r
108         <tr class="config-row expandable">\r
109         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
110         <td class="sig">\r
111         <a id="Ext.Panel-autoLoad"></a>\r
112             <b>autoLoad</b> : Object/String/Function            <div class="mdesc">\r
113                         <div class="short">A valid url spec according to the Updater Ext.Updater.update method. If autoLoad is not null, the panel will attempt ...</div>\r
114             <div class="long">\r
115                 A valid url spec according to the Updater <a ext:cls="Ext.Updater" ext:member="update" href="output/Ext.Updater.html#update">Ext.Updater.update</a> method. If autoLoad is not null, the panel will attempt to load its contents immediately upon render.<p> The URL will become the default URL for this panel's <a ext:cls="Ext.Panel" ext:member="body" href="output/Ext.Panel.html#body">body</a> element, so it may be <a ext:cls="Ext.Element" ext:member="refresh" href="output/Ext.Element.html#refresh">refresh</a>ed at any time.</p>            </div>\r
116                         </div>\r
117         </td>\r
118         <td class="msource">Panel</td>\r
119     </tr>\r
120         <tr class="config-row alt expandable">\r
121         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
122         <td class="sig">\r
123         <a id="Ext.Panel-autoScroll"></a>\r
124             <b>autoScroll</b> : Boolean            <div class="mdesc">\r
125                         <div class="short">True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to c...</div>\r
126             <div class="long">\r
127                 True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).            </div>\r
128                         </div>\r
129         </td>\r
130         <td class="msource">Panel</td>\r
131     </tr>\r
132         <tr class="config-row inherited expandable">\r
133         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
134         <td class="sig">\r
135         <a id="Ext.Panel-autoShow"></a>\r
136             <b>autoShow</b> : Boolean            <div class="mdesc">\r
137                         <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>\r
138             <div class="long">\r
139                 True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>\r
140                         </div>\r
141         </td>\r
142         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>\r
143     </tr>\r
144         <tr class="config-row inherited alt expandable">\r
145         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
146         <td class="sig">\r
147         <a id="Ext.Panel-autoWidth"></a>\r
148             <b>autoWidth</b> : Boolean            <div class="mdesc">\r
149                         <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>\r
150             <div class="long">\r
151                 True to use width:'auto', false to use fixed width (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all.            </div>\r
152                         </div>\r
153         </td>\r
154         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>\r
155     </tr>\r
156         <tr class="config-row">\r
157         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
158         <td class="sig">\r
159         <a id="Ext.Panel-baseCls"></a>\r
160             <b>baseCls</b> : String            <div class="mdesc">\r
161                             The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>\r
162         </td>\r
163         <td class="msource">Panel</td>\r
164     </tr>\r
165         <tr class="config-row alt expandable">\r
166         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
167         <td class="sig">\r
168         <a id="Ext.Panel-bbar"></a>\r
169             <b>bbar</b> : Object/Array            <div class="mdesc">\r
170                         <div class="short">The bottom toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be...</div>\r
171             <div class="long">\r
172                 The bottom toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">getBottomToolbar</a>.            </div>\r
173                         </div>\r
174         </td>\r
175         <td class="msource">Panel</td>\r
176     </tr>\r
177         <tr class="config-row expandable">\r
178         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
179         <td class="sig">\r
180         <a id="Ext.Panel-bodyBorder"></a>\r
181             <b>bodyBorder</b> : Boolean            <div class="mdesc">\r
182                         <div class="short">True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only a...</div>\r
183             <div class="long">\r
184                 True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when <a ext:cls="Ext.Panel" ext:member="border" href="output/Ext.Panel.html#border">border</a> == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.            </div>\r
185                         </div>\r
186         </td>\r
187         <td class="msource">Panel</td>\r
188     </tr>\r
189         <tr class="config-row alt expandable">\r
190         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
191         <td class="sig">\r
192         <a id="Ext.Panel-bodyCfg"></a>\r
193             <b>bodyCfg</b> : Object            <div class="mdesc">\r
194                         <div class="short">A DomHelper configuration object specifying the element structure of this Panel's body Element. This may be used to f...</div>\r
195             <div class="long">\r
196                 <p>A <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">DomHelper</a> configuration object specifying the element structure of this Panel's <a ext:cls="Ext.Panel" ext:member="body" href="output/Ext.Panel.html#body">body</a> Element.</p> <p>This may be used to force the body Element to use a different form of markup than is created automatically. An example of this might be to create a child Panel containing custom content, such as a header, or forcing centering of all Panel content by having the body be a &lt;center&gt; element:</p><code><pre>new Ext.Panel({\r
197     title: 'New Message',\r
198     collapsible: true,\r
199     renderTo: Ext.getBody(),\r
200     width: 400,\r
201     bodyCfg: {\r
202         tag: 'center',\r
203         cls: 'x-panel-body'\r
204     },\r
205     items: [{\r
206         border: false,\r
207         header: false,\r
208         bodyCfg: {tag: 'h2', html: 'Message'}\r
209     }, {\r
210         xtype: 'textarea',\r
211         style: {\r
212             width: '95%',\r
213             marginBottom: '10px'\r
214         }\r
215     },\r
216         new Ext.Button({\r
217             text: 'Send',\r
218             minWidth: '100',\r
219             style: {\r
220                 marginBottom: '10px'\r
221             }\r
222         })\r
223     ]\r
224 });</pre></code>            </div>\r
225                         </div>\r
226         </td>\r
227         <td class="msource">Panel</td>\r
228     </tr>\r
229         <tr class="config-row expandable">\r
230         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
231         <td class="sig">\r
232         <a id="Ext.Panel-bodyStyle"></a>\r
233             <b>bodyStyle</b> : String/Object/Function            <div class="mdesc">\r
234                         <div class="short">Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to nu...</div>\r
235             <div class="long">\r
236                 Custom CSS styles to be applied to the body element in the format expected by <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a> (defaults to null).            </div>\r
237                         </div>\r
238         </td>\r
239         <td class="msource">Panel</td>\r
240     </tr>\r
241         <tr class="config-row alt expandable">\r
242         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
243         <td class="sig">\r
244         <a id="Ext.Panel-border"></a>\r
245             <b>border</b> : Boolean            <div class="mdesc">\r
246                         <div class="short">True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the borde...</div>\r
247             <div class="long">\r
248                 True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting <a ext:cls="Ext.Panel" ext:member="bodyBorder" href="output/Ext.Panel.html#bodyBorder">bodyBorder</a> to false.            </div>\r
249                         </div>\r
250         </td>\r
251         <td class="msource">Panel</td>\r
252     </tr>\r
253         <tr class="config-row inherited expandable">\r
254         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
255         <td class="sig">\r
256         <a id="Ext.Panel-bufferResize"></a>\r
257             <b>bufferResize</b> : Boolean/Number            <div class="mdesc">\r
258                         <div class="short">When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer t...</div>\r
259             <div class="long">\r
260                 When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers with a large quantity of sub-components for which frequent layout calls would be expensive.            </div>\r
261                         </div>\r
262         </td>\r
263         <td class="msource"><a ext:cls="Ext.Container" ext:member="#bufferResize" href="output/Ext.Container.html#bufferResize">Container</a></td>\r
264     </tr>\r
265         <tr class="config-row alt">\r
266         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
267         <td class="sig">\r
268         <a id="Ext.Panel-buttonAlign"></a>\r
269             <b>buttonAlign</b> : String            <div class="mdesc">\r
270                             The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>\r
271         </td>\r
272         <td class="msource">Panel</td>\r
273     </tr>\r
274         <tr class="config-row">\r
275         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
276         <td class="sig">\r
277         <a id="Ext.Panel-buttons"></a>\r
278             <b>buttons</b> : Array            <div class="mdesc">\r
279                             An array of <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a>s or <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> configs used to add buttons to the footer of this panel.                        </div>\r
280         </td>\r
281         <td class="msource">Panel</td>\r
282     </tr>\r
283         <tr class="config-row inherited alt expandable">\r
284         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
285         <td class="sig">\r
286         <a id="Ext.Panel-clearCls"></a>\r
287             <b>clearCls</b> : String            <div class="mdesc">\r
288                         <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>\r
289             <div class="long">\r
290                 The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>\r
291                         </div>\r
292         </td>\r
293         <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>\r
294     </tr>\r
295         <tr class="config-row inherited expandable">\r
296         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
297         <td class="sig">\r
298         <a id="Ext.Panel-cls"></a>\r
299             <b>cls</b> : String            <div class="mdesc">\r
300                         <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>\r
301             <div class="long">\r
302                 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>\r
303                         </div>\r
304         </td>\r
305         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>\r
306     </tr>\r
307         <tr class="config-row alt expandable">\r
308         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
309         <td class="sig">\r
310         <a id="Ext.Panel-collapseFirst"></a>\r
311             <b>collapseFirst</b> : Boolean            <div class="mdesc">\r
312                         <div class="short">True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the pane...</div>\r
313             <div class="long">\r
314                 True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).            </div>\r
315                         </div>\r
316         </td>\r
317         <td class="msource">Panel</td>\r
318     </tr>\r
319         <tr class="config-row">\r
320         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
321         <td class="sig">\r
322         <a id="Ext.Panel-collapsed"></a>\r
323             <b>collapsed</b> : Boolean            <div class="mdesc">\r
324                             True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>\r
325         </td>\r
326         <td class="msource">Panel</td>\r
327     </tr>\r
328         <tr class="config-row alt">\r
329         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
330         <td class="sig">\r
331         <a id="Ext.Panel-collapsedCls"></a>\r
332             <b>collapsedCls</b> : String            <div class="mdesc">\r
333                             A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>\r
334         </td>\r
335         <td class="msource">Panel</td>\r
336     </tr>\r
337         <tr class="config-row expandable">\r
338         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
339         <td class="sig">\r
340         <a id="Ext.Panel-collapsible"></a>\r
341             <b>collapsible</b> : Boolean            <div class="mdesc">\r
342                         <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>\r
343             <div class="long">\r
344                 True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).            </div>\r
345                         </div>\r
346         </td>\r
347         <td class="msource">Panel</td>\r
348     </tr>\r
349         <tr class="config-row alt expandable">\r
350         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
351         <td class="sig">\r
352         <a id="Ext.Panel-contentEl"></a>\r
353             <b>contentEl</b> : String            <div class="mdesc">\r
354                         <div class="short">The id of an existing HTML node to use as the panel's body content (defaults to ''). The specified Element is appende...</div>\r
355             <div class="long">\r
356                 The id of an existing HTML node to use as the panel's body content (defaults to ''). The specified Element is appended to the Panel's body Element by the Panel's afterRender method <i>after any configured <a ext:cls="Ext.Panel" ext:member="html" href="output/Ext.Panel.html#html">HTML</a> has been inserted</i>, and so the document will not contain this HTML at the time the render event is fired.            </div>\r
357                         </div>\r
358         </td>\r
359         <td class="msource">Panel</td>\r
360     </tr>\r
361         <tr class="config-row inherited expandable">\r
362         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
363         <td class="sig">\r
364         <a id="Ext.Panel-ctCls"></a>\r
365             <b>ctCls</b> : String            <div class="mdesc">\r
366                         <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>\r
367             <div class="long">\r
368                 An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>\r
369                         </div>\r
370         </td>\r
371         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>\r
372     </tr>\r
373         <tr class="config-row inherited alt expandable">\r
374         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
375         <td class="sig">\r
376         <a id="Ext.Panel-defaultType"></a>\r
377             <b>defaultType</b> : String            <div class="mdesc">\r
378                         <div class="short">The default xtype of child Components to create in this Container when a child item is specified as a raw configurati...</div>\r
379             <div class="long">\r
380                 <p>The default <a ext:cls="Ext.Component" href="output/Ext.Component.html">xtype</a> of child Components to create in this Container when a child item is specified as a raw configuration object, rather than as an instantiated Component.</p> <p>Defaults to 'panel'.</p>            </div>\r
381                         </div>\r
382         </td>\r
383         <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaultType" href="output/Ext.Container.html#defaultType">Container</a></td>\r
384     </tr>\r
385         <tr class="config-row inherited expandable">\r
386         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
387         <td class="sig">\r
388         <a id="Ext.Panel-defaults"></a>\r
389             <b>defaults</b> : Object            <div class="mdesc">\r
390                         <div class="short">A config object that will be applied to all components added to this container either via the items config or via the...</div>\r
391             <div class="long">\r
392                 A config object that will be applied to all components added to this container either via the <a ext:cls="Ext.Container" ext:member="items" href="output/Ext.Container.html#items">items</a> config or via the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> or <a ext:cls="Ext.Container" ext:member="insert" href="output/Ext.Container.html#insert">insert</a> methods. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the container. For example, to automatically apply padding to the body of each of a set of contained <a ext:cls="Ext.Panel" href="output/Ext.Panel.html">Ext.Panel</a> items, you could pass: defaults: {bodyStyle:'padding:15px'}.            </div>\r
393                         </div>\r
394         </td>\r
395         <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaults" href="output/Ext.Container.html#defaults">Container</a></td>\r
396     </tr>\r
397         <tr class="config-row alt expandable">\r
398         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
399         <td class="sig">\r
400         <a id="Ext.Panel-disabled"></a>\r
401             <b>disabled</b> : Boolean            <div class="mdesc">\r
402                         <div class="short">Render this panel disabled (default is false). An important note when using the disabled config on panels is that IE ...</div>\r
403             <div class="long">\r
404                 Render this panel disabled (default is false). An important note when using the disabled config on panels is that IE will often fail to initialize the disabled mask element correectly if the panel's layout has not yet completed by the time the Panel is disabled during the render process. If you experience this issue, you may need to instead use the <a ext:cls="afterlayout" href="output/afterlayout.html">afterlayout</a> event to initialize the disabled state: <pre><code>new Ext.Panel({
405     ...
406     listeners: {
407         <em>'afterlayout'</em>: {
408             fn: <b>function</b>(p){
409                 p.disable();
410             },
411             single: true <i>// important, as many layouts can occur</i>
412         }
413     }
414 });</code></pre>            </div>\r
415                         </div>\r
416         </td>\r
417         <td class="msource">Panel</td>\r
418     </tr>\r
419         <tr class="config-row inherited">\r
420         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
421         <td class="sig">\r
422         <a id="Ext.Panel-disabledClass"></a>\r
423             <b>disabledClass</b> : String            <div class="mdesc">\r
424                             CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>\r
425         </td>\r
426         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>\r
427     </tr>\r
428         <tr class="config-row alt expandable">\r
429         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
430         <td class="sig">\r
431         <a id="Ext.Panel-draggable"></a>\r
432             <b>draggable</b> : Boolean            <div class="mdesc">\r
433                         <div class="short">True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD conf...</div>\r
434             <div class="long">\r
435                 <p>True to enable dragging of this Panel (defaults to false).</p> <p>For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true. Ext.Panel.DD is an internal, undocumented class which moves a proxy Element around in place of the Panel's element, but provides no other behaviour during dragging or on drop. It is a subclass of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>, so behaviour may be added by implementing the interface methods of <a ext:cls="Ext.dd.DragDrop" href="output/Ext.dd.DragDrop.html">Ext.dd.DragDrop</a> eg: <pre><code>new Ext.Panel({
436     title: <em>'Drag me'</em>,
437     x: 100,
438     y: 100,
439     renderTo: Ext.getBody(),
440     floating: true,
441     frame: true,
442     width: 400,
443     height: 200,
444     draggable: {
445 <i>//      Config option of Ext.Panel.DD class.</i>
446 <i>//      It's a floating Panel, so <b>do</b> not show a placeholder proxy <b>in</b> the original position.</i>
447         insertProxy: false,
448
449 <i>//      Called <b>for</b> each mousemove event <b>while</b> dragging the DD object.</i>
450         onDrag : <b>function</b>(e){
451 <i>//          Record the x,y position of the drag proxy so that we can</i>
452 <i>//          position the Panel at end of drag.</i>
453             <b>var</b> pel = <b>this</b>.proxy.getEl();
454             <b>this</b>.x = pel.getLeft(true);
455             <b>this</b>.y = pel.getTop(true);
456
457 <i>//          Keep the Shadow aligned <b>if</b> there is one.</i>
458             <b>var</b> s = <b>this</b>.panel.getEl().shadow;
459             <b>if</b> (s) {
460                 s.realign(<b>this</b>.x, <b>this</b>.y, pel.getWidth(), pel.getHeight());
461             }
462         },
463
464 <i>//      Called on the mouseup event.</i>
465         endDrag : <b>function</b>(e){
466             <b>this</b>.panel.setPosition(<b>this</b>.x, <b>this</b>.y);
467         }
468     }
469 }).show();</code></pre>            </div>\r
470                         </div>\r
471         </td>\r
472         <td class="msource">Panel</td>\r
473     </tr>\r
474         <tr class="config-row expandable">\r
475         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
476         <td class="sig">\r
477         <a id="Ext.Panel-elements"></a>\r
478             <b>elements</b> : String            <div class="mdesc">\r
479                         <div class="short">A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be genera...</div>\r
480             <div class="long">\r
481                 A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are<ul> <li><b>header</b></li> <li><b>tbar</b> (top bar)</li> <li><b>body</b> (required)</li> <li><b>bbar</b> (bottom bar)</li> <li><b>footer</b><li> </ul> Defaults to 'body'.            </div>\r
482                         </div>\r
483         </td>\r
484         <td class="msource">Panel</td>\r
485     </tr>\r
486         <tr class="config-row inherited alt expandable">\r
487         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
488         <td class="sig">\r
489         <a id="Ext.Panel-fieldLabel"></a>\r
490             <b>fieldLabel</b> : String            <div class="mdesc">\r
491                         <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>\r
492             <div class="long">\r
493                 The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
494     height: 100,
495     renderTo: Ext.getBody(),
496     items: [{
497         xtype: <em>'textfield'</em>,
498         fieldLabel: <em>'Name'</em>
499     }]
500 });</code></pre>            </div>\r
501                         </div>\r
502         </td>\r
503         <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>\r
504     </tr>\r
505         <tr class="config-row expandable">\r
506         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
507         <td class="sig">\r
508         <a id="Ext.Panel-floating"></a>\r
509             <b>floating</b> : Boolean            <div class="mdesc">\r
510                         <div class="short">True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...</div>\r
511             <div class="long">\r
512                 True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.            </div>\r
513                         </div>\r
514         </td>\r
515         <td class="msource">Panel</td>\r
516     </tr>\r
517         <tr class="config-row alt expandable">\r
518         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
519         <td class="sig">\r
520         <a id="Ext.Panel-footer"></a>\r
521             <b>footer</b> : Boolean            <div class="mdesc">\r
522                         <div class="short">True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...</div>\r
523             <div class="long">\r
524                 True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.            </div>\r
525                         </div>\r
526         </td>\r
527         <td class="msource">Panel</td>\r
528     </tr>\r
529         <tr class="config-row">\r
530         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
531         <td class="sig">\r
532         <a id="Ext.Panel-frame"></a>\r
533             <b>frame</b> : Boolean            <div class="mdesc">\r
534                             True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>\r
535         </td>\r
536         <td class="msource">Panel</td>\r
537     </tr>\r
538         <tr class="config-row alt expandable">\r
539         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
540         <td class="sig">\r
541         <a id="Ext.Panel-header"></a>\r
542             <b>header</b> : Boolean            <div class="mdesc">\r
543                         <div class="short">True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...</div>\r
544             <div class="long">\r
545                 True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.            </div>\r
546                         </div>\r
547         </td>\r
548         <td class="msource">Panel</td>\r
549     </tr>\r
550         <tr class="config-row">\r
551         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
552         <td class="sig">\r
553         <a id="Ext.Panel-headerAsText"></a>\r
554             <b>headerAsText</b> : Boolean            <div class="mdesc">\r
555                             True to display the panel title in the header, false to hide it (defaults to true).                        </div>\r
556         </td>\r
557         <td class="msource">Panel</td>\r
558     </tr>\r
559         <tr class="config-row inherited alt">\r
560         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
561         <td class="sig">\r
562         <a id="Ext.Panel-height"></a>\r
563             <b>height</b> : Number            <div class="mdesc">\r
564                             The height of this component in pixels (defaults to auto).                        </div>\r
565         </td>\r
566         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>\r
567     </tr>\r
568         <tr class="config-row inherited">\r
569         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
570         <td class="sig">\r
571         <a id="Ext.Panel-hidden"></a>\r
572             <b>hidden</b> : Boolean            <div class="mdesc">\r
573                             Render this component hidden (default is false).                        </div>\r
574         </td>\r
575         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
576     </tr>\r
577         <tr class="config-row inherited alt expandable">\r
578         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
579         <td class="sig">\r
580         <a id="Ext.Panel-hideBorders"></a>\r
581             <b>hideBorders</b> : Boolean            <div class="mdesc">\r
582                         <div class="short">True to hide the borders of each contained component, false to defer to the component's existing border settings (def...</div>\r
583             <div class="long">\r
584                 True to hide the borders of each contained component, false to defer to the component's existing border settings (defaults to false).            </div>\r
585                         </div>\r
586         </td>\r
587         <td class="msource"><a ext:cls="Ext.Container" ext:member="#hideBorders" href="output/Ext.Container.html#hideBorders">Container</a></td>\r
588     </tr>\r
589         <tr class="config-row">\r
590         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
591         <td class="sig">\r
592         <a id="Ext.Panel-hideCollapseTool"></a>\r
593             <b>hideCollapseTool</b> : Boolean            <div class="mdesc">\r
594                             True to hide the expand/collapse toggle button when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true, false to display it (defaults to false).                        </div>\r
595         </td>\r
596         <td class="msource">Panel</td>\r
597     </tr>\r
598         <tr class="config-row inherited alt expandable">\r
599         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
600         <td class="sig">\r
601         <a id="Ext.Panel-hideLabel"></a>\r
602             <b>hideLabel</b> : Boolean            <div class="mdesc">\r
603                         <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>\r
604             <div class="long">\r
605                 True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
606     height: 100,
607     renderTo: Ext.getBody(),
608     items: [{
609         xtype: <em>'textfield'</em>
610         hideLabel: true
611     }]
612 });</code></pre>            </div>\r
613                         </div>\r
614         </td>\r
615         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>\r
616     </tr>\r
617         <tr class="config-row inherited expandable">\r
618         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
619         <td class="sig">\r
620         <a id="Ext.Panel-hideMode"></a>\r
621             <b>hideMode</b> : String            <div class="mdesc">\r
622                         <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>\r
623             <div class="long">\r
624                 <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>\r
625                         </div>\r
626         </td>\r
627         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>\r
628     </tr>\r
629         <tr class="config-row inherited alt expandable">\r
630         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
631         <td class="sig">\r
632         <a id="Ext.Panel-hideParent"></a>\r
633             <b>hideParent</b> : Boolean            <div class="mdesc">\r
634                         <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>\r
635             <div class="long">\r
636                 True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>\r
637                         </div>\r
638         </td>\r
639         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>\r
640     </tr>\r
641         <tr class="config-row expandable">\r
642         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
643         <td class="sig">\r
644         <a id="Ext.Panel-html"></a>\r
645             <b>html</b> : String/Object            <div class="mdesc">\r
646                         <div class="short">An HTML fragment, or a DomHelper specification to use as the panel's body content (defaults to ''). The HTML content ...</div>\r
647             <div class="long">\r
648                 An HTML fragment, or a <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">DomHelper</a> specification to use as the panel's body content (defaults to ''). The HTML content is added by the Panel's afterRender method, and so the document will not contain this HTML at the time the render event is fired. This content is inserted into the body <i>before</i> any configured <a ext:cls="Ext.Panel" ext:member="contentEl" href="output/Ext.Panel.html#contentEl">contentEl</a> is appended.            </div>\r
649                         </div>\r
650         </td>\r
651         <td class="msource">Panel</td>\r
652     </tr>\r
653         <tr class="config-row alt expandable">\r
654         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
655         <td class="sig">\r
656         <a id="Ext.Panel-iconCls"></a>\r
657             <b>iconCls</b> : String            <div class="mdesc">\r
658                         <div class="short">A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom ic...</div>\r
659             <div class="long">\r
660                 A CSS class that will provide a background image to be used as the header icon (defaults to ''). An example custom icon class would be something like: .my-icon { background: url(../images/my-icon.gif) 0 6px no-repeat !important;}            </div>\r
661                         </div>\r
662         </td>\r
663         <td class="msource">Panel</td>\r
664     </tr>\r
665         <tr class="config-row inherited expandable">\r
666         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
667         <td class="sig">\r
668         <a id="Ext.Panel-id"></a>\r
669             <b>id</b> : String            <div class="mdesc">\r
670                         <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>\r
671             <div class="long">\r
672                 The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>\r
673                         </div>\r
674         </td>\r
675         <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>\r
676     </tr>\r
677         <tr class="config-row inherited alt expandable">\r
678         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
679         <td class="sig">\r
680         <a id="Ext.Panel-itemCls"></a>\r
681             <b>itemCls</b> : String            <div class="mdesc">\r
682                         <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>\r
683             <div class="long">\r
684                 An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
685 &lt;style>
686     .required .x-form-item-label {font-weight:bold;color:red;}
687 &lt;/style>
688
689 <b>new</b> Ext.FormPanel({
690     height: 100,
691     renderTo: Ext.getBody(),
692     items: [{
693         xtype: <em>'textfield'</em>,
694         fieldLabel: <em>'Name'</em>,
695         itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
696     },{
697         xtype: <em>'textfield'</em>,
698         fieldLabel: <em>'Favorite Color'</em>
699     }]
700 });</code></pre>            </div>\r
701                         </div>\r
702         </td>\r
703         <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>\r
704     </tr>\r
705         <tr class="config-row inherited expandable">\r
706         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
707         <td class="sig">\r
708         <a id="Ext.Panel-items"></a>\r
709             <b>items</b> : Mixed            <div class="mdesc">\r
710                         <div class="short">A single item, or an array of child Components to be added to this container. Each item can be any type of object bas...</div>\r
711             <div class="long">\r
712                 A single item, or an array of child Components to be added to this container. Each item can be any type of object based on <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.<br><br> Component config objects may also be specified in order to avoid the overhead of constructing a real Component object if lazy rendering might mean that the added Component will not be rendered immediately. To take advantage of this "lazy instantiation", set the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">Ext.Component.xtype</a> config property to the registered type of the Component wanted.<br><br> For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>. If a single item is being passed, it should be passed directly as an object reference (e.g., items: {...}). Multiple items should be passed as an array of objects (e.g., items: [{...}, {...}]).            </div>\r
713                         </div>\r
714         </td>\r
715         <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>\r
716     </tr>\r
717         <tr class="config-row alt expandable">\r
718         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
719         <td class="sig">\r
720         <a id="Ext.Panel-keys"></a>\r
721             <b>keys</b> : Object/Array            <div class="mdesc">\r
722                         <div class="short">A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this pa...</div>\r
723             <div class="long">\r
724                 A KeyMap config object (in the format expected by <a ext:cls="Ext.KeyMap" ext:member="addBinding" href="output/Ext.KeyMap.html#addBinding">Ext.KeyMap.addBinding</a> used to assign custom key handling to this panel (defaults to null).            </div>\r
725                         </div>\r
726         </td>\r
727         <td class="msource">Panel</td>\r
728     </tr>\r
729         <tr class="config-row inherited expandable">\r
730         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
731         <td class="sig">\r
732         <a id="Ext.Panel-labelSeparator"></a>\r
733             <b>labelSeparator</b> : String            <div class="mdesc">\r
734                         <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>\r
735             <div class="long">\r
736                 The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
737     height: 100,
738     renderTo: Ext.getBody(),
739     items: [{
740         xtype: <em>'textfield'</em>,
741         fieldLabel: <em>'Name'</em>,
742         labelSeparator: <em>'...'</em>
743     }]
744 });</code></pre>            </div>\r
745                         </div>\r
746         </td>\r
747         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>\r
748     </tr>\r
749         <tr class="config-row inherited alt expandable">\r
750         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
751         <td class="sig">\r
752         <a id="Ext.Panel-labelStyle"></a>\r
753             <b>labelStyle</b> : String            <div class="mdesc">\r
754                         <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>\r
755             <div class="long">\r
756                 A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
757     height: 100,
758     renderTo: Ext.getBody(),
759     items: [{
760         xtype: <em>'textfield'</em>,
761         fieldLabel: <em>'Name'</em>,
762         labelStyle: <em>'font-weight:bold;'</em>
763     }]
764 });</code></pre>            </div>\r
765                         </div>\r
766         </td>\r
767         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>\r
768     </tr>\r
769         <tr class="config-row inherited expandable">\r
770         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
771         <td class="sig">\r
772         <a id="Ext.Panel-layout"></a>\r
773             <b>layout</b> : String            <div class="mdesc">\r
774                         <div class="short">The layout type to be used in this container. If not specified, a default Ext.layout.ContainerLayout will be created ...</div>\r
775             <div class="long">\r
776                 The layout type to be used in this container. If not specified, a default <a ext:cls="Ext.layout.ContainerLayout" href="output/Ext.layout.ContainerLayout.html">Ext.layout.ContainerLayout</a> will be created and used. Specific config values for the chosen layout type can be specified using <a ext:cls="Ext.Container" ext:member="layoutConfig" href="output/Ext.Container.html#layoutConfig">layoutConfig</a>. Valid values are:<ul class="mdetail-params"> <li>absolute</li> <li>accordion</li> <li>anchor</li> <li>border</li> <li>card</li> <li>column</li> <li>fit</li> <li>form</li> <li>table</li></ul>            </div>\r
777                         </div>\r
778         </td>\r
779         <td class="msource"><a ext:cls="Ext.Container" ext:member="#layout" href="output/Ext.Container.html#layout">Container</a></td>\r
780     </tr>\r
781         <tr class="config-row inherited alt expandable">\r
782         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
783         <td class="sig">\r
784         <a id="Ext.Panel-layoutConfig"></a>\r
785             <b>layoutConfig</b> : Object            <div class="mdesc">\r
786                         <div class="short">This is a config object containing properties specific to the chosen layout (to be used in conjunction with the layou...</div>\r
787             <div class="long">\r
788                 This is a config object containing properties specific to the chosen layout (to be used in conjunction with the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config value). For complete details regarding the valid config options for each layout type, see the layout class corresponding to the type specified:<ul class="mdetail-params"> <li><a ext:cls="Ext.layout.Absolute" href="output/Ext.layout.Absolute.html">Ext.layout.Absolute</a></li> <li><a ext:cls="Ext.layout.Accordion" href="output/Ext.layout.Accordion.html">Ext.layout.Accordion</a></li> <li><a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a></li> <li><a ext:cls="Ext.layout.BorderLayout" href="output/Ext.layout.BorderLayout.html">Ext.layout.BorderLayout</a></li> <li><a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a></li> <li><a ext:cls="Ext.layout.ColumnLayout" href="output/Ext.layout.ColumnLayout.html">Ext.layout.ColumnLayout</a></li> <li><a ext:cls="Ext.layout.FitLayout" href="output/Ext.layout.FitLayout.html">Ext.layout.FitLayout</a></li> <li><a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a></li> <li><a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a></li></ul>            </div>\r
789                         </div>\r
790         </td>\r
791         <td class="msource"><a ext:cls="Ext.Container" ext:member="#layoutConfig" href="output/Ext.Container.html#layoutConfig">Container</a></td>\r
792     </tr>\r
793         <tr class="config-row inherited expandable">\r
794         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
795         <td class="sig">\r
796         <a id="Ext.Panel-listeners"></a>\r
797             <b>listeners</b> : Object            <div class="mdesc">\r
798                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
799             <div class="long">\r
800                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
801                         </div>\r
802         </td>\r
803         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
804     </tr>\r
805         <tr class="config-row alt expandable">\r
806         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
807         <td class="sig">\r
808         <a id="Ext.Panel-maskDisabled"></a>\r
809             <b>maskDisabled</b> : Boolean            <div class="mdesc">\r
810                         <div class="short">True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...</div>\r
811             <div class="long">\r
812                 True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.            </div>\r
813                         </div>\r
814         </td>\r
815         <td class="msource">Panel</td>\r
816     </tr>\r
817         <tr class="config-row">\r
818         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
819         <td class="sig">\r
820         <a id="Ext.Panel-minButtonWidth"></a>\r
821             <b>minButtonWidth</b> : Number            <div class="mdesc">\r
822                             Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>\r
823         </td>\r
824         <td class="msource">Panel</td>\r
825     </tr>\r
826         <tr class="config-row inherited alt expandable">\r
827         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
828         <td class="sig">\r
829         <a id="Ext.Panel-monitorResize"></a>\r
830             <b>monitorResize</b> : Boolean            <div class="mdesc">\r
831                         <div class="short">True to automatically monitor window resize events to handle anything that is sensitive to the current size of the vi...</div>\r
832             <div class="long">\r
833                 True to automatically monitor window resize events to handle anything that is sensitive to the current size of the viewport. This value is typically managed by the chosen <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> and should not need to be set manually.            </div>\r
834                         </div>\r
835         </td>\r
836         <td class="msource"><a ext:cls="Ext.Container" ext:member="#monitorResize" href="output/Ext.Container.html#monitorResize">Container</a></td>\r
837     </tr>\r
838         <tr class="config-row inherited expandable">\r
839         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
840         <td class="sig">\r
841         <a id="Ext.Panel-overCls"></a>\r
842             <b>overCls</b> : String            <div class="mdesc">\r
843                         <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>\r
844             <div class="long">\r
845                 An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>\r
846                         </div>\r
847         </td>\r
848         <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>\r
849     </tr>\r
850         <tr class="config-row inherited alt">\r
851         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
852         <td class="sig">\r
853         <a id="Ext.Panel-pageX"></a>\r
854             <b>pageX</b> : Number            <div class="mdesc">\r
855                             The page level x coordinate for this component if contained within a positioning container.                        </div>\r
856         </td>\r
857         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>\r
858     </tr>\r
859         <tr class="config-row inherited">\r
860         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
861         <td class="sig">\r
862         <a id="Ext.Panel-pageY"></a>\r
863             <b>pageY</b> : Number            <div class="mdesc">\r
864                             The page level y coordinate for this component if contained within a positioning container.                        </div>\r
865         </td>\r
866         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>\r
867     </tr>\r
868         <tr class="config-row inherited alt expandable">\r
869         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
870         <td class="sig">\r
871         <a id="Ext.Panel-plugins"></a>\r
872             <b>plugins</b> : Object/Array            <div class="mdesc">\r
873                         <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>\r
874             <div class="long">\r
875                 An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>\r
876                         </div>\r
877         </td>\r
878         <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>\r
879     </tr>\r
880         <tr class="config-row inherited expandable">\r
881         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
882         <td class="sig">\r
883         <a id="Ext.Panel-renderTo"></a>\r
884             <b>renderTo</b> : Mixed            <div class="mdesc">\r
885                         <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>\r
886             <div class="long">\r
887                 The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>\r
888                         </div>\r
889         </td>\r
890         <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>\r
891     </tr>\r
892         <tr class="config-row alt expandable">\r
893         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
894         <td class="sig">\r
895         <a id="Ext.Panel-shadow"></a>\r
896             <b>shadow</b> : Boolean/String            <div class="mdesc">\r
897                         <div class="short">True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...</div>\r
898             <div class="long">\r
899                 True (or a valid Ext.Shadow <a ext:cls="Ext.Shadow" ext:member="mode" href="output/Ext.Shadow.html#mode">Ext.Shadow.mode</a> value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.            </div>\r
900                         </div>\r
901         </td>\r
902         <td class="msource">Panel</td>\r
903     </tr>\r
904         <tr class="config-row expandable">\r
905         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
906         <td class="sig">\r
907         <a id="Ext.Panel-shadowOffset"></a>\r
908             <b>shadowOffset</b> : Number            <div class="mdesc">\r
909                         <div class="short">The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when float...</div>\r
910             <div class="long">\r
911                 The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>\r
912                         </div>\r
913         </td>\r
914         <td class="msource">Panel</td>\r
915     </tr>\r
916         <tr class="config-row alt expandable">\r
917         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
918         <td class="sig">\r
919         <a id="Ext.Panel-shim"></a>\r
920             <b>shim</b> : Boolean            <div class="mdesc">\r
921                         <div class="short">False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies wh...</div>\r
922             <div class="long">\r
923                 False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>\r
924                         </div>\r
925         </td>\r
926         <td class="msource">Panel</td>\r
927     </tr>\r
928         <tr class="config-row inherited expandable">\r
929         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
930         <td class="sig">\r
931         <a id="Ext.Panel-stateEvents"></a>\r
932             <b>stateEvents</b> : Array            <div class="mdesc">\r
933                         <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>\r
934             <div class="long">\r
935                 An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
936                         </div>\r
937         </td>\r
938         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>\r
939     </tr>\r
940         <tr class="config-row inherited alt expandable">\r
941         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
942         <td class="sig">\r
943         <a id="Ext.Panel-stateId"></a>\r
944             <b>stateId</b> : String            <div class="mdesc">\r
945                         <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>\r
946             <div class="long">\r
947                 The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
948                         </div>\r
949         </td>\r
950         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>\r
951     </tr>\r
952         <tr class="config-row inherited expandable">\r
953         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
954         <td class="sig">\r
955         <a id="Ext.Panel-stateful"></a>\r
956             <b>stateful</b> : Boolean            <div class="mdesc">\r
957                         <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>\r
958             <div class="long">\r
959                 <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>\r
960                         </div>\r
961         </td>\r
962         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>\r
963     </tr>\r
964         <tr class="config-row inherited alt expandable">\r
965         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
966         <td class="sig">\r
967         <a id="Ext.Panel-style"></a>\r
968             <b>style</b> : String            <div class="mdesc">\r
969                         <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>\r
970             <div class="long">\r
971                 A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>\r
972                         </div>\r
973         </td>\r
974         <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>\r
975     </tr>\r
976         <tr class="config-row expandable">\r
977         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
978         <td class="sig">\r
979         <a id="Ext.Panel-tabTip"></a>\r
980             <b>tabTip</b> : String            <div class="mdesc">\r
981                         <div class="short">Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must...</div>\r
982             <div class="long">\r
983                 Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must be called in order for the tips to render.            </div>\r
984                         </div>\r
985         </td>\r
986         <td class="msource">Panel</td>\r
987     </tr>\r
988         <tr class="config-row alt expandable">\r
989         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
990         <td class="sig">\r
991         <a id="Ext.Panel-tbar"></a>\r
992             <b>tbar</b> : Object/Array            <div class="mdesc">\r
993                         <div class="short">The top toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be ad...</div>\r
994             <div class="long">\r
995                 The top toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the top toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">getTopToolbar</a>.            </div>\r
996                         </div>\r
997         </td>\r
998         <td class="msource">Panel</td>\r
999     </tr>\r
1000         <tr class="config-row expandable">\r
1001         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1002         <td class="sig">\r
1003         <a id="Ext.Panel-title"></a>\r
1004             <b>title</b> : String            <div class="mdesc">\r
1005                         <div class="short">The title text to display in the panel header (defaults to ''). When a title is specified the header element will aut...</div>\r
1006             <div class="long">\r
1007                 The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless <a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a> is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.            </div>\r
1008                         </div>\r
1009         </td>\r
1010         <td class="msource">Panel</td>\r
1011     </tr>\r
1012         <tr class="config-row alt expandable">\r
1013         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1014         <td class="sig">\r
1015         <a id="Ext.Panel-titleCollapse"></a>\r
1016             <b>titleCollapse</b> : Boolean            <div class="mdesc">\r
1017                         <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>\r
1018             <div class="long">\r
1019                 True to allow expanding and collapsing the panel (when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).            </div>\r
1020                         </div>\r
1021         </td>\r
1022         <td class="msource">Panel</td>\r
1023     </tr>\r
1024         <tr class="config-row expandable">\r
1025         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1026         <td class="sig">\r
1027         <a id="Ext.Panel-tools"></a>\r
1028             <b>tools</b> : Array            <div class="mdesc">\r
1029                         <div class="short">An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an Element...</div>\r
1030             <div class="long">\r
1031                 An array of tool button configs to be added to the header tool area. When rendered, each tool is stored as an <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> referenced by a public property called <tt><b></b>tools.<i>&lt;tool-type&gt;</i></tt> <p>Each tool config may contain the following properties: <div class="mdetail-params"><ul> <li><b>id</b> : String<div class="sub-desc"><b>Required.</b> The type of tool to create. Values may be<ul> <li><tt>toggle</tt> (Created by default when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> is <tt>true</tt>)</li> <li><tt>close</tt></li> <li><tt>minimize</tt></li> <li><tt>maximize</tt></li> <li><tt>restore</tt></li> <li><tt>gear</tt></li> <li><tt>pin</tt></li> <li><tt>unpin</tt></li> <li><tt>right</tt></li> <li><tt>left</tt></li> <li><tt>up</tt></li> <li><tt>down</tt></li> <li><tt>refresh</tt></li> <li><tt>minus</tt></li> <li><tt>plus</tt></li> <li><tt>help</tt></li> <li><tt>search</tt></li> <li><tt>save</tt></li> <li><tt>print</tt></li> </ul></div></li> <li><b>handler</b> : Function<div class="sub-desc"><b>Required.</b> The function to call when clicked. Arguments passed are:<ul> <li><b>event</b> : Ext.EventObject<div class="sub-desc">The click event.</div></li> <li><b>toolEl</b> : Ext.Element<div class="sub-desc">The tool Element.</div></li> <li><b>Panel</b> : Ext.Panel<div class="sub-desc">The host Panel</div></li> </ul></div></li> <li><b>scope</b> : Object<div class="sub-desc">The scope in which to call the handler.</div></li> <li><b>qtip</b> : String/Object<div class="sub-desc">A tip string, or a config argument to <a ext:cls="Ext.QuickTip" ext:member="register" href="output/Ext.QuickTip.html#register">Ext.QuickTip.register</a></div></li> <li><b>hidden</b> : Boolean<div class="sub-desc">True to initially render hidden.</div></li> <li><b>on</b> : Object<div class="sub-desc">A listener config object specifiying event listeners in the format of an argument to <a ext:cls="Ext.Panel" ext:member="addListener" href="output/Ext.Panel.html#addListener">addListener</a></div></li> </ul></div> Example usage: <pre><code>tools:[{
1032     id:<em>'refresh'</em>,
1033     qtip: <em>'Refresh form Data'</em>,
1034     <i>// hidden:true,</i>
1035     handler: <b>function</b>(event, toolEl, panel){
1036         <i>// refresh logic</i>
1037     }
1038 }]</code></pre> Note that apart from the toggle tool which is provided when a panel is collapsible, these tools only provide the visual button. Any required functionality must be provided by adding handlers that implement the necessary behavior.            </div>\r
1039                         </div>\r
1040         </td>\r
1041         <td class="msource">Panel</td>\r
1042     </tr>\r
1043         <tr class="config-row inherited alt">\r
1044         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1045         <td class="sig">\r
1046         <a id="Ext.Panel-width"></a>\r
1047             <b>width</b> : Number            <div class="mdesc">\r
1048                             The width of this component in pixels (defaults to auto).                        </div>\r
1049         </td>\r
1050         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>\r
1051     </tr>\r
1052         <tr class="config-row inherited">\r
1053         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1054         <td class="sig">\r
1055         <a id="Ext.Panel-x"></a>\r
1056             <b>x</b> : Number            <div class="mdesc">\r
1057                             The local x (left) coordinate for this component if contained within a positioning container.                        </div>\r
1058         </td>\r
1059         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>\r
1060     </tr>\r
1061         <tr class="config-row inherited alt expandable">\r
1062         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1063         <td class="sig">\r
1064         <a id="Ext.Panel-xtype"></a>\r
1065             <b>xtype</b> : String            <div class="mdesc">\r
1066                         <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>\r
1067             <div class="long">\r
1068                 The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>\r
1069                         </div>\r
1070         </td>\r
1071         <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>\r
1072     </tr>\r
1073         <tr class="config-row inherited">\r
1074         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1075         <td class="sig">\r
1076         <a id="Ext.Panel-y"></a>\r
1077             <b>y</b> : Number            <div class="mdesc">\r
1078                             The local y (top) coordinate for this component if contained within a positioning container.                        </div>\r
1079         </td>\r
1080         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>\r
1081     </tr>\r
1082             </table>
1083                 <a id="Ext.Panel-props"></a>
1084         <h2>Public Properties</h2>
1085                 <table cellspacing="0" class="member-table">
1086             <tr>
1087                 <th class="sig-header" colspan="2">Property</th>
1088                 <th class="msource-header">Defined By</th>
1089             </tr>
1090                 <tr class="property-row expandable">\r
1091         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1092         <td class="sig">\r
1093         <a id="Ext.Panel-body"></a>\r
1094             <b>body</b> : Ext.Element            <div class="mdesc">\r
1095                         <div class="short">
1096 The Panel's body Element which may be used to contain HTML content.
1097 The content may be specified in the html config,...</div>\r
1098             <div class="long">\r
1099                 
1100 The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
1101 The content may be specified in the <a ext:cls="Ext.Panel" ext:member="html" href="output/Ext.Panel.html#html">html</a> config, or it may be loaded using the
1102 <a ext:cls="autoLoad" href="output/autoLoad.html">autoLoad</a> config, or through the Panel's <a ext:cls="Ext.Panel" ext:member="getUpdater" href="output/Ext.Panel.html#getUpdater">Updater</a>. Read-only.
1103 <p>If this is used to load visible HTML elements in either way, then
1104 the Panel may not be used as a Layout for hosting nested Panels.</p>
1105 <p>If this Panel is intended to be used as the host of a Layout (See <a ext:cls="Ext.Panel" ext:member="layout" href="output/Ext.Panel.html#layout">layout</a>
1106 then the body Element must not be loaded or changed - it is under the control
1107 of the Panel's Layout.            </div>\r
1108                         </div>\r
1109         </td>\r
1110         <td class="msource">Panel</td>\r
1111     </tr>\r
1112         <tr class="property-row alt">\r
1113         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1114         <td class="sig">\r
1115         <a id="Ext.Panel-buttons"></a>\r
1116             <b>buttons</b> : Array            <div class="mdesc">\r
1117                             This Panel's Array of buttons as created from the <tt>buttons</tt>
1118 config property. Read only.                        </div>\r
1119         </td>\r
1120         <td class="msource">Panel</td>\r
1121     </tr>\r
1122         <tr class="property-row expandable">\r
1123         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1124         <td class="sig">\r
1125         <a id="Ext.Panel-dd"></a>\r
1126             <b>dd</b> : Ext.dd.DragSource.            <div class="mdesc">\r
1127                         <div class="short">If this Panel is configured draggable, this property will contain
1128 an instance of Ext.dd.DragSource which handles drag...</div>\r
1129             <div class="long">\r
1130                 <p>If this Panel is configured <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>, this property will contain
1131 an instance of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> which handles dragging the Panel.</p>
1132 The developer must provide implementations of the abstract methods of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a>
1133 in order to supply behaviour for each stage of the drag/drop process. See <a ext:cls="Ext.Panel" ext:member="draggable" href="output/Ext.Panel.html#draggable">draggable</a>.            </div>\r
1134                         </div>\r
1135         </td>\r
1136         <td class="msource">Panel</td>\r
1137     </tr>\r
1138         <tr class="property-row inherited alt">\r
1139         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1140         <td class="sig">\r
1141         <a id="Ext.Panel-disabled"></a>\r
1142             <b>disabled</b> : Boolean            <div class="mdesc">\r
1143                             True if this component is disabled. Read-only.                        </div>\r
1144         </td>\r
1145         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
1146     </tr>\r
1147         <tr class="property-row">\r
1148         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1149         <td class="sig">\r
1150         <a id="Ext.Panel-footer"></a>\r
1151             <b>footer</b> : Ext.Element            <div class="mdesc">\r
1152                             
1153 The Panel's footer <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1154 <p>This Element is used to house the Panel's <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a>.</p>                        </div>\r
1155         </td>\r
1156         <td class="msource">Panel</td>\r
1157     </tr>\r
1158         <tr class="property-row alt">\r
1159         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1160         <td class="sig">\r
1161         <a id="Ext.Panel-header"></a>\r
1162             <b>header</b> : Ext.Element            <div class="mdesc">\r
1163                             The Panel's header <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
1164 <p>This Element is used to house the <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> and <a ext:cls="Ext.Panel" ext:member="tools" href="output/Ext.Panel.html#tools">tools</a></p>                        </div>\r
1165         </td>\r
1166         <td class="msource">Panel</td>\r
1167     </tr>\r
1168         <tr class="property-row inherited">\r
1169         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1170         <td class="sig">\r
1171         <a id="Ext.Panel-hidden"></a>\r
1172             <b>hidden</b> : Boolean            <div class="mdesc">\r
1173                             
1174 True if this component is hidden. Read-only.                        </div>\r
1175         </td>\r
1176         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
1177     </tr>\r
1178         <tr class="property-row inherited alt">\r
1179         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1180         <td class="sig">\r
1181         <a id="Ext.Panel-initialConfig"></a>\r
1182             <b>initialConfig</b> : Object            <div class="mdesc">\r
1183                             This Component's initial configuration specification. Read-only.                        </div>\r
1184         </td>\r
1185         <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>\r
1186     </tr>\r
1187         <tr class="property-row inherited">\r
1188         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1189         <td class="sig">\r
1190         <a id="Ext.Panel-items"></a>\r
1191             <b>items</b> : MixedCollection            <div class="mdesc">\r
1192                             The collection of components in this container as a <a ext:cls="Ext.util.MixedCollection" href="output/Ext.util.MixedCollection.html">Ext.util.MixedCollection</a>                        </div>\r
1193         </td>\r
1194         <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>\r
1195     </tr>\r
1196         <tr class="property-row inherited alt expandable">\r
1197         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1198         <td class="sig">\r
1199         <a id="Ext.Panel-ownerCt"></a>\r
1200             <b>ownerCt</b> : Ext.Container            <div class="mdesc">\r
1201                         <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
1202 the component is added to a...</div>\r
1203             <div class="long">\r
1204                 The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
1205 the component is added to a container).  Read-only.            </div>\r
1206                         </div>\r
1207         </td>\r
1208         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>\r
1209     </tr>\r
1210         <tr class="property-row inherited">\r
1211         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1212         <td class="sig">\r
1213         <a id="Ext.Panel-rendered"></a>\r
1214             <b>rendered</b> : Boolean            <div class="mdesc">\r
1215                             True if this component has been rendered. Read-only.                        </div>\r
1216         </td>\r
1217         <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>\r
1218     </tr>\r
1219             </table>
1220                 <a id="Ext.Panel-methods"></a>
1221         <h2>Public Methods</h2>
1222                 <table cellspacing="0" class="member-table">
1223             <tr>
1224                 <th class="sig-header" colspan="2">Method</th>
1225                 <th class="msource-header">Defined By</th>
1226             </tr>
1227                 <tr class="method-row expandable">\r
1228         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1229         <td class="sig">\r
1230         <a id="Ext.Panel-Panel"></a>\r
1231             <b>Panel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
1232                         <div class="short"></div>\r
1233             <div class="long">\r
1234                     <div class="mdetail-params">\r
1235         <strong>Parameters:</strong>\r
1236         <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>\r
1237         <strong>Returns:</strong>\r
1238         <ul>\r
1239             <li><code></code></li>\r
1240         </ul>\r
1241     </div>\r
1242                 </div>\r
1243                         </div>\r
1244         </td>\r
1245         <td class="msource">Panel</td>\r
1246     </tr>\r
1247         <tr class="method-row inherited alt expandable">\r
1248         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1249         <td class="sig">\r
1250         <a id="Ext.Panel-add"></a>\r
1251             <b>add</b>(&nbsp;<code>Ext.Component/Object component</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1252                         <div class="short">Adds a Component to this Container. Fires the beforeadd event before
1253 adding, then fires the add event after the compo...</div>\r
1254             <div class="long">\r
1255                 <p>Adds a <a ext:cls="Ext.Component" href="output/Ext.Component.html">Component</a> to this Container. Fires the <a ext:cls="Ext.Container" ext:member="beforeadd" href="output/Ext.Container.html#beforeadd">beforeadd</a> event before
1256 adding, then fires the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> event after the component has been added.</p>
1257 <p>You will never call the render method of a child Component when using a Container.
1258 Child Components are rendered by this Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when
1259 this Container is first rendered.</p>
1260 <p>Certain layout managers allow dynamic addition of child components. Those that do
1261 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
1262 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
1263 <p>If the Container is already rendered when add is called, you may need to call
1264 <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any unrendered child Components
1265 to be rendered. This is required so that you can add multiple child components if needed
1266 while only refreshing the layout once.</p>
1267 <p>When creating complex UIs, it is important to remember that sizing and positioning
1268 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager. If
1269 you expect child items to be sized in response to user interactions, you must
1270 specify a layout manager which creates and manages the type of layout you have in mind.</p>
1271 <p><b>Omitting the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic layout manager is
1272 used which does nothnig but render child components sequentially into the Container.
1273 No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
1274         <strong>Parameters:</strong>\r
1275         <ul><li><code>component</code> : Ext.Component/Object<div class="sub-desc">The Component to add.<br><br>
1276 Ext uses lazy rendering, and will only render the added Component should
1277 it become necessary, that is: when the Container is layed out either on first render
1278 or in response to a <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> call.<br><br>
1279 A Component config object may be passed instead of an instantiated Component object.
1280 The type of Component created from a config object is determined by the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">xtype</a>
1281 config property. If no xtype is configured, the Container's <a ext:cls="Ext.Container" ext:member="defaultType" href="output/Ext.Container.html#defaultType">defaultType</a>
1282 is used.<br><br>
1283 For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>\r
1284         <strong>Returns:</strong>\r
1285         <ul>\r
1286             <li><code>Ext.Component</code><div class="sub-desc">component The Component (or config object) that was added with the Container's default config values applied. <p>example:</p><pre><code> var myNewGrid = new Ext.grid.GridPanel({ store: myStore, colModel: myColModel }); myTabPanel.add(myNewGrid); myTabPanel.setActiveTab(myNewGrid); </code></pre></div></li>\r
1287         </ul>\r
1288     </div>\r
1289                 </div>\r
1290                         </div>\r
1291         </td>\r
1292         <td class="msource"><a ext:cls="Ext.Container" ext:member="#add" href="output/Ext.Container.html#add">Container</a></td>\r
1293     </tr>\r
1294         <tr class="method-row expandable">\r
1295         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1296         <td class="sig">\r
1297         <a id="Ext.Panel-addButton"></a>\r
1298             <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">\r
1299                         <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1300 approach is to ...</div>\r
1301             <div class="long">\r
1302                 Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1303 approach is to add buttons via the <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a> config.    <div class="mdetail-params">\r
1304         <strong>Parameters:</strong>\r
1305         <ul><li><code>config</code> : String/Object<div class="sub-desc">A valid <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> config. A string will become the text for a default
1306 button config, an object will be treated as a button config object.</div></li><li><code>handler</code> : Function<div class="sub-desc">The function to be called on button <a ext:cls="Ext.Button" ext:member="click" href="output/Ext.Button.html#click">Ext.Button.click</a></div></li><li><code>scope</code> : Object<div class="sub-desc">The scope to use for the button handler function</div></li>        </ul>\r
1307         <strong>Returns:</strong>\r
1308         <ul>\r
1309             <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>\r
1310         </ul>\r
1311     </div>\r
1312                 </div>\r
1313                         </div>\r
1314         </td>\r
1315         <td class="msource">Panel</td>\r
1316     </tr>\r
1317         <tr class="method-row inherited alt expandable">\r
1318         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1319         <td class="sig">\r
1320         <a id="Ext.Panel-addClass"></a>\r
1321             <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
1322                         <div class="short">Adds a CSS class to the component's underlying element.</div>\r
1323             <div class="long">\r
1324                 Adds a CSS class to the component's underlying element.    <div class="mdetail-params">\r
1325         <strong>Parameters:</strong>\r
1326         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>\r
1327         <strong>Returns:</strong>\r
1328         <ul>\r
1329             <li><code>void</code></li>\r
1330         </ul>\r
1331     </div>\r
1332                 </div>\r
1333                         </div>\r
1334         </td>\r
1335         <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>\r
1336     </tr>\r
1337         <tr class="method-row inherited expandable">\r
1338         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1339         <td class="sig">\r
1340         <a id="Ext.Panel-addEvents"></a>\r
1341             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
1342                         <div class="short">Used to define events on this Observable</div>\r
1343             <div class="long">\r
1344                 Used to define events on this Observable    <div class="mdetail-params">\r
1345         <strong>Parameters:</strong>\r
1346         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
1347         <strong>Returns:</strong>\r
1348         <ul>\r
1349             <li><code>void</code></li>\r
1350         </ul>\r
1351     </div>\r
1352                 </div>\r
1353                         </div>\r
1354         </td>\r
1355         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
1356     </tr>\r
1357         <tr class="method-row inherited alt expandable">\r
1358         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1359         <td class="sig">\r
1360         <a id="Ext.Panel-addListener"></a>\r
1361             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1362                         <div class="short">Appends an event handler to this component</div>\r
1363             <div class="long">\r
1364                 Appends an event handler to this component    <div class="mdetail-params">\r
1365         <strong>Parameters:</strong>\r
1366         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1367 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1368 properties. This may contain any of the following properties:<ul>
1369 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
1370 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
1371 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
1372 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
1373 by the specified number of milliseconds. If the event fires again within that time, the original
1374 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1375 </ul><br>
1376 <p>
1377 <b>Combining Options</b><br>
1378 Using the options argument, it is possible to combine different types of listeners:<br>
1379 <br>
1380 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1381 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1382     single: true,
1383     delay: 100,
1384     forumId: 4
1385 });</code></pre>
1386 <p>
1387 <b>Attaching multiple handlers in 1 call</b><br>
1388 The method also allows for a single argument to be passed which is a config object containing properties
1389 which specify multiple handlers.
1390 <p>
1391 <pre><code>foo.on({
1392     <em>'click'</em> : {
1393         fn: <b>this</b>.onClick,
1394         scope: <b>this</b>,
1395         delay: 100
1396     },
1397     <em>'mouseover'</em> : {
1398         fn: <b>this</b>.onMouseOver,
1399         scope: <b>this</b>
1400     },
1401     <em>'mouseout'</em> : {
1402         fn: <b>this</b>.onMouseOut,
1403         scope: <b>this</b>
1404     }
1405 });</code></pre>
1406 <p>
1407 Or a shorthand syntax:<br>
1408 <pre><code>foo.on({
1409     <em>'click'</em> : <b>this</b>.onClick,
1410     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1411     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1412      scope: <b>this</b>
1413 });</code></pre></div></li>        </ul>\r
1414         <strong>Returns:</strong>\r
1415         <ul>\r
1416             <li><code>void</code></li>\r
1417         </ul>\r
1418     </div>\r
1419                 </div>\r
1420                         </div>\r
1421         </td>\r
1422         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
1423     </tr>\r
1424         <tr class="method-row inherited expandable">\r
1425         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1426         <td class="sig">\r
1427         <a id="Ext.Panel-applyToMarkup"></a>\r
1428             <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">\r
1429                         <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>\r
1430             <div class="long">\r
1431                 Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">\r
1432         <strong>Parameters:</strong>\r
1433         <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>\r
1434         <strong>Returns:</strong>\r
1435         <ul>\r
1436             <li><code>void</code></li>\r
1437         </ul>\r
1438     </div>\r
1439                 </div>\r
1440                         </div>\r
1441         </td>\r
1442         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>\r
1443     </tr>\r
1444         <tr class="method-row inherited alt expandable">\r
1445         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1446         <td class="sig">\r
1447         <a id="Ext.Panel-bubble"></a>\r
1448             <b>bubble</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1449                         <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>\r
1450             <div class="long">\r
1451                 Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1452 function call will be the scope provided or the current component. The arguments to the function
1453 will be the args provided or the current component. If the function returns false at any point,
1454 the bubble is stopped.    <div class="mdetail-params">\r
1455         <strong>Parameters:</strong>\r
1456         <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current component)</div></li>        </ul>\r
1457         <strong>Returns:</strong>\r
1458         <ul>\r
1459             <li><code>void</code></li>\r
1460         </ul>\r
1461     </div>\r
1462                 </div>\r
1463                         </div>\r
1464         </td>\r
1465         <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>\r
1466     </tr>\r
1467         <tr class="method-row inherited expandable">\r
1468         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1469         <td class="sig">\r
1470         <a id="Ext.Panel-cascade"></a>\r
1471             <b>cascade</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1472                         <div class="short">Cascades down the component/container heirarchy from this component (called first), calling the specified function wi...</div>\r
1473             <div class="long">\r
1474                 Cascades down the component/container heirarchy from this component (called first), calling the specified function with
1475 each component. The scope (<i>this</i>) of
1476 function call will be the scope provided or the current component. The arguments to the function
1477 will be the args provided or the current component. If the function returns false at any point,
1478 the cascade is stopped on that branch.    <div class="mdetail-params">\r
1479         <strong>Parameters:</strong>\r
1480         <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current component)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (defaults to passing the current component)</div></li>        </ul>\r
1481         <strong>Returns:</strong>\r
1482         <ul>\r
1483             <li><code>void</code></li>\r
1484         </ul>\r
1485     </div>\r
1486                 </div>\r
1487                         </div>\r
1488         </td>\r
1489         <td class="msource"><a ext:cls="Ext.Container" ext:member="#cascade" href="output/Ext.Container.html#cascade">Container</a></td>\r
1490     </tr>\r
1491         <tr class="method-row inherited alt expandable">\r
1492         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1493         <td class="sig">\r
1494         <a id="Ext.Panel-cloneConfig"></a>\r
1495             <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1496                         <div class="short">Clone the current component using the original config values passed into this instance by default.</div>\r
1497             <div class="long">\r
1498                 Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">\r
1499         <strong>Parameters:</strong>\r
1500         <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1501 An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>\r
1502         <strong>Returns:</strong>\r
1503         <ul>\r
1504             <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>\r
1505         </ul>\r
1506     </div>\r
1507                 </div>\r
1508                         </div>\r
1509         </td>\r
1510         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>\r
1511     </tr>\r
1512         <tr class="method-row expandable">\r
1513         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1514         <td class="sig">\r
1515         <a id="Ext.Panel-collapse"></a>\r
1516             <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1517                         <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1518 cancel the collapse ac...</div>\r
1519             <div class="long">\r
1520                 Collapses the panel body so that it becomes hidden.  Fires the <a ext:cls="Ext.Panel" ext:member="beforecollapse" href="output/Ext.Panel.html#beforecollapse">beforecollapse</a> event which will
1521 cancel the collapse action if it returns false.    <div class="mdetail-params">\r
1522         <strong>Parameters:</strong>\r
1523         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1524 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1525         <strong>Returns:</strong>\r
1526         <ul>\r
1527             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1528         </ul>\r
1529     </div>\r
1530                 </div>\r
1531                         </div>\r
1532         </td>\r
1533         <td class="msource">Panel</td>\r
1534     </tr>\r
1535         <tr class="method-row inherited alt expandable">\r
1536         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1537         <td class="sig">\r
1538         <a id="Ext.Panel-destroy"></a>\r
1539             <b>destroy</b>() : void            <div class="mdesc">\r
1540                         <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1541 removing the c...</div>\r
1542             <div class="long">\r
1543                 Destroys this component by purging any event listeners, removing the component's element from the DOM,
1544 removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1545 <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1546 should usually not need to be called directly.    <div class="mdetail-params">\r
1547         <strong>Parameters:</strong>\r
1548         <ul><li>None.</li>        </ul>\r
1549         <strong>Returns:</strong>\r
1550         <ul>\r
1551             <li><code>void</code></li>\r
1552         </ul>\r
1553     </div>\r
1554                 </div>\r
1555                         </div>\r
1556         </td>\r
1557         <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>\r
1558     </tr>\r
1559         <tr class="method-row inherited expandable">\r
1560         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1561         <td class="sig">\r
1562         <a id="Ext.Panel-disable"></a>\r
1563             <b>disable</b>() : Ext.Component            <div class="mdesc">\r
1564                         <div class="short">Disable this component.</div>\r
1565             <div class="long">\r
1566                 Disable this component.    <div class="mdetail-params">\r
1567         <strong>Parameters:</strong>\r
1568         <ul><li>None.</li>        </ul>\r
1569         <strong>Returns:</strong>\r
1570         <ul>\r
1571             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1572         </ul>\r
1573     </div>\r
1574                 </div>\r
1575                         </div>\r
1576         </td>\r
1577         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>\r
1578     </tr>\r
1579         <tr class="method-row inherited alt expandable">\r
1580         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1581         <td class="sig">\r
1582         <a id="Ext.Panel-doLayout"></a>\r
1583             <b>doLayout</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1584                         <div class="short">Force this container's layout to be recalculated. A call to this function is required after adding a new component
1585 to...</div>\r
1586             <div class="long">\r
1587                 Force this container's layout to be recalculated. A call to this function is required after adding a new component
1588 to an already rendered container, or possibly after changing sizing/position properties of child components.    <div class="mdetail-params">\r
1589         <strong>Parameters:</strong>\r
1590         <ul><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) True to only calc the layout of this component, and let child components auto
1591 calc layouts as required (defaults to false, which calls doLayout recursively for each subcontainer)</div></li>        </ul>\r
1592         <strong>Returns:</strong>\r
1593         <ul>\r
1594             <li><code>void</code></li>\r
1595         </ul>\r
1596     </div>\r
1597                 </div>\r
1598                         </div>\r
1599         </td>\r
1600         <td class="msource"><a ext:cls="Ext.Container" ext:member="#doLayout" href="output/Ext.Container.html#doLayout">Container</a></td>\r
1601     </tr>\r
1602         <tr class="method-row inherited expandable">\r
1603         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1604         <td class="sig">\r
1605         <a id="Ext.Panel-enable"></a>\r
1606             <b>enable</b>() : Ext.Component            <div class="mdesc">\r
1607                         <div class="short">Enable this component.</div>\r
1608             <div class="long">\r
1609                 Enable this component.    <div class="mdetail-params">\r
1610         <strong>Parameters:</strong>\r
1611         <ul><li>None.</li>        </ul>\r
1612         <strong>Returns:</strong>\r
1613         <ul>\r
1614             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1615         </ul>\r
1616     </div>\r
1617                 </div>\r
1618                         </div>\r
1619         </td>\r
1620         <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>\r
1621     </tr>\r
1622         <tr class="method-row alt expandable">\r
1623         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1624         <td class="sig">\r
1625         <a id="Ext.Panel-expand"></a>\r
1626             <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
1627                         <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1628 cancel the expand action ...</div>\r
1629             <div class="long">\r
1630                 Expands the panel body so that it becomes visible.  Fires the <a ext:cls="Ext.Panel" ext:member="beforeexpand" href="output/Ext.Panel.html#beforeexpand">beforeexpand</a> event which will
1631 cancel the expand action if it returns false.    <div class="mdetail-params">\r
1632         <strong>Parameters:</strong>\r
1633         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1634 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
1635         <strong>Returns:</strong>\r
1636         <ul>\r
1637             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
1638         </ul>\r
1639     </div>\r
1640                 </div>\r
1641                         </div>\r
1642         </td>\r
1643         <td class="msource">Panel</td>\r
1644     </tr>\r
1645         <tr class="method-row inherited expandable">\r
1646         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1647         <td class="sig">\r
1648         <a id="Ext.Panel-find"></a>\r
1649             <b>find</b>(&nbsp;<code>String prop</code>, <code>String value</code>&nbsp;) : Array            <div class="mdesc">\r
1650                         <div class="short">Find a component under this container at any level by property</div>\r
1651             <div class="long">\r
1652                 Find a component under this container at any level by property    <div class="mdetail-params">\r
1653         <strong>Parameters:</strong>\r
1654         <ul><li><code>prop</code> : String<div class="sub-desc"></div></li><li><code>value</code> : String<div class="sub-desc"></div></li>        </ul>\r
1655         <strong>Returns:</strong>\r
1656         <ul>\r
1657             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1658         </ul>\r
1659     </div>\r
1660                 </div>\r
1661                         </div>\r
1662         </td>\r
1663         <td class="msource"><a ext:cls="Ext.Container" ext:member="#find" href="output/Ext.Container.html#find">Container</a></td>\r
1664     </tr>\r
1665         <tr class="method-row inherited alt expandable">\r
1666         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1667         <td class="sig">\r
1668         <a id="Ext.Panel-findBy"></a>\r
1669             <b>findBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1670                         <div class="short">Find a component under this container at any level by a custom function. If the passed function returns
1671 true, the com...</div>\r
1672             <div class="long">\r
1673                 Find a component under this container at any level by a custom function. If the passed function returns
1674 true, the component will be included in the results. The passed function is called with the arguments (component, this container).    <div class="mdetail-params">\r
1675         <strong>Parameters:</strong>\r
1676         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1677         <strong>Returns:</strong>\r
1678         <ul>\r
1679             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1680         </ul>\r
1681     </div>\r
1682                 </div>\r
1683                         </div>\r
1684         </td>\r
1685         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findBy" href="output/Ext.Container.html#findBy">Container</a></td>\r
1686     </tr>\r
1687         <tr class="method-row inherited expandable">\r
1688         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1689         <td class="sig">\r
1690         <a id="Ext.Panel-findById"></a>\r
1691             <b>findById</b>(&nbsp;<code>String id</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1692                         <div class="short">Find a component under this container at any level by id</div>\r
1693             <div class="long">\r
1694                 Find a component under this container at any level by id    <div class="mdetail-params">\r
1695         <strong>Parameters:</strong>\r
1696         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
1697         <strong>Returns:</strong>\r
1698         <ul>\r
1699             <li><code>Ext.Component</code></li>\r
1700         </ul>\r
1701     </div>\r
1702                 </div>\r
1703                         </div>\r
1704         </td>\r
1705         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findById" href="output/Ext.Container.html#findById">Container</a></td>\r
1706     </tr>\r
1707         <tr class="method-row inherited alt expandable">\r
1708         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1709         <td class="sig">\r
1710         <a id="Ext.Panel-findByType"></a>\r
1711             <b>findByType</b>(&nbsp;<code>String/Class xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1712                         <div class="short">Find a component under this container at any level by xtype or class</div>\r
1713             <div class="long">\r
1714                 Find a component under this container at any level by xtype or class    <div class="mdetail-params">\r
1715         <strong>Parameters:</strong>\r
1716         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
1717 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
1718         <strong>Returns:</strong>\r
1719         <ul>\r
1720             <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>\r
1721         </ul>\r
1722     </div>\r
1723                 </div>\r
1724                         </div>\r
1725         </td>\r
1726         <td class="msource"><a ext:cls="Ext.Container" ext:member="#findByType" href="output/Ext.Container.html#findByType">Container</a></td>\r
1727     </tr>\r
1728         <tr class="method-row inherited expandable">\r
1729         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1730         <td class="sig">\r
1731         <a id="Ext.Panel-findParentBy"></a>\r
1732             <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">\r
1733                         <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1734 true, the con...</div>\r
1735             <div class="long">\r
1736                 Find a container above this component at any level by a custom function. If the passed function returns
1737 true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">\r
1738         <strong>Parameters:</strong>\r
1739         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1740         <strong>Returns:</strong>\r
1741         <ul>\r
1742             <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>\r
1743         </ul>\r
1744     </div>\r
1745                 </div>\r
1746                         </div>\r
1747         </td>\r
1748         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>\r
1749     </tr>\r
1750         <tr class="method-row inherited alt expandable">\r
1751         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1752         <td class="sig">\r
1753         <a id="Ext.Panel-findParentByType"></a>\r
1754             <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">\r
1755                         <div class="short">Find a container above this component at any level by xtype or class</div>\r
1756             <div class="long">\r
1757                 Find a container above this component at any level by xtype or class    <div class="mdetail-params">\r
1758         <strong>Parameters:</strong>\r
1759         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>\r
1760         <strong>Returns:</strong>\r
1761         <ul>\r
1762             <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>\r
1763         </ul>\r
1764     </div>\r
1765                 </div>\r
1766                         </div>\r
1767         </td>\r
1768         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>\r
1769     </tr>\r
1770         <tr class="method-row inherited expandable">\r
1771         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1772         <td class="sig">\r
1773         <a id="Ext.Panel-fireEvent"></a>\r
1774             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
1775                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
1776             <div class="long">\r
1777                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
1778         <strong>Parameters:</strong>\r
1779         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
1780         <strong>Returns:</strong>\r
1781         <ul>\r
1782             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
1783         </ul>\r
1784     </div>\r
1785                 </div>\r
1786                         </div>\r
1787         </td>\r
1788         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
1789     </tr>\r
1790         <tr class="method-row inherited alt expandable">\r
1791         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1792         <td class="sig">\r
1793         <a id="Ext.Panel-focus"></a>\r
1794             <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
1795                         <div class="short">Try to focus this component.</div>\r
1796             <div class="long">\r
1797                 Try to focus this component.    <div class="mdetail-params">\r
1798         <strong>Parameters:</strong>\r
1799         <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>\r
1800         <strong>Returns:</strong>\r
1801         <ul>\r
1802             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1803         </ul>\r
1804     </div>\r
1805                 </div>\r
1806                         </div>\r
1807         </td>\r
1808         <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>\r
1809     </tr>\r
1810         <tr class="method-row expandable">\r
1811         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1812         <td class="sig">\r
1813         <a id="Ext.Panel-getBottomToolbar"></a>\r
1814             <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
1815                         <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>\r
1816             <div class="long">\r
1817                 Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">\r
1818         <strong>Parameters:</strong>\r
1819         <ul><li>None.</li>        </ul>\r
1820         <strong>Returns:</strong>\r
1821         <ul>\r
1822             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
1823         </ul>\r
1824     </div>\r
1825                 </div>\r
1826                         </div>\r
1827         </td>\r
1828         <td class="msource">Panel</td>\r
1829     </tr>\r
1830         <tr class="method-row inherited alt expandable">\r
1831         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1832         <td class="sig">\r
1833         <a id="Ext.Panel-getBox"></a>\r
1834             <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">\r
1835                         <div class="short">Gets the current box measurements of the component's underlying element.</div>\r
1836             <div class="long">\r
1837                 Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
1838         <strong>Parameters:</strong>\r
1839         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1840         <strong>Returns:</strong>\r
1841         <ul>\r
1842             <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>\r
1843         </ul>\r
1844     </div>\r
1845                 </div>\r
1846                         </div>\r
1847         </td>\r
1848         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>\r
1849     </tr>\r
1850         <tr class="method-row inherited expandable">\r
1851         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1852         <td class="sig">\r
1853         <a id="Ext.Panel-getComponent"></a>\r
1854             <b>getComponent</b>(&nbsp;<code>String/Number id</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1855                         <div class="short">Gets a direct child Component by id, or by index.</div>\r
1856             <div class="long">\r
1857                 Gets a direct child Component by id, or by index.    <div class="mdetail-params">\r
1858         <strong>Parameters:</strong>\r
1859         <ul><li><code>id</code> : String/Number<div class="sub-desc">or index of child Component to return.</div></li>        </ul>\r
1860         <strong>Returns:</strong>\r
1861         <ul>\r
1862             <li><code>Ext.Component</code></li>\r
1863         </ul>\r
1864     </div>\r
1865                 </div>\r
1866                         </div>\r
1867         </td>\r
1868         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getComponent" href="output/Ext.Container.html#getComponent">Container</a></td>\r
1869     </tr>\r
1870         <tr class="method-row inherited alt expandable">\r
1871         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1872         <td class="sig">\r
1873         <a id="Ext.Panel-getEl"></a>\r
1874             <b>getEl</b>() : Ext.Element            <div class="mdesc">\r
1875                         <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>\r
1876             <div class="long">\r
1877                 Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">\r
1878         <strong>Parameters:</strong>\r
1879         <ul><li>None.</li>        </ul>\r
1880         <strong>Returns:</strong>\r
1881         <ul>\r
1882             <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>\r
1883         </ul>\r
1884     </div>\r
1885                 </div>\r
1886                         </div>\r
1887         </td>\r
1888         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>\r
1889     </tr>\r
1890         <tr class="method-row expandable">\r
1891         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1892         <td class="sig">\r
1893         <a id="Ext.Panel-getFrameHeight"></a>\r
1894             <b>getFrameHeight</b>() : Number            <div class="mdesc">\r
1895                         <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1896 header and ...</div>\r
1897             <div class="long">\r
1898                 Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1899 header and footer elements, but not including the body height).  To retrieve the body height see <a ext:cls="Ext.Panel" ext:member="getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">getInnerHeight</a>.    <div class="mdetail-params">\r
1900         <strong>Parameters:</strong>\r
1901         <ul><li>None.</li>        </ul>\r
1902         <strong>Returns:</strong>\r
1903         <ul>\r
1904             <li><code>Number</code><div class="sub-desc">The frame height</div></li>\r
1905         </ul>\r
1906     </div>\r
1907                 </div>\r
1908                         </div>\r
1909         </td>\r
1910         <td class="msource">Panel</td>\r
1911     </tr>\r
1912         <tr class="method-row alt expandable">\r
1913         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1914         <td class="sig">\r
1915         <a id="Ext.Panel-getFrameWidth"></a>\r
1916             <b>getFrameWidth</b>() : Number            <div class="mdesc">\r
1917                         <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1918 retrieve the bo...</div>\r
1919             <div class="long">\r
1920                 Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1921 retrieve the body width see <a ext:cls="Ext.Panel" ext:member="getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">getInnerWidth</a>.    <div class="mdetail-params">\r
1922         <strong>Parameters:</strong>\r
1923         <ul><li>None.</li>        </ul>\r
1924         <strong>Returns:</strong>\r
1925         <ul>\r
1926             <li><code>Number</code><div class="sub-desc">The frame width</div></li>\r
1927         </ul>\r
1928     </div>\r
1929                 </div>\r
1930                         </div>\r
1931         </td>\r
1932         <td class="msource">Panel</td>\r
1933     </tr>\r
1934         <tr class="method-row inherited expandable">\r
1935         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1936         <td class="sig">\r
1937         <a id="Ext.Panel-getId"></a>\r
1938             <b>getId</b>() : String            <div class="mdesc">\r
1939                         <div class="short">Returns the id of this component.</div>\r
1940             <div class="long">\r
1941                 Returns the id of this component.    <div class="mdetail-params">\r
1942         <strong>Parameters:</strong>\r
1943         <ul><li>None.</li>        </ul>\r
1944         <strong>Returns:</strong>\r
1945         <ul>\r
1946             <li><code>String</code></li>\r
1947         </ul>\r
1948     </div>\r
1949                 </div>\r
1950                         </div>\r
1951         </td>\r
1952         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>\r
1953     </tr>\r
1954         <tr class="method-row alt expandable">\r
1955         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1956         <td class="sig">\r
1957         <a id="Ext.Panel-getInnerHeight"></a>\r
1958             <b>getInnerHeight</b>() : Number            <div class="mdesc">\r
1959                         <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
1960 For the frame he...</div>\r
1961             <div class="long">\r
1962                 Returns the height in pixels of the body element (not including the height of any framing elements).
1963 For the frame height see <a ext:cls="Ext.Panel" ext:member="getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">getFrameHeight</a>.    <div class="mdetail-params">\r
1964         <strong>Parameters:</strong>\r
1965         <ul><li>None.</li>        </ul>\r
1966         <strong>Returns:</strong>\r
1967         <ul>\r
1968             <li><code>Number</code><div class="sub-desc">The body height</div></li>\r
1969         </ul>\r
1970     </div>\r
1971                 </div>\r
1972                         </div>\r
1973         </td>\r
1974         <td class="msource">Panel</td>\r
1975     </tr>\r
1976         <tr class="method-row expandable">\r
1977         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1978         <td class="sig">\r
1979         <a id="Ext.Panel-getInnerWidth"></a>\r
1980             <b>getInnerWidth</b>() : Number            <div class="mdesc">\r
1981                         <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
1982 For the frame widt...</div>\r
1983             <div class="long">\r
1984                 Returns the width in pixels of the body element (not including the width of any framing elements).
1985 For the frame width see <a ext:cls="Ext.Panel" ext:member="getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">getFrameWidth</a>.    <div class="mdetail-params">\r
1986         <strong>Parameters:</strong>\r
1987         <ul><li>None.</li>        </ul>\r
1988         <strong>Returns:</strong>\r
1989         <ul>\r
1990             <li><code>Number</code><div class="sub-desc">The body width</div></li>\r
1991         </ul>\r
1992     </div>\r
1993                 </div>\r
1994                         </div>\r
1995         </td>\r
1996         <td class="msource">Panel</td>\r
1997     </tr>\r
1998         <tr class="method-row inherited alt expandable">\r
1999         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2000         <td class="sig">\r
2001         <a id="Ext.Panel-getItemId"></a>\r
2002             <b>getItemId</b>() : String            <div class="mdesc">\r
2003                         <div class="short">Returns the item id of this component.</div>\r
2004             <div class="long">\r
2005                 Returns the item id of this component.    <div class="mdetail-params">\r
2006         <strong>Parameters:</strong>\r
2007         <ul><li>None.</li>        </ul>\r
2008         <strong>Returns:</strong>\r
2009         <ul>\r
2010             <li><code>String</code></li>\r
2011         </ul>\r
2012     </div>\r
2013                 </div>\r
2014                         </div>\r
2015         </td>\r
2016         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>\r
2017     </tr>\r
2018         <tr class="method-row inherited expandable">\r
2019         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2020         <td class="sig">\r
2021         <a id="Ext.Panel-getLayout"></a>\r
2022             <b>getLayout</b>() : ContainerLayout            <div class="mdesc">\r
2023                         <div class="short">Returns the layout currently in use by the container.  If the container does not currently have a layout
2024 set, a defau...</div>\r
2025             <div class="long">\r
2026                 Returns the layout currently in use by the container.  If the container does not currently have a layout
2027 set, a default <a ext:cls="Ext.layout.ContainerLayout" href="output/Ext.layout.ContainerLayout.html">Ext.layout.ContainerLayout</a> will be created and set as the container's layout.    <div class="mdetail-params">\r
2028         <strong>Parameters:</strong>\r
2029         <ul><li>None.</li>        </ul>\r
2030         <strong>Returns:</strong>\r
2031         <ul>\r
2032             <li><code>ContainerLayout</code><div class="sub-desc">layout The container's layout</div></li>\r
2033         </ul>\r
2034     </div>\r
2035                 </div>\r
2036                         </div>\r
2037         </td>\r
2038         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayout" href="output/Ext.Container.html#getLayout">Container</a></td>\r
2039     </tr>\r
2040         <tr class="method-row inherited alt expandable">\r
2041         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2042         <td class="sig">\r
2043         <a id="Ext.Panel-getLayoutTarget"></a>\r
2044             <b>getLayoutTarget</b>() : Ext.Element            <div class="mdesc">\r
2045                         <div class="short">Returns the Element to be used to contain the child Components of this Container.
2046 An implementation is provided which...</div>\r
2047             <div class="long">\r
2048                 <p>Returns the Element to be used to contain the child Components of this Container.</p>
2049 <p>An implementation is provided which returns the Container's <a ext:cls="Ext.Container" ext:member="getEl" href="output/Ext.Container.html#getEl">Element</a>, but
2050 if there is a more complex structure to a Container, this may be overridden to return
2051 the element into which the <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> renders child Components.</p>    <div class="mdetail-params">\r
2052         <strong>Parameters:</strong>\r
2053         <ul><li>None.</li>        </ul>\r
2054         <strong>Returns:</strong>\r
2055         <ul>\r
2056             <li><code>Ext.Element</code><div class="sub-desc">The Element to render child Components into.</div></li>\r
2057         </ul>\r
2058     </div>\r
2059                 </div>\r
2060                         </div>\r
2061         </td>\r
2062         <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayoutTarget" href="output/Ext.Container.html#getLayoutTarget">Container</a></td>\r
2063     </tr>\r
2064         <tr class="method-row inherited expandable">\r
2065         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2066         <td class="sig">\r
2067         <a id="Ext.Panel-getPosition"></a>\r
2068             <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
2069                         <div class="short">Gets the current XY position of the component's underlying element.</div>\r
2070             <div class="long">\r
2071                 Gets the current XY position of the component's underlying element.    <div class="mdetail-params">\r
2072         <strong>Parameters:</strong>\r
2073         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
2074         <strong>Returns:</strong>\r
2075         <ul>\r
2076             <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>\r
2077         </ul>\r
2078     </div>\r
2079                 </div>\r
2080                         </div>\r
2081         </td>\r
2082         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>\r
2083     </tr>\r
2084         <tr class="method-row inherited alt expandable">\r
2085         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2086         <td class="sig">\r
2087         <a id="Ext.Panel-getSize"></a>\r
2088             <b>getSize</b>() : Object            <div class="mdesc">\r
2089                         <div class="short">Gets the current size of the component's underlying element.</div>\r
2090             <div class="long">\r
2091                 Gets the current size of the component's underlying element.    <div class="mdetail-params">\r
2092         <strong>Parameters:</strong>\r
2093         <ul><li>None.</li>        </ul>\r
2094         <strong>Returns:</strong>\r
2095         <ul>\r
2096             <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>\r
2097         </ul>\r
2098     </div>\r
2099                 </div>\r
2100                         </div>\r
2101         </td>\r
2102         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>\r
2103     </tr>\r
2104         <tr class="method-row expandable">\r
2105         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2106         <td class="sig">\r
2107         <a id="Ext.Panel-getTool"></a>\r
2108             <b>getTool</b>(&nbsp;<code>String id</code>&nbsp;) : Object            <div class="mdesc">\r
2109                         <div class="short">Retrieve a tool by id.</div>\r
2110             <div class="long">\r
2111                 Retrieve a tool by id.    <div class="mdetail-params">\r
2112         <strong>Parameters:</strong>\r
2113         <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>\r
2114         <strong>Returns:</strong>\r
2115         <ul>\r
2116             <li><code>Object</code><div class="sub-desc">tool</div></li>\r
2117         </ul>\r
2118     </div>\r
2119                 </div>\r
2120                         </div>\r
2121         </td>\r
2122         <td class="msource">Panel</td>\r
2123     </tr>\r
2124         <tr class="method-row alt expandable">\r
2125         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2126         <td class="sig">\r
2127         <a id="Ext.Panel-getTopToolbar"></a>\r
2128             <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">\r
2129                         <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>\r
2130             <div class="long">\r
2131                 Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">\r
2132         <strong>Parameters:</strong>\r
2133         <ul><li>None.</li>        </ul>\r
2134         <strong>Returns:</strong>\r
2135         <ul>\r
2136             <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>\r
2137         </ul>\r
2138     </div>\r
2139                 </div>\r
2140                         </div>\r
2141         </td>\r
2142         <td class="msource">Panel</td>\r
2143     </tr>\r
2144         <tr class="method-row expandable">\r
2145         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2146         <td class="sig">\r
2147         <a id="Ext.Panel-getUpdater"></a>\r
2148             <b>getUpdater</b>() : Ext.Updater            <div class="mdesc">\r
2149                         <div class="short">Get the <a ext:cls="Ext.Updater" href="output/Ext.Updater.html">Ext.Updater</a> for this panel. Enables you to perform Ajax updates of this panel's body.</div>\r
2150             <div class="long">\r
2151                 Get the <a ext:cls="Ext.Updater" href="output/Ext.Updater.html">Ext.Updater</a> for this panel. Enables you to perform Ajax updates of this panel's body.    <div class="mdetail-params">\r
2152         <strong>Parameters:</strong>\r
2153         <ul><li>None.</li>        </ul>\r
2154         <strong>Returns:</strong>\r
2155         <ul>\r
2156             <li><code>Ext.Updater</code><div class="sub-desc">The Updater</div></li>\r
2157         </ul>\r
2158     </div>\r
2159                 </div>\r
2160                         </div>\r
2161         </td>\r
2162         <td class="msource">Panel</td>\r
2163     </tr>\r
2164         <tr class="method-row inherited alt expandable">\r
2165         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2166         <td class="sig">\r
2167         <a id="Ext.Panel-getXType"></a>\r
2168             <b>getXType</b>() : String            <div class="mdesc">\r
2169                         <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
2170 available xtypes, see the Ex...</div>\r
2171             <div class="long">\r
2172                 Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
2173 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
2174 <pre><code>var t = <b>new</b> Ext.form.TextField();
2175 alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">\r
2176         <strong>Parameters:</strong>\r
2177         <ul><li>None.</li>        </ul>\r
2178         <strong>Returns:</strong>\r
2179         <ul>\r
2180             <li><code>String</code><div class="sub-desc">The xtype</div></li>\r
2181         </ul>\r
2182     </div>\r
2183                 </div>\r
2184                         </div>\r
2185         </td>\r
2186         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>\r
2187     </tr>\r
2188         <tr class="method-row inherited expandable">\r
2189         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2190         <td class="sig">\r
2191         <a id="Ext.Panel-getXTypes"></a>\r
2192             <b>getXTypes</b>() : String            <div class="mdesc">\r
2193                         <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2194 available xtypes, see the Ext...</div>\r
2195             <div class="long">\r
2196                 <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2197 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2198 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2199 to participate in determination of inherited xtypes.</b></p>
2200 <p>Example usage:</p>
2201 <pre><code>\r
2202 var t = new Ext.form.TextField();\r
2203 alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">\r
2204         <strong>Parameters:</strong>\r
2205         <ul><li>None.</li>        </ul>\r
2206         <strong>Returns:</strong>\r
2207         <ul>\r
2208             <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>\r
2209         </ul>\r
2210     </div>\r
2211                 </div>\r
2212                         </div>\r
2213         </td>\r
2214         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>\r
2215     </tr>\r
2216         <tr class="method-row inherited alt expandable">\r
2217         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2218         <td class="sig">\r
2219         <a id="Ext.Panel-hasListener"></a>\r
2220             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
2221                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
2222             <div class="long">\r
2223                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
2224         <strong>Parameters:</strong>\r
2225         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
2226         <strong>Returns:</strong>\r
2227         <ul>\r
2228             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
2229         </ul>\r
2230     </div>\r
2231                 </div>\r
2232                         </div>\r
2233         </td>\r
2234         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
2235     </tr>\r
2236         <tr class="method-row inherited expandable">\r
2237         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2238         <td class="sig">\r
2239         <a id="Ext.Panel-hide"></a>\r
2240             <b>hide</b>() : Ext.Component            <div class="mdesc">\r
2241                         <div class="short">Hide this component.</div>\r
2242             <div class="long">\r
2243                 Hide this component.    <div class="mdetail-params">\r
2244         <strong>Parameters:</strong>\r
2245         <ul><li>None.</li>        </ul>\r
2246         <strong>Returns:</strong>\r
2247         <ul>\r
2248             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2249         </ul>\r
2250     </div>\r
2251                 </div>\r
2252                         </div>\r
2253         </td>\r
2254         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>\r
2255     </tr>\r
2256         <tr class="method-row inherited alt expandable">\r
2257         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2258         <td class="sig">\r
2259         <a id="Ext.Panel-insert"></a>\r
2260             <b>insert</b>(&nbsp;<code>Number index</code>, <code>Ext.Component component</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2261                         <div class="short">Inserts a Component into this Container at a specified index. Fires the
2262 beforeadd event before inserting, then fires ...</div>\r
2263             <div class="long">\r
2264                 Inserts a Component into this Container at a specified index. Fires the
2265 <a ext:cls="Ext.Container" ext:member="beforeadd" href="output/Ext.Container.html#beforeadd">beforeadd</a> event before inserting, then fires the <a ext:cls="Ext.Container" ext:member="add" href="output/Ext.Container.html#add">add</a> event after the
2266 Component has been inserted.    <div class="mdetail-params">\r
2267         <strong>Parameters:</strong>\r
2268         <ul><li><code>index</code> : Number<div class="sub-desc">The index at which the Component will be inserted
2269 into the Container's items collection</div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The child Component to insert.<br><br>
2270 Ext uses lazy rendering, and will only render the inserted Component should
2271 it become necessary.<br><br>
2272 A Component config object may be passed in order to avoid the overhead of
2273 constructing a real Component object if lazy rendering might mean that the
2274 inserted Component will not be rendered immediately. To take advantage of
2275 this "lazy instantiation", set the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">Ext.Component.xtype</a> config
2276 property to the registered type of the Component wanted.<br><br>
2277 For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>\r
2278         <strong>Returns:</strong>\r
2279         <ul>\r
2280             <li><code>Ext.Component</code><div class="sub-desc">component The Component (or config object) that was inserted with the Container's default config values applied.</div></li>\r
2281         </ul>\r
2282     </div>\r
2283                 </div>\r
2284                         </div>\r
2285         </td>\r
2286         <td class="msource"><a ext:cls="Ext.Container" ext:member="#insert" href="output/Ext.Container.html#insert">Container</a></td>\r
2287     </tr>\r
2288         <tr class="method-row inherited expandable">\r
2289         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2290         <td class="sig">\r
2291         <a id="Ext.Panel-isVisible"></a>\r
2292             <b>isVisible</b>() : void            <div class="mdesc">\r
2293                         <div class="short">Returns true if this component is visible.</div>\r
2294             <div class="long">\r
2295                 Returns true if this component is visible.    <div class="mdetail-params">\r
2296         <strong>Parameters:</strong>\r
2297         <ul><li>None.</li>        </ul>\r
2298         <strong>Returns:</strong>\r
2299         <ul>\r
2300             <li><code>void</code></li>\r
2301         </ul>\r
2302     </div>\r
2303                 </div>\r
2304                         </div>\r
2305         </td>\r
2306         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>\r
2307     </tr>\r
2308         <tr class="method-row inherited alt expandable">\r
2309         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2310         <td class="sig">\r
2311         <a id="Ext.Panel-isXType"></a>\r
2312             <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2313                         <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2314 from th...</div>\r
2315             <div class="long">\r
2316                 <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2317 from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
2318 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
2319 to participate in determination of inherited xtypes.</b></p>
2320 <p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2321 <p>Example usage:</p>
2322 <pre><code>var t = <b>new</b> Ext.form.TextField();
2323 <b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
2324 <b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
2325 <b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">\r
2326         <strong>Parameters:</strong>\r
2327         <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this Component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
2328 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
2329         <strong>Returns:</strong>\r
2330         <ul>\r
2331             <li><code>void</code></li>\r
2332         </ul>\r
2333     </div>\r
2334                 </div>\r
2335                         </div>\r
2336         </td>\r
2337         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>\r
2338     </tr>\r
2339         <tr class="method-row expandable">\r
2340         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2341         <td class="sig">\r
2342         <a id="Ext.Panel-load"></a>\r
2343             <b>load</b>(&nbsp;<code>Object/String/Function config</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
2344                         <div class="short">Loads this content panel immediately with content returned from an XHR call.</div>\r
2345             <div class="long">\r
2346                 Loads this content panel immediately with content returned from an XHR call.    <div class="mdetail-params">\r
2347         <strong>Parameters:</strong>\r
2348         <ul><li><code>config</code> : Object/String/Function<div class="sub-desc">A config object containing any of the following options:\r
2349 <pre><code>panel.load({
2350     url: <em>"your-url.php"</em>,
2351     params: {param1: <em>"foo"</em>, param2: <em>"bar"</em>}, <i>// or a URL encoded string</i>
2352     callback: yourFunction,
2353     scope: yourObject, <i>// optional scope <b>for</b> the callback</i>
2354     discardUrl: false,
2355     nocache: false,
2356     text: <em>"Loading..."</em>,
2357     timeout: 30,
2358     scripts: false
2359 });</code></pre>
2360 The only required property is url. The optional properties nocache, text and scripts
2361 are shorthand for disableCaching, indicatorText and loadScripts and are used to set their
2362 associated property on this panel Updater instance.</div></li>        </ul>\r
2363         <strong>Returns:</strong>\r
2364         <ul>\r
2365             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
2366         </ul>\r
2367     </div>\r
2368                 </div>\r
2369                         </div>\r
2370         </td>\r
2371         <td class="msource">Panel</td>\r
2372     </tr>\r
2373         <tr class="method-row inherited alt expandable">\r
2374         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2375         <td class="sig">\r
2376         <a id="Ext.Panel-on"></a>\r
2377             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2378                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
2379             <div class="long">\r
2380                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
2381         <strong>Parameters:</strong>\r
2382         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
2383 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
2384         <strong>Returns:</strong>\r
2385         <ul>\r
2386             <li><code>void</code></li>\r
2387         </ul>\r
2388     </div>\r
2389                 </div>\r
2390                         </div>\r
2391         </td>\r
2392         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
2393     </tr>\r
2394         <tr class="method-row inherited expandable">\r
2395         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2396         <td class="sig">\r
2397         <a id="Ext.Panel-purgeListeners"></a>\r
2398             <b>purgeListeners</b>() : void            <div class="mdesc">\r
2399                         <div class="short">Removes all listeners for this object</div>\r
2400             <div class="long">\r
2401                 Removes all listeners for this object    <div class="mdetail-params">\r
2402         <strong>Parameters:</strong>\r
2403         <ul><li>None.</li>        </ul>\r
2404         <strong>Returns:</strong>\r
2405         <ul>\r
2406             <li><code>void</code></li>\r
2407         </ul>\r
2408     </div>\r
2409                 </div>\r
2410                         </div>\r
2411         </td>\r
2412         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
2413     </tr>\r
2414         <tr class="method-row inherited alt expandable">\r
2415         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2416         <td class="sig">\r
2417         <a id="Ext.Panel-relayEvents"></a>\r
2418             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
2419                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
2420             <div class="long">\r
2421                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
2422         <strong>Parameters:</strong>\r
2423         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
2424         <strong>Returns:</strong>\r
2425         <ul>\r
2426             <li><code>void</code></li>\r
2427         </ul>\r
2428     </div>\r
2429                 </div>\r
2430                         </div>\r
2431         </td>\r
2432         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
2433     </tr>\r
2434         <tr class="method-row inherited expandable">\r
2435         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2436         <td class="sig">\r
2437         <a id="Ext.Panel-remove"></a>\r
2438             <b>remove</b>(&nbsp;<code>Component/String component</code>, <span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
2439                         <div class="short">Removes a component from this container.  Fires the beforeremove event before removing, then fires
2440 the remove event a...</div>\r
2441             <div class="long">\r
2442                 Removes a component from this container.  Fires the <a ext:cls="Ext.Container" ext:member="beforeremove" href="output/Ext.Container.html#beforeremove">beforeremove</a> event before removing, then fires
2443 the <a ext:cls="Ext.Container" ext:member="remove" href="output/Ext.Container.html#remove">remove</a> event after the component has been removed.    <div class="mdetail-params">\r
2444         <strong>Parameters:</strong>\r
2445         <ul><li><code>component</code> : Component/String<div class="sub-desc">The component reference or id to remove.</div></li><li><code>autoDestroy</code> : Boolean<div class="sub-desc">(optional) True to automatically invoke the removed Component's <a ext:cls="Ext.Component" ext:member="destroy" href="output/Ext.Component.html#destroy">Ext.Component.destroy</a> function.
2446 Defaults to the value of this Container's <a ext:cls="Ext.Container" ext:member="autoDestroy" href="output/Ext.Container.html#autoDestroy">autoDestroy</a> config.</div></li>        </ul>\r
2447         <strong>Returns:</strong>\r
2448         <ul>\r
2449             <li><code>Ext.Component</code><div class="sub-desc">component The Component that was removed.</div></li>\r
2450         </ul>\r
2451     </div>\r
2452                 </div>\r
2453                         </div>\r
2454         </td>\r
2455         <td class="msource"><a ext:cls="Ext.Container" ext:member="#remove" href="output/Ext.Container.html#remove">Container</a></td>\r
2456     </tr>\r
2457         <tr class="method-row inherited alt expandable">\r
2458         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2459         <td class="sig">\r
2460         <a id="Ext.Panel-removeAll"></a>\r
2461             <b>removeAll</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
2462                         <div class="short">Removes all components from this container.</div>\r
2463             <div class="long">\r
2464                 Removes all components from this container.    <div class="mdetail-params">\r
2465         <strong>Parameters:</strong>\r
2466         <ul><li><code>autoDestroy</code> : Boolean<div class="sub-desc">(optional) True to automatically invoke the removed Component's <a ext:cls="Ext.Component" ext:member="destroy" href="output/Ext.Component.html#destroy">Ext.Component.destroy</a> function.
2467 Defaults to the value of this Container's <a ext:cls="Ext.Container" ext:member="autoDestroy" href="output/Ext.Container.html#autoDestroy">autoDestroy</a> config.</div></li>        </ul>\r
2468         <strong>Returns:</strong>\r
2469         <ul>\r
2470             <li><code>Array</code><div class="sub-desc">Array of the destroyed components</div></li>\r
2471         </ul>\r
2472     </div>\r
2473                 </div>\r
2474                         </div>\r
2475         </td>\r
2476         <td class="msource"><a ext:cls="Ext.Container" ext:member="#removeAll" href="output/Ext.Container.html#removeAll">Container</a></td>\r
2477     </tr>\r
2478         <tr class="method-row inherited expandable">\r
2479         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2480         <td class="sig">\r
2481         <a id="Ext.Panel-removeClass"></a>\r
2482             <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
2483                         <div class="short">Removes a CSS class from the component's underlying element.</div>\r
2484             <div class="long">\r
2485                 Removes a CSS class from the component's underlying element.    <div class="mdetail-params">\r
2486         <strong>Parameters:</strong>\r
2487         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>\r
2488         <strong>Returns:</strong>\r
2489         <ul>\r
2490             <li><code>void</code></li>\r
2491         </ul>\r
2492     </div>\r
2493                 </div>\r
2494                         </div>\r
2495         </td>\r
2496         <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>\r
2497     </tr>\r
2498         <tr class="method-row inherited alt expandable">\r
2499         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2500         <td class="sig">\r
2501         <a id="Ext.Panel-removeListener"></a>\r
2502             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2503                         <div class="short">Removes a listener</div>\r
2504             <div class="long">\r
2505                 Removes a listener    <div class="mdetail-params">\r
2506         <strong>Parameters:</strong>\r
2507         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2508         <strong>Returns:</strong>\r
2509         <ul>\r
2510             <li><code>void</code></li>\r
2511         </ul>\r
2512     </div>\r
2513                 </div>\r
2514                         </div>\r
2515         </td>\r
2516         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
2517     </tr>\r
2518         <tr class="method-row inherited expandable">\r
2519         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2520         <td class="sig">\r
2521         <a id="Ext.Panel-render"></a>\r
2522             <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2523                         <div class="short">Render this Component into the passed HTML element.
2524 If you are using a Container object to house this Component, then...</div>\r
2525             <div class="long">\r
2526                 <p>Render this Component into the passed HTML element.</p>
2527 <p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
2528 do not use the render method.</b></p>
2529 <p>A Container's child Components are rendered by that Container's
2530 <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
2531 <p>Certain layout managers allow dynamic addition of child components. Those that do
2532 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
2533 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
2534 <p>If the Container is already rendered when a new child Component is added, you may need to call
2535 the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
2536 unrendered child Components to be rendered. This is required so that you can add multiple
2537 child components if needed while only refreshing the layout once.</p>
2538 <p>When creating complex UIs, it is important to remember that sizing and positioning
2539 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
2540 If you expect child items to be sized in response to user interactions, you must
2541 configure the Container with a layout manager which creates and manages the type of layout you
2542 have in mind.</p>
2543 <p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
2544 layout manager is used which does nothing but render child components sequentially into the
2545 Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
2546         <strong>Parameters:</strong>\r
2547         <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
2548 rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
2549 which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>\r
2550         <strong>Returns:</strong>\r
2551         <ul>\r
2552             <li><code>void</code></li>\r
2553         </ul>\r
2554     </div>\r
2555                 </div>\r
2556                         </div>\r
2557         </td>\r
2558         <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>\r
2559     </tr>\r
2560         <tr class="method-row inherited alt expandable">\r
2561         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2562         <td class="sig">\r
2563         <a id="Ext.Panel-resumeEvents"></a>\r
2564             <b>resumeEvents</b>() : void            <div class="mdesc">\r
2565                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
2566             <div class="long">\r
2567                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
2568         <strong>Parameters:</strong>\r
2569         <ul><li>None.</li>        </ul>\r
2570         <strong>Returns:</strong>\r
2571         <ul>\r
2572             <li><code>void</code></li>\r
2573         </ul>\r
2574     </div>\r
2575                 </div>\r
2576                         </div>\r
2577         </td>\r
2578         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
2579     </tr>\r
2580         <tr class="method-row inherited expandable">\r
2581         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2582         <td class="sig">\r
2583         <a id="Ext.Panel-setDisabled"></a>\r
2584             <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">\r
2585                         <div class="short">Convenience function for setting disabled/enabled by boolean.</div>\r
2586             <div class="long">\r
2587                 Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">\r
2588         <strong>Parameters:</strong>\r
2589         <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
2590         <strong>Returns:</strong>\r
2591         <ul>\r
2592             <li><code>void</code></li>\r
2593         </ul>\r
2594     </div>\r
2595                 </div>\r
2596                         </div>\r
2597         </td>\r
2598         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>\r
2599     </tr>\r
2600         <tr class="method-row inherited alt expandable">\r
2601         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2602         <td class="sig">\r
2603         <a id="Ext.Panel-setHeight"></a>\r
2604             <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2605                         <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
2606             <div class="long">\r
2607                 Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
2608         <strong>Parameters:</strong>\r
2609         <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>\r
2610         <strong>Returns:</strong>\r
2611         <ul>\r
2612             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2613         </ul>\r
2614     </div>\r
2615                 </div>\r
2616                         </div>\r
2617         </td>\r
2618         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>\r
2619     </tr>\r
2620         <tr class="method-row expandable">\r
2621         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2622         <td class="sig">\r
2623         <a id="Ext.Panel-setIconClass"></a>\r
2624             <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">\r
2625                         <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2626 icon class if ...</div>\r
2627             <div class="long">\r
2628                 Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2629 icon class if one has already been set.    <div class="mdetail-params">\r
2630         <strong>Parameters:</strong>\r
2631         <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>\r
2632         <strong>Returns:</strong>\r
2633         <ul>\r
2634             <li><code>void</code></li>\r
2635         </ul>\r
2636     </div>\r
2637                 </div>\r
2638                         </div>\r
2639         </td>\r
2640         <td class="msource">Panel</td>\r
2641     </tr>\r
2642         <tr class="method-row inherited alt expandable">\r
2643         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2644         <td class="sig">\r
2645         <a id="Ext.Panel-setPagePosition"></a>\r
2646             <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2647                         <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2648 This method fires the ...</div>\r
2649             <div class="long">\r
2650                 Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
2651 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
2652         <strong>Parameters:</strong>\r
2653         <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
2654         <strong>Returns:</strong>\r
2655         <ul>\r
2656             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2657         </ul>\r
2658     </div>\r
2659                 </div>\r
2660                         </div>\r
2661         </td>\r
2662         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>\r
2663     </tr>\r
2664         <tr class="method-row inherited expandable">\r
2665         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2666         <td class="sig">\r
2667         <a id="Ext.Panel-setPosition"></a>\r
2668             <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2669                         <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2670 This method fires ...</div>\r
2671             <div class="long">\r
2672                 Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
2673 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
2674         <strong>Parameters:</strong>\r
2675         <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>\r
2676         <strong>Returns:</strong>\r
2677         <ul>\r
2678             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2679         </ul>\r
2680     </div>\r
2681                 </div>\r
2682                         </div>\r
2683         </td>\r
2684         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>\r
2685     </tr>\r
2686         <tr class="method-row inherited alt expandable">\r
2687         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2688         <td class="sig">\r
2689         <a id="Ext.Panel-setSize"></a>\r
2690             <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2691                         <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2692 either width...</div>\r
2693             <div class="long">\r
2694                 Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
2695 either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">\r
2696         <strong>Parameters:</strong>\r
2697         <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>\r
2698         <strong>Returns:</strong>\r
2699         <ul>\r
2700             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2701         </ul>\r
2702     </div>\r
2703                 </div>\r
2704                         </div>\r
2705         </td>\r
2706         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>\r
2707     </tr>\r
2708         <tr class="method-row expandable">\r
2709         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2710         <td class="sig">\r
2711         <a id="Ext.Panel-setTitle"></a>\r
2712             <b>setTitle</b>(&nbsp;<code>String title</code>, <span class="optional" title="Optional">[<code>String iconCls</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2713                         <div class="short">Sets the title text for the panel and optionally the icon class.
2714 In order to be able to set the title, a header eleme...</div>\r
2715             <div class="long">\r
2716                 <p>Sets the title text for the panel and optionally the icon class.</p>
2717 <p>In order to be able to set the title, a header element must have been created
2718 for the Panel. This is triggered either by configuring the Panel with a non-blank title,
2719 or configuring it with <tt><b><a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a>: true</b></tt>.</p>    <div class="mdetail-params">\r
2720         <strong>Parameters:</strong>\r
2721         <ul><li><code>title</code> : String<div class="sub-desc">The title text to set</div></li><li><code>iconCls</code> : String<div class="sub-desc">(optional) iconCls A user-defined CSS class that provides the icon image for this panel</div></li>        </ul>\r
2722         <strong>Returns:</strong>\r
2723         <ul>\r
2724             <li><code>void</code></li>\r
2725         </ul>\r
2726     </div>\r
2727                 </div>\r
2728                         </div>\r
2729         </td>\r
2730         <td class="msource">Panel</td>\r
2731     </tr>\r
2732         <tr class="method-row inherited alt expandable">\r
2733         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2734         <td class="sig">\r
2735         <a id="Ext.Panel-setVisible"></a>\r
2736             <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2737                         <div class="short">Convenience function to hide or show this component by boolean.</div>\r
2738             <div class="long">\r
2739                 Convenience function to hide or show this component by boolean.    <div class="mdetail-params">\r
2740         <strong>Parameters:</strong>\r
2741         <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>\r
2742         <strong>Returns:</strong>\r
2743         <ul>\r
2744             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2745         </ul>\r
2746     </div>\r
2747                 </div>\r
2748                         </div>\r
2749         </td>\r
2750         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>\r
2751     </tr>\r
2752         <tr class="method-row inherited expandable">\r
2753         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2754         <td class="sig">\r
2755         <a id="Ext.Panel-setWidth"></a>\r
2756             <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2757                         <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
2758             <div class="long">\r
2759                 Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
2760         <strong>Parameters:</strong>\r
2761         <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>\r
2762         <strong>Returns:</strong>\r
2763         <ul>\r
2764             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2765         </ul>\r
2766     </div>\r
2767                 </div>\r
2768                         </div>\r
2769         </td>\r
2770         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>\r
2771     </tr>\r
2772         <tr class="method-row inherited alt expandable">\r
2773         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2774         <td class="sig">\r
2775         <a id="Ext.Panel-show"></a>\r
2776             <b>show</b>() : Ext.Component            <div class="mdesc">\r
2777                         <div class="short">Show this component.</div>\r
2778             <div class="long">\r
2779                 Show this component.    <div class="mdetail-params">\r
2780         <strong>Parameters:</strong>\r
2781         <ul><li>None.</li>        </ul>\r
2782         <strong>Returns:</strong>\r
2783         <ul>\r
2784             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2785         </ul>\r
2786     </div>\r
2787                 </div>\r
2788                         </div>\r
2789         </td>\r
2790         <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>\r
2791     </tr>\r
2792         <tr class="method-row inherited expandable">\r
2793         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2794         <td class="sig">\r
2795         <a id="Ext.Panel-suspendEvents"></a>\r
2796             <b>suspendEvents</b>() : void            <div class="mdesc">\r
2797                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
2798             <div class="long">\r
2799                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
2800         <strong>Parameters:</strong>\r
2801         <ul><li>None.</li>        </ul>\r
2802         <strong>Returns:</strong>\r
2803         <ul>\r
2804             <li><code>void</code></li>\r
2805         </ul>\r
2806     </div>\r
2807                 </div>\r
2808                         </div>\r
2809         </td>\r
2810         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
2811     </tr>\r
2812         <tr class="method-row inherited alt expandable">\r
2813         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2814         <td class="sig">\r
2815         <a id="Ext.Panel-syncSize"></a>\r
2816             <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">\r
2817                         <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>\r
2818             <div class="long">\r
2819                 Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">\r
2820         <strong>Parameters:</strong>\r
2821         <ul><li>None.</li>        </ul>\r
2822         <strong>Returns:</strong>\r
2823         <ul>\r
2824             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2825         </ul>\r
2826     </div>\r
2827                 </div>\r
2828                         </div>\r
2829         </td>\r
2830         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>\r
2831     </tr>\r
2832         <tr class="method-row expandable">\r
2833         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2834         <td class="sig">\r
2835         <a id="Ext.Panel-toggleCollapse"></a>\r
2836             <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">\r
2837                         <div class="short">Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.</div>\r
2838             <div class="long">\r
2839                 Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.    <div class="mdetail-params">\r
2840         <strong>Parameters:</strong>\r
2841         <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
2842 <a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>\r
2843         <strong>Returns:</strong>\r
2844         <ul>\r
2845             <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>\r
2846         </ul>\r
2847     </div>\r
2848                 </div>\r
2849                         </div>\r
2850         </td>\r
2851         <td class="msource">Panel</td>\r
2852     </tr>\r
2853         <tr class="method-row inherited alt expandable">\r
2854         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2855         <td class="sig">\r
2856         <a id="Ext.Panel-un"></a>\r
2857             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2858                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
2859             <div class="long">\r
2860                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
2861         <strong>Parameters:</strong>\r
2862         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2863         <strong>Returns:</strong>\r
2864         <ul>\r
2865             <li><code>void</code></li>\r
2866         </ul>\r
2867     </div>\r
2868                 </div>\r
2869                         </div>\r
2870         </td>\r
2871         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
2872     </tr>\r
2873         <tr class="method-row inherited expandable">\r
2874         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2875         <td class="sig">\r
2876         <a id="Ext.Panel-updateBox"></a>\r
2877             <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2878                         <div class="short">Sets the current box measurements of the component's underlying element.</div>\r
2879             <div class="long">\r
2880                 Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
2881         <strong>Parameters:</strong>\r
2882         <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>\r
2883         <strong>Returns:</strong>\r
2884         <ul>\r
2885             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2886         </ul>\r
2887     </div>\r
2888                 </div>\r
2889                         </div>\r
2890         </td>\r
2891         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>\r
2892     </tr>\r
2893             </table>
2894                 <a id="Ext.Panel-events"></a>
2895         <h2>Public Events</h2>
2896                 <table cellspacing="0" class="member-table">
2897             <tr>
2898                 <th class="sig-header" colspan="2">Event</th>
2899                 <th class="msource-header">Defined By</th>
2900             </tr>
2901                 <tr class="event-row expandable">\r
2902         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2903         <td class="sig">\r
2904         <a id="Ext.Panel-activate"></a>\r
2905             <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
2906                         <div class="short">Fires after the Panel has been visually activated.
2907 Note that Panels do not directly support being activated, but some...</div>\r
2908             <div class="long">\r
2909                 Fires after the Panel has been visually activated.
2910 Note that Panels do not directly support being activated, but some Panel subclasses
2911 do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
2912 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
2913         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2914         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>\r
2915     </div>\r
2916                 </div>\r
2917                         </div>\r
2918         </td>\r
2919         <td class="msource">Panel</td>\r
2920     </tr>\r
2921         <tr class="event-row inherited alt expandable">\r
2922         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2923         <td class="sig">\r
2924         <a id="Ext.Panel-add"></a>\r
2925             <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2926                         <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.</div>\r
2927             <div class="long">\r
2928                 Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.    <div class="mdetail-params">\r
2929         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2930         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component was added to the container's items collection</div></li>        </ul>\r
2931     </div>\r
2932                 </div>\r
2933                         </div>\r
2934         </td>\r
2935         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>\r
2936     </tr>\r
2937         <tr class="event-row inherited expandable">\r
2938         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2939         <td class="sig">\r
2940         <a id="Ext.Panel-afterlayout"></a>\r
2941             <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">\r
2942                         <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>\r
2943             <div class="long">\r
2944                 Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">\r
2945         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2946         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>layout</code> : ContainerLayout<div class="sub-desc">The ContainerLayout implementation for this container</div></li>        </ul>\r
2947     </div>\r
2948                 </div>\r
2949                         </div>\r
2950         </td>\r
2951         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>\r
2952     </tr>\r
2953         <tr class="event-row inherited alt expandable">\r
2954         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2955         <td class="sig">\r
2956         <a id="Ext.Panel-beforeadd"></a>\r
2957             <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">\r
2958                         <div class="short">Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2959 A handler can return false to cancel the add.</div>\r
2960             <div class="long">\r
2961                 Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2962 A handler can return false to cancel the add.    <div class="mdetail-params">\r
2963         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2964         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component will be added to the container's items collection</div></li>        </ul>\r
2965     </div>\r
2966                 </div>\r
2967                         </div>\r
2968         </td>\r
2969         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>\r
2970     </tr>\r
2971         <tr class="event-row expandable">\r
2972         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2973         <td class="sig">\r
2974         <a id="Ext.Panel-beforeclose"></a>\r
2975             <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
2976                         <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2977 Panel subclasses d...</div>\r
2978             <div class="long">\r
2979                 Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2980 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
2981 A handler can return false to cancel the close.    <div class="mdetail-params">\r
2982         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2983         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>\r
2984     </div>\r
2985                 </div>\r
2986                         </div>\r
2987         </td>\r
2988         <td class="msource">Panel</td>\r
2989     </tr>\r
2990         <tr class="event-row alt expandable">\r
2991         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2992         <td class="sig">\r
2993         <a id="Ext.Panel-beforecollapse"></a>\r
2994             <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
2995                         <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>\r
2996             <div class="long">\r
2997                 Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">\r
2998         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2999         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel being collapsed.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the collapse is animated, else false.</div></li>        </ul>\r
3000     </div>\r
3001                 </div>\r
3002                         </div>\r
3003         </td>\r
3004         <td class="msource">Panel</td>\r
3005     </tr>\r
3006         <tr class="event-row inherited expandable">\r
3007         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3008         <td class="sig">\r
3009         <a id="Ext.Panel-beforedestroy"></a>\r
3010             <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3011                         <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>\r
3012             <div class="long">\r
3013                 Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">\r
3014         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3015         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3016     </div>\r
3017                 </div>\r
3018                         </div>\r
3019         </td>\r
3020         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>\r
3021     </tr>\r
3022         <tr class="event-row alt expandable">\r
3023         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3024         <td class="sig">\r
3025         <a id="Ext.Panel-beforeexpand"></a>\r
3026             <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">\r
3027                         <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>\r
3028             <div class="long">\r
3029                 Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">\r
3030         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3031         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being expanded.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the expand is animated, else false.</div></li>        </ul>\r
3032     </div>\r
3033                 </div>\r
3034                         </div>\r
3035         </td>\r
3036         <td class="msource">Panel</td>\r
3037     </tr>\r
3038         <tr class="event-row inherited expandable">\r
3039         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3040         <td class="sig">\r
3041         <a id="Ext.Panel-beforehide"></a>\r
3042             <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3043                         <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>\r
3044             <div class="long">\r
3045                 Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">\r
3046         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3047         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3048     </div>\r
3049                 </div>\r
3050                         </div>\r
3051         </td>\r
3052         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>\r
3053     </tr>\r
3054         <tr class="event-row inherited alt expandable">\r
3055         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3056         <td class="sig">\r
3057         <a id="Ext.Panel-beforeremove"></a>\r
3058             <b>beforeremove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">\r
3059                         <div class="short">Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.  A handler can return
3060 false to cancel the remove.</div>\r
3061             <div class="long">\r
3062                 Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.  A handler can return
3063 false to cancel the remove.    <div class="mdetail-params">\r
3064         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3065         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being removed</div></li>        </ul>\r
3066     </div>\r
3067                 </div>\r
3068                         </div>\r
3069         </td>\r
3070         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeremove" href="output/Ext.Container.html#event-beforeremove">Container</a></td>\r
3071     </tr>\r
3072         <tr class="event-row inherited expandable">\r
3073         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3074         <td class="sig">\r
3075         <a id="Ext.Panel-beforerender"></a>\r
3076             <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3077                         <div class="short">Fires before the component is rendered. Return false to stop the render.</div>\r
3078             <div class="long">\r
3079                 Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">\r
3080         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3081         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3082     </div>\r
3083                 </div>\r
3084                         </div>\r
3085         </td>\r
3086         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>\r
3087     </tr>\r
3088         <tr class="event-row inherited alt expandable">\r
3089         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3090         <td class="sig">\r
3091         <a id="Ext.Panel-beforeshow"></a>\r
3092             <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3093                         <div class="short">Fires before the component is shown. Return false to stop the show.</div>\r
3094             <div class="long">\r
3095                 Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">\r
3096         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3097         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3098     </div>\r
3099                 </div>\r
3100                         </div>\r
3101         </td>\r
3102         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>\r
3103     </tr>\r
3104         <tr class="event-row inherited expandable">\r
3105         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3106         <td class="sig">\r
3107         <a id="Ext.Panel-beforestaterestore"></a>\r
3108             <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3109                         <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>\r
3110             <div class="long">\r
3111                 Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">\r
3112         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3113         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3114     </div>\r
3115                 </div>\r
3116                         </div>\r
3117         </td>\r
3118         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>\r
3119     </tr>\r
3120         <tr class="event-row inherited alt expandable">\r
3121         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3122         <td class="sig">\r
3123         <a id="Ext.Panel-beforestatesave"></a>\r
3124             <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3125                         <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>\r
3126             <div class="long">\r
3127                 Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">\r
3128         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3129         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3130     </div>\r
3131                 </div>\r
3132                         </div>\r
3133         </td>\r
3134         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>\r
3135     </tr>\r
3136         <tr class="event-row expandable">\r
3137         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3138         <td class="sig">\r
3139         <a id="Ext.Panel-bodyresize"></a>\r
3140             <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">\r
3141                         <div class="short">Fires after the Panel has been resized.</div>\r
3142             <div class="long">\r
3143                 Fires after the Panel has been resized.    <div class="mdetail-params">\r
3144         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3145         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has been resized.</div></li><li><code>width</code> : Number<div class="sub-desc">The Panel's new width.</div></li><li><code>height</code> : Number<div class="sub-desc">The Panel's new height.</div></li>        </ul>\r
3146     </div>\r
3147                 </div>\r
3148                         </div>\r
3149         </td>\r
3150         <td class="msource">Panel</td>\r
3151     </tr>\r
3152         <tr class="event-row alt expandable">\r
3153         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3154         <td class="sig">\r
3155         <a id="Ext.Panel-close"></a>\r
3156             <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3157                         <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3158 Panel subclasses do...</div>\r
3159             <div class="long">\r
3160                 Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3161 Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">\r
3162         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3163         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>\r
3164     </div>\r
3165                 </div>\r
3166                         </div>\r
3167         </td>\r
3168         <td class="msource">Panel</td>\r
3169     </tr>\r
3170         <tr class="event-row expandable">\r
3171         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3172         <td class="sig">\r
3173         <a id="Ext.Panel-collapse"></a>\r
3174             <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3175                         <div class="short">Fires after the Panel has been collapsed.</div>\r
3176             <div class="long">\r
3177                 Fires after the Panel has been collapsed.    <div class="mdetail-params">\r
3178         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3179         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>\r
3180     </div>\r
3181                 </div>\r
3182                         </div>\r
3183         </td>\r
3184         <td class="msource">Panel</td>\r
3185     </tr>\r
3186         <tr class="event-row alt expandable">\r
3187         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3188         <td class="sig">\r
3189         <a id="Ext.Panel-deactivate"></a>\r
3190             <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3191                         <div class="short">Fires after the Panel has been visually deactivated.
3192 Note that Panels do not directly support being deactivated, but ...</div>\r
3193             <div class="long">\r
3194                 Fires after the Panel has been visually deactivated.
3195 Note that Panels do not directly support being deactivated, but some Panel subclasses
3196 do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
3197 activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">\r
3198         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3199         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>\r
3200     </div>\r
3201                 </div>\r
3202                         </div>\r
3203         </td>\r
3204         <td class="msource">Panel</td>\r
3205     </tr>\r
3206         <tr class="event-row inherited expandable">\r
3207         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3208         <td class="sig">\r
3209         <a id="Ext.Panel-destroy"></a>\r
3210             <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3211                         <div class="short">Fires after the component is destroyed.</div>\r
3212             <div class="long">\r
3213                 Fires after the component is destroyed.    <div class="mdetail-params">\r
3214         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3215         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3216     </div>\r
3217                 </div>\r
3218                         </div>\r
3219         </td>\r
3220         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>\r
3221     </tr>\r
3222         <tr class="event-row inherited alt expandable">\r
3223         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3224         <td class="sig">\r
3225         <a id="Ext.Panel-disable"></a>\r
3226             <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3227                         <div class="short">Fires after the component is disabled.</div>\r
3228             <div class="long">\r
3229                 Fires after the component is disabled.    <div class="mdetail-params">\r
3230         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3231         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3232     </div>\r
3233                 </div>\r
3234                         </div>\r
3235         </td>\r
3236         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>\r
3237     </tr>\r
3238         <tr class="event-row inherited expandable">\r
3239         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3240         <td class="sig">\r
3241         <a id="Ext.Panel-enable"></a>\r
3242             <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3243                         <div class="short">Fires after the component is enabled.</div>\r
3244             <div class="long">\r
3245                 Fires after the component is enabled.    <div class="mdetail-params">\r
3246         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3247         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3248     </div>\r
3249                 </div>\r
3250                         </div>\r
3251         </td>\r
3252         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>\r
3253     </tr>\r
3254         <tr class="event-row alt expandable">\r
3255         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3256         <td class="sig">\r
3257         <a id="Ext.Panel-expand"></a>\r
3258             <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">\r
3259                         <div class="short">Fires after the Panel has been expanded.</div>\r
3260             <div class="long">\r
3261                 Fires after the Panel has been expanded.    <div class="mdetail-params">\r
3262         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3263         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>\r
3264     </div>\r
3265                 </div>\r
3266                         </div>\r
3267         </td>\r
3268         <td class="msource">Panel</td>\r
3269     </tr>\r
3270         <tr class="event-row inherited expandable">\r
3271         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3272         <td class="sig">\r
3273         <a id="Ext.Panel-hide"></a>\r
3274             <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3275                         <div class="short">Fires after the component is hidden.</div>\r
3276             <div class="long">\r
3277                 Fires after the component is hidden.    <div class="mdetail-params">\r
3278         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3279         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3280     </div>\r
3281                 </div>\r
3282                         </div>\r
3283         </td>\r
3284         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>\r
3285     </tr>\r
3286         <tr class="event-row alt expandable">\r
3287         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3288         <td class="sig">\r
3289         <a id="Ext.Panel-iconchange"></a>\r
3290             <b>iconchange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
3291                         <div class="short">Fires after the Panel icon class has been set or changed.</div>\r
3292             <div class="long">\r
3293                 Fires after the Panel icon class has been set or changed.    <div class="mdetail-params">\r
3294         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3295         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its icon class changed.</div></li><li><code>The</code> : String<div class="sub-desc">new icon class.</div></li><li><code>The</code> : String<div class="sub-desc">old icon class.</div></li>        </ul>\r
3296     </div>\r
3297                 </div>\r
3298                         </div>\r
3299         </td>\r
3300         <td class="msource">Panel</td>\r
3301     </tr>\r
3302         <tr class="event-row inherited expandable">\r
3303         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3304         <td class="sig">\r
3305         <a id="Ext.Panel-move"></a>\r
3306             <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">\r
3307                         <div class="short">Fires after the component is moved.</div>\r
3308             <div class="long">\r
3309                 Fires after the component is moved.    <div class="mdetail-params">\r
3310         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3311         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
3312     </div>\r
3313                 </div>\r
3314                         </div>\r
3315         </td>\r
3316         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>\r
3317     </tr>\r
3318         <tr class="event-row inherited alt expandable">\r
3319         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3320         <td class="sig">\r
3321         <a id="Ext.Panel-remove"></a>\r
3322             <b>remove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">\r
3323                         <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.</div>\r
3324             <div class="long">\r
3325                 Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is removed from the container.    <div class="mdetail-params">\r
3326         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3327         <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was removed</div></li>        </ul>\r
3328     </div>\r
3329                 </div>\r
3330                         </div>\r
3331         </td>\r
3332         <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-remove" href="output/Ext.Container.html#event-remove">Container</a></td>\r
3333     </tr>\r
3334         <tr class="event-row inherited expandable">\r
3335         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3336         <td class="sig">\r
3337         <a id="Ext.Panel-render"></a>\r
3338             <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3339                         <div class="short">Fires after the component is rendered.</div>\r
3340             <div class="long">\r
3341                 Fires after the component is rendered.    <div class="mdetail-params">\r
3342         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3343         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3344     </div>\r
3345                 </div>\r
3346                         </div>\r
3347         </td>\r
3348         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>\r
3349     </tr>\r
3350         <tr class="event-row inherited alt expandable">\r
3351         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3352         <td class="sig">\r
3353         <a id="Ext.Panel-resize"></a>\r
3354             <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">\r
3355                         <div class="short">Fires after the component is resized.</div>\r
3356             <div class="long">\r
3357                 Fires after the component is resized.    <div class="mdetail-params">\r
3358         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3359         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>\r
3360     </div>\r
3361                 </div>\r
3362                         </div>\r
3363         </td>\r
3364         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>\r
3365     </tr>\r
3366         <tr class="event-row inherited expandable">\r
3367         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3368         <td class="sig">\r
3369         <a id="Ext.Panel-show"></a>\r
3370             <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
3371                         <div class="short">Fires after the component is shown.</div>\r
3372             <div class="long">\r
3373                 Fires after the component is shown.    <div class="mdetail-params">\r
3374         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3375         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
3376     </div>\r
3377                 </div>\r
3378                         </div>\r
3379         </td>\r
3380         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>\r
3381     </tr>\r
3382         <tr class="event-row inherited alt expandable">\r
3383         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3384         <td class="sig">\r
3385         <a id="Ext.Panel-staterestore"></a>\r
3386             <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3387                         <div class="short">Fires after the state of the component is restored.</div>\r
3388             <div class="long">\r
3389                 Fires after the state of the component is restored.    <div class="mdetail-params">\r
3390         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3391         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3392     </div>\r
3393                 </div>\r
3394                         </div>\r
3395         </td>\r
3396         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>\r
3397     </tr>\r
3398         <tr class="event-row inherited expandable">\r
3399         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3400         <td class="sig">\r
3401         <a id="Ext.Panel-statesave"></a>\r
3402             <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
3403                         <div class="short">Fires after the state of the component is saved to the configured state provider.</div>\r
3404             <div class="long">\r
3405                 Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">\r
3406         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3407         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
3408     </div>\r
3409                 </div>\r
3410                         </div>\r
3411         </td>\r
3412         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>\r
3413     </tr>\r
3414         <tr class="event-row alt expandable">\r
3415         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
3416         <td class="sig">\r
3417         <a id="Ext.Panel-titlechange"></a>\r
3418             <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">\r
3419                         <div class="short">Fires after the Panel title has been set or changed.</div>\r
3420             <div class="long">\r
3421                 Fires after the Panel title has been set or changed.    <div class="mdetail-params">\r
3422         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
3423         <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its title changed.</div></li><li><code>The</code> : String<div class="sub-desc">new title.</div></li>        </ul>\r
3424     </div>\r
3425                 </div>\r
3426                         </div>\r
3427         </td>\r
3428         <td class="msource">Panel</td>\r
3429     </tr>\r
3430             </table>
3431         
3432         </div>