source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.Panel.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 229.5 KB
Line 
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            *
25Panel is a container that has specific functionality and structural components that make it the perfect building
26block for application-oriented user interfaces. The Panel contains bottom and top toolbars, along with separate
27header, footer and body sections.  It also provides built-in expandable and collapsible behavior, along with a
28variety of prebuilt tool buttons that can be wired up to provide other customized behavior.  Panels can be easily
29dropped 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">
40        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
41        <td class="sig">
42        <a id="Ext.Panel-activeItem"></a>
43            <b>activeItem</b> : String/Number            <div class="mdesc">
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>
45            <div class="long">
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>
47                        </div>
48        </td>
49        <td class="msource"><a ext:cls="Ext.Container" ext:member="#activeItem" href="output/Ext.Container.html#activeItem">Container</a></td>
50    </tr>
51        <tr class="config-row inherited alt">
52        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
53        <td class="sig">
54        <a id="Ext.Panel-allowDomMove"></a>
55            <b>allowDomMove</b> : Boolean            <div class="mdesc">
56                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
57        </td>
58        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
59    </tr>
60        <tr class="config-row expandable">
61        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
62        <td class="sig">
63        <a id="Ext.Panel-animCollapse"></a>
64            <b>animCollapse</b> : Boolean            <div class="mdesc">
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>
66            <div class="long">
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>
68                        </div>
69        </td>
70        <td class="msource">Panel</td>
71    </tr>
72        <tr class="config-row alt expandable">
73        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
74        <td class="sig">
75        <a id="Ext.Panel-applyTo"></a>
76            <b>applyTo</b> : Mixed            <div class="mdesc">
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>
78            <div class="long">
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>
80                        </div>
81        </td>
82        <td class="msource">Panel</td>
83    </tr>
84        <tr class="config-row inherited expandable">
85        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
86        <td class="sig">
87        <a id="Ext.Panel-autoDestroy"></a>
88            <b>autoDestroy</b> : Boolean            <div class="mdesc">
89                        <div class="short">If true the container will automatically destroy any contained component that is removed from it, else destruction mu...</div>
90            <div class="long">
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>
92                        </div>
93        </td>
94        <td class="msource"><a ext:cls="Ext.Container" ext:member="#autoDestroy" href="output/Ext.Container.html#autoDestroy">Container</a></td>
95    </tr>
96        <tr class="config-row alt expandable">
97        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
98        <td class="sig">
99        <a id="Ext.Panel-autoHeight"></a>
100            <b>autoHeight</b> : Boolean            <div class="mdesc">
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>
102            <div class="long">
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>
104                        </div>
105        </td>
106        <td class="msource">Panel</td>
107    </tr>
108        <tr class="config-row expandable">
109        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
110        <td class="sig">
111        <a id="Ext.Panel-autoLoad"></a>
112            <b>autoLoad</b> : Object/String/Function            <div class="mdesc">
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>
114            <div class="long">
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>
116                        </div>
117        </td>
118        <td class="msource">Panel</td>
119    </tr>
120        <tr class="config-row alt expandable">
121        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
122        <td class="sig">
123        <a id="Ext.Panel-autoScroll"></a>
124            <b>autoScroll</b> : Boolean            <div class="mdesc">
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>
126            <div class="long">
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>
128                        </div>
129        </td>
130        <td class="msource">Panel</td>
131    </tr>
132        <tr class="config-row inherited expandable">
133        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
134        <td class="sig">
135        <a id="Ext.Panel-autoShow"></a>
136            <b>autoShow</b> : Boolean            <div class="mdesc">
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>
138            <div class="long">
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>
140                        </div>
141        </td>
142        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
143    </tr>
144        <tr class="config-row inherited alt expandable">
145        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
146        <td class="sig">
147        <a id="Ext.Panel-autoWidth"></a>
148            <b>autoWidth</b> : Boolean            <div class="mdesc">
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>
150            <div class="long">
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>
152                        </div>
153        </td>
154        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>
155    </tr>
156        <tr class="config-row">
157        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
158        <td class="sig">
159        <a id="Ext.Panel-baseCls"></a>
160            <b>baseCls</b> : String            <div class="mdesc">
161                            The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>
162        </td>
163        <td class="msource">Panel</td>
164    </tr>
165        <tr class="config-row alt expandable">
166        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
167        <td class="sig">
168        <a id="Ext.Panel-bbar"></a>
169            <b>bbar</b> : Object/Array            <div class="mdesc">
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>
171            <div class="long">
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>
173                        </div>
174        </td>
175        <td class="msource">Panel</td>
176    </tr>
177        <tr class="config-row expandable">
178        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
179        <td class="sig">
180        <a id="Ext.Panel-bodyBorder"></a>
181            <b>bodyBorder</b> : Boolean            <div class="mdesc">
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>
183            <div class="long">
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>
185                        </div>
186        </td>
187        <td class="msource">Panel</td>
188    </tr>
189        <tr class="config-row alt expandable">
190        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
191        <td class="sig">
192        <a id="Ext.Panel-bodyCfg"></a>
193            <b>bodyCfg</b> : Object            <div class="mdesc">
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>
195            <div class="long">
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({
197    title: 'New Message',
198    collapsible: true,
199    renderTo: Ext.getBody(),
200    width: 400,
201    bodyCfg: {
202        tag: 'center',
203        cls: 'x-panel-body'
204    },
205    items: [{
206        border: false,
207        header: false,
208        bodyCfg: {tag: 'h2', html: 'Message'}
209    }, {
210        xtype: 'textarea',
211        style: {
212            width: '95%',
213            marginBottom: '10px'
214        }
215    },
216        new Ext.Button({
217            text: 'Send',
218            minWidth: '100',
219            style: {
220                marginBottom: '10px'
221            }
222        })
223    ]
224});</pre></code>            </div>
225                        </div>
226        </td>
227        <td class="msource">Panel</td>
228    </tr>
229        <tr class="config-row expandable">
230        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
231        <td class="sig">
232        <a id="Ext.Panel-bodyStyle"></a>
233            <b>bodyStyle</b> : String/Object/Function            <div class="mdesc">
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>
235            <div class="long">
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>
237                        </div>
238        </td>
239        <td class="msource">Panel</td>
240    </tr>
241        <tr class="config-row alt expandable">
242        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
243        <td class="sig">
244        <a id="Ext.Panel-border"></a>
245            <b>border</b> : Boolean            <div class="mdesc">
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>
247            <div class="long">
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>
249                        </div>
250        </td>
251        <td class="msource">Panel</td>
252    </tr>
253        <tr class="config-row inherited expandable">
254        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
255        <td class="sig">
256        <a id="Ext.Panel-bufferResize"></a>
257            <b>bufferResize</b> : Boolean/Number            <div class="mdesc">
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>
259            <div class="long">
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>
261                        </div>
262        </td>
263        <td class="msource"><a ext:cls="Ext.Container" ext:member="#bufferResize" href="output/Ext.Container.html#bufferResize">Container</a></td>
264    </tr>
265        <tr class="config-row alt">
266        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
267        <td class="sig">
268        <a id="Ext.Panel-buttonAlign"></a>
269            <b>buttonAlign</b> : String            <div class="mdesc">
270                            The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>
271        </td>
272        <td class="msource">Panel</td>
273    </tr>
274        <tr class="config-row">
275        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
276        <td class="sig">
277        <a id="Ext.Panel-buttons"></a>
278            <b>buttons</b> : Array            <div class="mdesc">
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>
280        </td>
281        <td class="msource">Panel</td>
282    </tr>
283        <tr class="config-row inherited alt expandable">
284        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
285        <td class="sig">
286        <a id="Ext.Panel-clearCls"></a>
287            <b>clearCls</b> : String            <div class="mdesc">
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>
289            <div class="long">
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>
291                        </div>
292        </td>
293        <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>
294    </tr>
295        <tr class="config-row inherited expandable">
296        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
297        <td class="sig">
298        <a id="Ext.Panel-cls"></a>
299            <b>cls</b> : String            <div class="mdesc">
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>
301            <div class="long">
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>
303                        </div>
304        </td>
305        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
306    </tr>
307        <tr class="config-row alt expandable">
308        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
309        <td class="sig">
310        <a id="Ext.Panel-collapseFirst"></a>
311            <b>collapseFirst</b> : Boolean            <div class="mdesc">
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>
313            <div class="long">
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>
315                        </div>
316        </td>
317        <td class="msource">Panel</td>
318    </tr>
319        <tr class="config-row">
320        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
321        <td class="sig">
322        <a id="Ext.Panel-collapsed"></a>
323            <b>collapsed</b> : Boolean            <div class="mdesc">
324                            True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>
325        </td>
326        <td class="msource">Panel</td>
327    </tr>
328        <tr class="config-row alt">
329        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
330        <td class="sig">
331        <a id="Ext.Panel-collapsedCls"></a>
332            <b>collapsedCls</b> : String            <div class="mdesc">
333                            A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>
334        </td>
335        <td class="msource">Panel</td>
336    </tr>
337        <tr class="config-row expandable">
338        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
339        <td class="sig">
340        <a id="Ext.Panel-collapsible"></a>
341            <b>collapsible</b> : Boolean            <div class="mdesc">
342                        <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>
343            <div class="long">
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>
345                        </div>
346        </td>
347        <td class="msource">Panel</td>
348    </tr>
349        <tr class="config-row alt expandable">
350        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
351        <td class="sig">
352        <a id="Ext.Panel-contentEl"></a>
353            <b>contentEl</b> : String            <div class="mdesc">
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>
355            <div class="long">
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>
357                        </div>
358        </td>
359        <td class="msource">Panel</td>
360    </tr>
361        <tr class="config-row inherited expandable">
362        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
363        <td class="sig">
364        <a id="Ext.Panel-ctCls"></a>
365            <b>ctCls</b> : String            <div class="mdesc">
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>
367            <div class="long">
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>
369                        </div>
370        </td>
371        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
372    </tr>
373        <tr class="config-row inherited alt expandable">
374        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
375        <td class="sig">
376        <a id="Ext.Panel-defaultType"></a>
377            <b>defaultType</b> : String            <div class="mdesc">
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>
379            <div class="long">
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>
381                        </div>
382        </td>
383        <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaultType" href="output/Ext.Container.html#defaultType">Container</a></td>
384    </tr>
385        <tr class="config-row inherited expandable">
386        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
387        <td class="sig">
388        <a id="Ext.Panel-defaults"></a>
389            <b>defaults</b> : Object            <div class="mdesc">
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>
391            <div class="long">
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>
393                        </div>
394        </td>
395        <td class="msource"><a ext:cls="Ext.Container" ext:member="#defaults" href="output/Ext.Container.html#defaults">Container</a></td>
396    </tr>
397        <tr class="config-row alt expandable">
398        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
399        <td class="sig">
400        <a id="Ext.Panel-disabled"></a>
401            <b>disabled</b> : Boolean            <div class="mdesc">
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>
403            <div class="long">
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>
415                        </div>
416        </td>
417        <td class="msource">Panel</td>
418    </tr>
419        <tr class="config-row inherited">
420        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
421        <td class="sig">
422        <a id="Ext.Panel-disabledClass"></a>
423            <b>disabledClass</b> : String            <div class="mdesc">
424                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
425        </td>
426        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
427    </tr>
428        <tr class="config-row alt expandable">
429        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
430        <td class="sig">
431        <a id="Ext.Panel-draggable"></a>
432            <b>draggable</b> : Boolean            <div class="mdesc">
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>
434            <div class="long">
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>
470                        </div>
471        </td>
472        <td class="msource">Panel</td>
473    </tr>
474        <tr class="config-row expandable">
475        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
476        <td class="sig">
477        <a id="Ext.Panel-elements"></a>
478            <b>elements</b> : String            <div class="mdesc">
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>
480            <div class="long">
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>
482                        </div>
483        </td>
484        <td class="msource">Panel</td>
485    </tr>
486        <tr class="config-row inherited alt expandable">
487        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
488        <td class="sig">
489        <a id="Ext.Panel-fieldLabel"></a>
490            <b>fieldLabel</b> : String            <div class="mdesc">
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>
492            <div class="long">
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>
501                        </div>
502        </td>
503        <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>
504    </tr>
505        <tr class="config-row expandable">
506        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
507        <td class="sig">
508        <a id="Ext.Panel-floating"></a>
509            <b>floating</b> : Boolean            <div class="mdesc">
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>
511            <div class="long">
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>
513                        </div>
514        </td>
515        <td class="msource">Panel</td>
516    </tr>
517        <tr class="config-row alt expandable">
518        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
519        <td class="sig">
520        <a id="Ext.Panel-footer"></a>
521            <b>footer</b> : Boolean            <div class="mdesc">
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>
523            <div class="long">
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>
525                        </div>
526        </td>
527        <td class="msource">Panel</td>
528    </tr>
529        <tr class="config-row">
530        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
531        <td class="sig">
532        <a id="Ext.Panel-frame"></a>
533            <b>frame</b> : Boolean            <div class="mdesc">
534                            True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>
535        </td>
536        <td class="msource">Panel</td>
537    </tr>
538        <tr class="config-row alt expandable">
539        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
540        <td class="sig">
541        <a id="Ext.Panel-header"></a>
542            <b>header</b> : Boolean            <div class="mdesc">
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>
544            <div class="long">
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>
546                        </div>
547        </td>
548        <td class="msource">Panel</td>
549    </tr>
550        <tr class="config-row">
551        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
552        <td class="sig">
553        <a id="Ext.Panel-headerAsText"></a>
554            <b>headerAsText</b> : Boolean            <div class="mdesc">
555                            True to display the panel title in the header, false to hide it (defaults to true).                        </div>
556        </td>
557        <td class="msource">Panel</td>
558    </tr>
559        <tr class="config-row inherited alt">
560        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
561        <td class="sig">
562        <a id="Ext.Panel-height"></a>
563            <b>height</b> : Number            <div class="mdesc">
564                            The height of this component in pixels (defaults to auto).                        </div>
565        </td>
566        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
567    </tr>
568        <tr class="config-row inherited">
569        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
570        <td class="sig">
571        <a id="Ext.Panel-hidden"></a>
572            <b>hidden</b> : Boolean            <div class="mdesc">
573                            Render this component hidden (default is false).                        </div>
574        </td>
575        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
576    </tr>
577        <tr class="config-row inherited alt expandable">
578        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
579        <td class="sig">
580        <a id="Ext.Panel-hideBorders"></a>
581            <b>hideBorders</b> : Boolean            <div class="mdesc">
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>
583            <div class="long">
584                True to hide the borders of each contained component, false to defer to the component's existing border settings (defaults to false).            </div>
585                        </div>
586        </td>
587        <td class="msource"><a ext:cls="Ext.Container" ext:member="#hideBorders" href="output/Ext.Container.html#hideBorders">Container</a></td>
588    </tr>
589        <tr class="config-row">
590        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
591        <td class="sig">
592        <a id="Ext.Panel-hideCollapseTool"></a>
593            <b>hideCollapseTool</b> : Boolean            <div class="mdesc">
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>
595        </td>
596        <td class="msource">Panel</td>
597    </tr>
598        <tr class="config-row inherited alt expandable">
599        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
600        <td class="sig">
601        <a id="Ext.Panel-hideLabel"></a>
602            <b>hideLabel</b> : Boolean            <div class="mdesc">
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>
604            <div class="long">
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>
613                        </div>
614        </td>
615        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>
616    </tr>
617        <tr class="config-row inherited expandable">
618        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
619        <td class="sig">
620        <a id="Ext.Panel-hideMode"></a>
621            <b>hideMode</b> : String            <div class="mdesc">
622                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
623            <div class="long">
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>
625                        </div>
626        </td>
627        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
628    </tr>
629        <tr class="config-row inherited alt expandable">
630        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
631        <td class="sig">
632        <a id="Ext.Panel-hideParent"></a>
633            <b>hideParent</b> : Boolean            <div class="mdesc">
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>
635            <div class="long">
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>
637                        </div>
638        </td>
639        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
640    </tr>
641        <tr class="config-row expandable">
642        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
643        <td class="sig">
644        <a id="Ext.Panel-html"></a>
645            <b>html</b> : String/Object            <div class="mdesc">
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>
647            <div class="long">
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>
649                        </div>
650        </td>
651        <td class="msource">Panel</td>
652    </tr>
653        <tr class="config-row alt expandable">
654        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
655        <td class="sig">
656        <a id="Ext.Panel-iconCls"></a>
657            <b>iconCls</b> : String            <div class="mdesc">
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>
659            <div class="long">
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>
661                        </div>
662        </td>
663        <td class="msource">Panel</td>
664    </tr>
665        <tr class="config-row inherited expandable">
666        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
667        <td class="sig">
668        <a id="Ext.Panel-id"></a>
669            <b>id</b> : String            <div class="mdesc">
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>
671            <div class="long">
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>
673                        </div>
674        </td>
675        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
676    </tr>
677        <tr class="config-row inherited alt expandable">
678        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
679        <td class="sig">
680        <a id="Ext.Panel-itemCls"></a>
681            <b>itemCls</b> : String            <div class="mdesc">
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>
683            <div class="long">
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>
701                        </div>
702        </td>
703        <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>
704    </tr>
705        <tr class="config-row inherited expandable">
706        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
707        <td class="sig">
708        <a id="Ext.Panel-items"></a>
709            <b>items</b> : Mixed            <div class="mdesc">
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>
711            <div class="long">
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>
713                        </div>
714        </td>
715        <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>
716    </tr>
717        <tr class="config-row alt expandable">
718        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
719        <td class="sig">
720        <a id="Ext.Panel-keys"></a>
721            <b>keys</b> : Object/Array            <div class="mdesc">
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>
723            <div class="long">
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>
725                        </div>
726        </td>
727        <td class="msource">Panel</td>
728    </tr>
729        <tr class="config-row inherited expandable">
730        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
731        <td class="sig">
732        <a id="Ext.Panel-labelSeparator"></a>
733            <b>labelSeparator</b> : String            <div class="mdesc">
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>
735            <div class="long">
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>
745                        </div>
746        </td>
747        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>
748    </tr>
749        <tr class="config-row inherited alt expandable">
750        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
751        <td class="sig">
752        <a id="Ext.Panel-labelStyle"></a>
753            <b>labelStyle</b> : String            <div class="mdesc">
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>
755            <div class="long">
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>
765                        </div>
766        </td>
767        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>
768    </tr>
769        <tr class="config-row inherited expandable">
770        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
771        <td class="sig">
772        <a id="Ext.Panel-layout"></a>
773            <b>layout</b> : String            <div class="mdesc">
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>
775            <div class="long">
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>
777                        </div>
778        </td>
779        <td class="msource"><a ext:cls="Ext.Container" ext:member="#layout" href="output/Ext.Container.html#layout">Container</a></td>
780    </tr>
781        <tr class="config-row inherited alt expandable">
782        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
783        <td class="sig">
784        <a id="Ext.Panel-layoutConfig"></a>
785            <b>layoutConfig</b> : Object            <div class="mdesc">
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>
787            <div class="long">
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>
789                        </div>
790        </td>
791        <td class="msource"><a ext:cls="Ext.Container" ext:member="#layoutConfig" href="output/Ext.Container.html#layoutConfig">Container</a></td>
792    </tr>
793        <tr class="config-row inherited expandable">
794        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
795        <td class="sig">
796        <a id="Ext.Panel-listeners"></a>
797            <b>listeners</b> : Object            <div class="mdesc">
798                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
799            <div class="long">
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>
801                        </div>
802        </td>
803        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
804    </tr>
805        <tr class="config-row alt expandable">
806        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
807        <td class="sig">
808        <a id="Ext.Panel-maskDisabled"></a>
809            <b>maskDisabled</b> : Boolean            <div class="mdesc">
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>
811            <div class="long">
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>
813                        </div>
814        </td>
815        <td class="msource">Panel</td>
816    </tr>
817        <tr class="config-row">
818        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
819        <td class="sig">
820        <a id="Ext.Panel-minButtonWidth"></a>
821            <b>minButtonWidth</b> : Number            <div class="mdesc">
822                            Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>
823        </td>
824        <td class="msource">Panel</td>
825    </tr>
826        <tr class="config-row inherited alt expandable">
827        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
828        <td class="sig">
829        <a id="Ext.Panel-monitorResize"></a>
830            <b>monitorResize</b> : Boolean            <div class="mdesc">
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>
832            <div class="long">
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>
834                        </div>
835        </td>
836        <td class="msource"><a ext:cls="Ext.Container" ext:member="#monitorResize" href="output/Ext.Container.html#monitorResize">Container</a></td>
837    </tr>
838        <tr class="config-row inherited expandable">
839        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
840        <td class="sig">
841        <a id="Ext.Panel-overCls"></a>
842            <b>overCls</b> : String            <div class="mdesc">
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>
844            <div class="long">
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>
846                        </div>
847        </td>
848        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
849    </tr>
850        <tr class="config-row inherited alt">
851        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
852        <td class="sig">
853        <a id="Ext.Panel-pageX"></a>
854            <b>pageX</b> : Number            <div class="mdesc">
855                            The page level x coordinate for this component if contained within a positioning container.                        </div>
856        </td>
857        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
858    </tr>
859        <tr class="config-row inherited">
860        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
861        <td class="sig">
862        <a id="Ext.Panel-pageY"></a>
863            <b>pageY</b> : Number            <div class="mdesc">
864                            The page level y coordinate for this component if contained within a positioning container.                        </div>
865        </td>
866        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
867    </tr>
868        <tr class="config-row inherited alt expandable">
869        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
870        <td class="sig">
871        <a id="Ext.Panel-plugins"></a>
872            <b>plugins</b> : Object/Array            <div class="mdesc">
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>
874            <div class="long">
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>
876                        </div>
877        </td>
878        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
879    </tr>
880        <tr class="config-row inherited expandable">
881        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
882        <td class="sig">
883        <a id="Ext.Panel-renderTo"></a>
884            <b>renderTo</b> : Mixed            <div class="mdesc">
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>
886            <div class="long">
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>
888                        </div>
889        </td>
890        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
891    </tr>
892        <tr class="config-row alt expandable">
893        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
894        <td class="sig">
895        <a id="Ext.Panel-shadow"></a>
896            <b>shadow</b> : Boolean/String            <div class="mdesc">
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>
898            <div class="long">
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>
900                        </div>
901        </td>
902        <td class="msource">Panel</td>
903    </tr>
904        <tr class="config-row expandable">
905        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
906        <td class="sig">
907        <a id="Ext.Panel-shadowOffset"></a>
908            <b>shadowOffset</b> : Number            <div class="mdesc">
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>
910            <div class="long">
911                The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>
912                        </div>
913        </td>
914        <td class="msource">Panel</td>
915    </tr>
916        <tr class="config-row alt expandable">
917        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918        <td class="sig">
919        <a id="Ext.Panel-shim"></a>
920            <b>shim</b> : Boolean            <div class="mdesc">
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>
922            <div class="long">
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>
924                        </div>
925        </td>
926        <td class="msource">Panel</td>
927    </tr>
928        <tr class="config-row inherited expandable">
929        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
930        <td class="sig">
931        <a id="Ext.Panel-stateEvents"></a>
932            <b>stateEvents</b> : Array            <div class="mdesc">
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>
934            <div class="long">
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>
936                        </div>
937        </td>
938        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
939    </tr>
940        <tr class="config-row inherited alt expandable">
941        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
942        <td class="sig">
943        <a id="Ext.Panel-stateId"></a>
944            <b>stateId</b> : String            <div class="mdesc">
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>
946            <div class="long">
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>
948                        </div>
949        </td>
950        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
951    </tr>
952        <tr class="config-row inherited expandable">
953        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
954        <td class="sig">
955        <a id="Ext.Panel-stateful"></a>
956            <b>stateful</b> : Boolean            <div class="mdesc">
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>
958            <div class="long">
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>
960                        </div>
961        </td>
962        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
963    </tr>
964        <tr class="config-row inherited alt expandable">
965        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
966        <td class="sig">
967        <a id="Ext.Panel-style"></a>
968            <b>style</b> : String            <div class="mdesc">
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>
970            <div class="long">
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>
972                        </div>
973        </td>
974        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
975    </tr>
976        <tr class="config-row expandable">
977        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
978        <td class="sig">
979        <a id="Ext.Panel-tabTip"></a>
980            <b>tabTip</b> : String            <div class="mdesc">
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>
982            <div class="long">
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>
984                        </div>
985        </td>
986        <td class="msource">Panel</td>
987    </tr>
988        <tr class="config-row alt expandable">
989        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
990        <td class="sig">
991        <a id="Ext.Panel-tbar"></a>
992            <b>tbar</b> : Object/Array            <div class="mdesc">
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>
994            <div class="long">
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>
996                        </div>
997        </td>
998        <td class="msource">Panel</td>
999    </tr>
1000        <tr class="config-row expandable">
1001        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1002        <td class="sig">
1003        <a id="Ext.Panel-title"></a>
1004            <b>title</b> : String            <div class="mdesc">
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>
1006            <div class="long">
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>
1008                        </div>
1009        </td>
1010        <td class="msource">Panel</td>
1011    </tr>
1012        <tr class="config-row alt expandable">
1013        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1014        <td class="sig">
1015        <a id="Ext.Panel-titleCollapse"></a>
1016            <b>titleCollapse</b> : Boolean            <div class="mdesc">
1017                        <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>
1018            <div class="long">
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>
1020                        </div>
1021        </td>
1022        <td class="msource">Panel</td>
1023    </tr>
1024        <tr class="config-row expandable">
1025        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1026        <td class="sig">
1027        <a id="Ext.Panel-tools"></a>
1028            <b>tools</b> : Array            <div class="mdesc">
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>
1030            <div class="long">
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>
1039                        </div>
1040        </td>
1041        <td class="msource">Panel</td>
1042    </tr>
1043        <tr class="config-row inherited alt">
1044        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1045        <td class="sig">
1046        <a id="Ext.Panel-width"></a>
1047            <b>width</b> : Number            <div class="mdesc">
1048                            The width of this component in pixels (defaults to auto).                        </div>
1049        </td>
1050        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
1051    </tr>
1052        <tr class="config-row inherited">
1053        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1054        <td class="sig">
1055        <a id="Ext.Panel-x"></a>
1056            <b>x</b> : Number            <div class="mdesc">
1057                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
1058        </td>
1059        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
1060    </tr>
1061        <tr class="config-row inherited alt expandable">
1062        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1063        <td class="sig">
1064        <a id="Ext.Panel-xtype"></a>
1065            <b>xtype</b> : String            <div class="mdesc">
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>
1067            <div class="long">
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>
1069                        </div>
1070        </td>
1071        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
1072    </tr>
1073        <tr class="config-row inherited">
1074        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1075        <td class="sig">
1076        <a id="Ext.Panel-y"></a>
1077            <b>y</b> : Number            <div class="mdesc">
1078                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
1079        </td>
1080        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
1081    </tr>
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">
1091        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1092        <td class="sig">
1093        <a id="Ext.Panel-body"></a>
1094            <b>body</b> : Ext.Element            <div class="mdesc">
1095                        <div class="short">
1096The Panel's body Element which may be used to contain HTML content.
1097The content may be specified in the html config,...</div>
1098            <div class="long">
1099               
1100The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
1101The 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
1104the 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>
1106then the body Element must not be loaded or changed - it is under the control
1107of the Panel's Layout.            </div>
1108                        </div>
1109        </td>
1110        <td class="msource">Panel</td>
1111    </tr>
1112        <tr class="property-row alt">
1113        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1114        <td class="sig">
1115        <a id="Ext.Panel-buttons"></a>
1116            <b>buttons</b> : Array            <div class="mdesc">
1117                            This Panel's Array of buttons as created from the <tt>buttons</tt>
1118config property. Read only.                        </div>
1119        </td>
1120        <td class="msource">Panel</td>
1121    </tr>
1122        <tr class="property-row expandable">
1123        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1124        <td class="sig">
1125        <a id="Ext.Panel-dd"></a>
1126            <b>dd</b> : Ext.dd.DragSource.            <div class="mdesc">
1127                        <div class="short">If this Panel is configured draggable, this property will contain
1128an instance of Ext.dd.DragSource which handles drag...</div>
1129            <div class="long">
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
1131an instance of <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> which handles dragging the Panel.</p>
1132The 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>
1133in 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>
1134                        </div>
1135        </td>
1136        <td class="msource">Panel</td>
1137    </tr>
1138        <tr class="property-row inherited alt">
1139        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1140        <td class="sig">
1141        <a id="Ext.Panel-disabled"></a>
1142            <b>disabled</b> : Boolean            <div class="mdesc">
1143                            True if this component is disabled. Read-only.                        </div>
1144        </td>
1145        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
1146    </tr>
1147        <tr class="property-row">
1148        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1149        <td class="sig">
1150        <a id="Ext.Panel-footer"></a>
1151            <b>footer</b> : Ext.Element            <div class="mdesc">
1152                           
1153The 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>
1155        </td>
1156        <td class="msource">Panel</td>
1157    </tr>
1158        <tr class="property-row alt">
1159        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1160        <td class="sig">
1161        <a id="Ext.Panel-header"></a>
1162            <b>header</b> : Ext.Element            <div class="mdesc">
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>
1165        </td>
1166        <td class="msource">Panel</td>
1167    </tr>
1168        <tr class="property-row inherited">
1169        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1170        <td class="sig">
1171        <a id="Ext.Panel-hidden"></a>
1172            <b>hidden</b> : Boolean            <div class="mdesc">
1173                           
1174True if this component is hidden. Read-only.                        </div>
1175        </td>
1176        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
1177    </tr>
1178        <tr class="property-row inherited alt">
1179        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1180        <td class="sig">
1181        <a id="Ext.Panel-initialConfig"></a>
1182            <b>initialConfig</b> : Object            <div class="mdesc">
1183                            This Component's initial configuration specification. Read-only.                        </div>
1184        </td>
1185        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
1186    </tr>
1187        <tr class="property-row inherited">
1188        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1189        <td class="sig">
1190        <a id="Ext.Panel-items"></a>
1191            <b>items</b> : MixedCollection            <div class="mdesc">
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>
1193        </td>
1194        <td class="msource"><a ext:cls="Ext.Container" ext:member="#items" href="output/Ext.Container.html#items">Container</a></td>
1195    </tr>
1196        <tr class="property-row inherited alt expandable">
1197        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1198        <td class="sig">
1199        <a id="Ext.Panel-ownerCt"></a>
1200            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
1201                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
1202the component is added to a...</div>
1203            <div class="long">
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
1205the component is added to a container).  Read-only.            </div>
1206                        </div>
1207        </td>
1208        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
1209    </tr>
1210        <tr class="property-row inherited">
1211        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1212        <td class="sig">
1213        <a id="Ext.Panel-rendered"></a>
1214            <b>rendered</b> : Boolean            <div class="mdesc">
1215                            True if this component has been rendered. Read-only.                        </div>
1216        </td>
1217        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
1218    </tr>
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">
1228        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1229        <td class="sig">
1230        <a id="Ext.Panel-Panel"></a>
1231            <b>Panel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
1232                        <div class="short"></div>
1233            <div class="long">
1234                    <div class="mdetail-params">
1235        <strong>Parameters:</strong>
1236        <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>
1237        <strong>Returns:</strong>
1238        <ul>
1239            <li><code></code></li>
1240        </ul>
1241    </div>
1242                </div>
1243                        </div>
1244        </td>
1245        <td class="msource">Panel</td>
1246    </tr>
1247        <tr class="method-row inherited alt expandable">
1248        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1249        <td class="sig">
1250        <a id="Ext.Panel-add"></a>
1251            <b>add</b>(&nbsp;<code>Ext.Component/Object component</code>&nbsp;) : Ext.Component            <div class="mdesc">
1252                        <div class="short">Adds a Component to this Container. Fires the beforeadd event before
1253adding, then fires the add event after the compo...</div>
1254            <div class="long">
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
1256adding, 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.
1258Child 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
1259this Container is first rendered.</p>
1260<p>Certain layout managers allow dynamic addition of child components. Those that do
1261include <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
1265to be rendered. This is required so that you can add multiple child components if needed
1266while only refreshing the layout once.</p>
1267<p>When creating complex UIs, it is important to remember that sizing and positioning
1268of 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
1269you expect child items to be sized in response to user interactions, you must
1270specify 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
1272used which does nothnig but render child components sequentially into the Container.
1273No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
1274        <strong>Parameters:</strong>
1275        <ul><li><code>component</code> : Ext.Component/Object<div class="sub-desc">The Component to add.<br><br>
1276Ext uses lazy rendering, and will only render the added Component should
1277it become necessary, that is: when the Container is layed out either on first render
1278or in response to a <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> call.<br><br>
1279A Component config object may be passed instead of an instantiated Component object.
1280The 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>
1281config 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>
1282is used.<br><br>
1283For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>
1284        <strong>Returns:</strong>
1285        <ul>
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>
1287        </ul>
1288    </div>
1289                </div>
1290                        </div>
1291        </td>
1292        <td class="msource"><a ext:cls="Ext.Container" ext:member="#add" href="output/Ext.Container.html#add">Container</a></td>
1293    </tr>
1294        <tr class="method-row expandable">
1295        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1296        <td class="sig">
1297        <a id="Ext.Panel-addButton"></a>
1298            <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">
1299                        <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1300approach is to ...</div>
1301            <div class="long">
1302                Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
1303approach 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">
1304        <strong>Parameters:</strong>
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
1306button 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>
1307        <strong>Returns:</strong>
1308        <ul>
1309            <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>
1310        </ul>
1311    </div>
1312                </div>
1313                        </div>
1314        </td>
1315        <td class="msource">Panel</td>
1316    </tr>
1317        <tr class="method-row inherited alt expandable">
1318        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1319        <td class="sig">
1320        <a id="Ext.Panel-addClass"></a>
1321            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1322                        <div class="short">Adds a CSS class to the component's underlying element.</div>
1323            <div class="long">
1324                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
1325        <strong>Parameters:</strong>
1326        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
1327        <strong>Returns:</strong>
1328        <ul>
1329            <li><code>void</code></li>
1330        </ul>
1331    </div>
1332                </div>
1333                        </div>
1334        </td>
1335        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
1336    </tr>
1337        <tr class="method-row inherited expandable">
1338        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1339        <td class="sig">
1340        <a id="Ext.Panel-addEvents"></a>
1341            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
1342                        <div class="short">Used to define events on this Observable</div>
1343            <div class="long">
1344                Used to define events on this Observable    <div class="mdetail-params">
1345        <strong>Parameters:</strong>
1346        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
1347        <strong>Returns:</strong>
1348        <ul>
1349            <li><code>void</code></li>
1350        </ul>
1351    </div>
1352                </div>
1353                        </div>
1354        </td>
1355        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
1356    </tr>
1357        <tr class="method-row inherited alt expandable">
1358        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1359        <td class="sig">
1360        <a id="Ext.Panel-addListener"></a>
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">
1362                        <div class="short">Appends an event handler to this component</div>
1363            <div class="long">
1364                Appends an event handler to this component    <div class="mdetail-params">
1365        <strong>Parameters:</strong>
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
1367function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1368properties. 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
1373by the specified number of milliseconds. If the event fires again within that time, the original
1374handler 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>
1378Using the options argument, it is possible to combine different types of listeners:<br>
1379<br>
1380A 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>
1388The method also allows for a single argument to be passed which is a config object containing properties
1389which 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>
1407Or 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>
1414        <strong>Returns:</strong>
1415        <ul>
1416            <li><code>void</code></li>
1417        </ul>
1418    </div>
1419                </div>
1420                        </div>
1421        </td>
1422        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
1423    </tr>
1424        <tr class="method-row inherited expandable">
1425        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1426        <td class="sig">
1427        <a id="Ext.Panel-applyToMarkup"></a>
1428            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
1429                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
1430            <div class="long">
1431                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
1432        <strong>Parameters:</strong>
1433        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
1434        <strong>Returns:</strong>
1435        <ul>
1436            <li><code>void</code></li>
1437        </ul>
1438    </div>
1439                </div>
1440                        </div>
1441        </td>
1442        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
1443    </tr>
1444        <tr class="method-row inherited alt expandable">
1445        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1446        <td class="sig">
1447        <a id="Ext.Panel-bubble"></a>
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">
1449                        <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>
1450            <div class="long">
1451                Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1452function call will be the scope provided or the current component. The arguments to the function
1453will be the args provided or the current component. If the function returns false at any point,
1454the bubble is stopped.    <div class="mdetail-params">
1455        <strong>Parameters:</strong>
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>
1457        <strong>Returns:</strong>
1458        <ul>
1459            <li><code>void</code></li>
1460        </ul>
1461    </div>
1462                </div>
1463                        </div>
1464        </td>
1465        <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>
1466    </tr>
1467        <tr class="method-row inherited expandable">
1468        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1469        <td class="sig">
1470        <a id="Ext.Panel-cascade"></a>
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">
1472                        <div class="short">Cascades down the component/container heirarchy from this component (called first), calling the specified function wi...</div>
1473            <div class="long">
1474                Cascades down the component/container heirarchy from this component (called first), calling the specified function with
1475each component. The scope (<i>this</i>) of
1476function call will be the scope provided or the current component. The arguments to the function
1477will be the args provided or the current component. If the function returns false at any point,
1478the cascade is stopped on that branch.    <div class="mdetail-params">
1479        <strong>Parameters:</strong>
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>
1481        <strong>Returns:</strong>
1482        <ul>
1483            <li><code>void</code></li>
1484        </ul>
1485    </div>
1486                </div>
1487                        </div>
1488        </td>
1489        <td class="msource"><a ext:cls="Ext.Container" ext:member="#cascade" href="output/Ext.Container.html#cascade">Container</a></td>
1490    </tr>
1491        <tr class="method-row inherited alt expandable">
1492        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1493        <td class="sig">
1494        <a id="Ext.Panel-cloneConfig"></a>
1495            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
1496                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
1497            <div class="long">
1498                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
1499        <strong>Parameters:</strong>
1500        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1501An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
1502        <strong>Returns:</strong>
1503        <ul>
1504            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
1505        </ul>
1506    </div>
1507                </div>
1508                        </div>
1509        </td>
1510        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
1511    </tr>
1512        <tr class="method-row expandable">
1513        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1514        <td class="sig">
1515        <a id="Ext.Panel-collapse"></a>
1516            <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1517                        <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1518cancel the collapse ac...</div>
1519            <div class="long">
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
1521cancel the collapse action if it returns false.    <div class="mdetail-params">
1522        <strong>Parameters:</strong>
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>
1525        <strong>Returns:</strong>
1526        <ul>
1527            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1528        </ul>
1529    </div>
1530                </div>
1531                        </div>
1532        </td>
1533        <td class="msource">Panel</td>
1534    </tr>
1535        <tr class="method-row inherited alt expandable">
1536        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1537        <td class="sig">
1538        <a id="Ext.Panel-destroy"></a>
1539            <b>destroy</b>() : void            <div class="mdesc">
1540                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1541removing the c...</div>
1542            <div class="long">
1543                Destroys this component by purging any event listeners, removing the component's element from the DOM,
1544removing 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
1546should usually not need to be called directly.    <div class="mdetail-params">
1547        <strong>Parameters:</strong>
1548        <ul><li>None.</li>        </ul>
1549        <strong>Returns:</strong>
1550        <ul>
1551            <li><code>void</code></li>
1552        </ul>
1553    </div>
1554                </div>
1555                        </div>
1556        </td>
1557        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
1558    </tr>
1559        <tr class="method-row inherited expandable">
1560        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1561        <td class="sig">
1562        <a id="Ext.Panel-disable"></a>
1563            <b>disable</b>() : Ext.Component            <div class="mdesc">
1564                        <div class="short">Disable this component.</div>
1565            <div class="long">
1566                Disable this component.    <div class="mdetail-params">
1567        <strong>Parameters:</strong>
1568        <ul><li>None.</li>        </ul>
1569        <strong>Returns:</strong>
1570        <ul>
1571            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1572        </ul>
1573    </div>
1574                </div>
1575                        </div>
1576        </td>
1577        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
1578    </tr>
1579        <tr class="method-row inherited alt expandable">
1580        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1581        <td class="sig">
1582        <a id="Ext.Panel-doLayout"></a>
1583            <b>doLayout</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1584                        <div class="short">Force this container's layout to be recalculated. A call to this function is required after adding a new component
1585to...</div>
1586            <div class="long">
1587                Force this container's layout to be recalculated. A call to this function is required after adding a new component
1588to an already rendered container, or possibly after changing sizing/position properties of child components.    <div class="mdetail-params">
1589        <strong>Parameters:</strong>
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
1591calc layouts as required (defaults to false, which calls doLayout recursively for each subcontainer)</div></li>        </ul>
1592        <strong>Returns:</strong>
1593        <ul>
1594            <li><code>void</code></li>
1595        </ul>
1596    </div>
1597                </div>
1598                        </div>
1599        </td>
1600        <td class="msource"><a ext:cls="Ext.Container" ext:member="#doLayout" href="output/Ext.Container.html#doLayout">Container</a></td>
1601    </tr>
1602        <tr class="method-row inherited expandable">
1603        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1604        <td class="sig">
1605        <a id="Ext.Panel-enable"></a>
1606            <b>enable</b>() : Ext.Component            <div class="mdesc">
1607                        <div class="short">Enable this component.</div>
1608            <div class="long">
1609                Enable this component.    <div class="mdetail-params">
1610        <strong>Parameters:</strong>
1611        <ul><li>None.</li>        </ul>
1612        <strong>Returns:</strong>
1613        <ul>
1614            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1615        </ul>
1616    </div>
1617                </div>
1618                        </div>
1619        </td>
1620        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
1621    </tr>
1622        <tr class="method-row alt expandable">
1623        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1624        <td class="sig">
1625        <a id="Ext.Panel-expand"></a>
1626            <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1627                        <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1628cancel the expand action ...</div>
1629            <div class="long">
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
1631cancel the expand action if it returns false.    <div class="mdetail-params">
1632        <strong>Parameters:</strong>
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>
1635        <strong>Returns:</strong>
1636        <ul>
1637            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1638        </ul>
1639    </div>
1640                </div>
1641                        </div>
1642        </td>
1643        <td class="msource">Panel</td>
1644    </tr>
1645        <tr class="method-row inherited expandable">
1646        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1647        <td class="sig">
1648        <a id="Ext.Panel-find"></a>
1649            <b>find</b>(&nbsp;<code>String prop</code>, <code>String value</code>&nbsp;) : Array            <div class="mdesc">
1650                        <div class="short">Find a component under this container at any level by property</div>
1651            <div class="long">
1652                Find a component under this container at any level by property    <div class="mdetail-params">
1653        <strong>Parameters:</strong>
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>
1655        <strong>Returns:</strong>
1656        <ul>
1657            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
1658        </ul>
1659    </div>
1660                </div>
1661                        </div>
1662        </td>
1663        <td class="msource"><a ext:cls="Ext.Container" ext:member="#find" href="output/Ext.Container.html#find">Container</a></td>
1664    </tr>
1665        <tr class="method-row inherited alt expandable">
1666        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1667        <td class="sig">
1668        <a id="Ext.Panel-findBy"></a>
1669            <b>findBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
1670                        <div class="short">Find a component under this container at any level by a custom function. If the passed function returns
1671true, the com...</div>
1672            <div class="long">
1673                Find a component under this container at any level by a custom function. If the passed function returns
1674true, the component will be included in the results. The passed function is called with the arguments (component, this container).    <div class="mdetail-params">
1675        <strong>Parameters:</strong>
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>
1677        <strong>Returns:</strong>
1678        <ul>
1679            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
1680        </ul>
1681    </div>
1682                </div>
1683                        </div>
1684        </td>
1685        <td class="msource"><a ext:cls="Ext.Container" ext:member="#findBy" href="output/Ext.Container.html#findBy">Container</a></td>
1686    </tr>
1687        <tr class="method-row inherited expandable">
1688        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1689        <td class="sig">
1690        <a id="Ext.Panel-findById"></a>
1691            <b>findById</b>(&nbsp;<code>String id</code>&nbsp;) : Ext.Component            <div class="mdesc">
1692                        <div class="short">Find a component under this container at any level by id</div>
1693            <div class="long">
1694                Find a component under this container at any level by id    <div class="mdetail-params">
1695        <strong>Parameters:</strong>
1696        <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>
1697        <strong>Returns:</strong>
1698        <ul>
1699            <li><code>Ext.Component</code></li>
1700        </ul>
1701    </div>
1702                </div>
1703                        </div>
1704        </td>
1705        <td class="msource"><a ext:cls="Ext.Container" ext:member="#findById" href="output/Ext.Container.html#findById">Container</a></td>
1706    </tr>
1707        <tr class="method-row inherited alt expandable">
1708        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1709        <td class="sig">
1710        <a id="Ext.Panel-findByType"></a>
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">
1712                        <div class="short">Find a component under this container at any level by xtype or class</div>
1713            <div class="long">
1714                Find a component under this container at any level by xtype or class    <div class="mdetail-params">
1715        <strong>Parameters:</strong>
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
1717the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
1718        <strong>Returns:</strong>
1719        <ul>
1720            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
1721        </ul>
1722    </div>
1723                </div>
1724                        </div>
1725        </td>
1726        <td class="msource"><a ext:cls="Ext.Container" ext:member="#findByType" href="output/Ext.Container.html#findByType">Container</a></td>
1727    </tr>
1728        <tr class="method-row inherited expandable">
1729        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1730        <td class="sig">
1731        <a id="Ext.Panel-findParentBy"></a>
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">
1733                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1734true, the con...</div>
1735            <div class="long">
1736                Find a container above this component at any level by a custom function. If the passed function returns
1737true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
1738        <strong>Parameters:</strong>
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>
1740        <strong>Returns:</strong>
1741        <ul>
1742            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
1743        </ul>
1744    </div>
1745                </div>
1746                        </div>
1747        </td>
1748        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
1749    </tr>
1750        <tr class="method-row inherited alt expandable">
1751        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1752        <td class="sig">
1753        <a id="Ext.Panel-findParentByType"></a>
1754            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
1755                        <div class="short">Find a container above this component at any level by xtype or class</div>
1756            <div class="long">
1757                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
1758        <strong>Parameters:</strong>
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>
1760        <strong>Returns:</strong>
1761        <ul>
1762            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
1763        </ul>
1764    </div>
1765                </div>
1766                        </div>
1767        </td>
1768        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
1769    </tr>
1770        <tr class="method-row inherited expandable">
1771        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1772        <td class="sig">
1773        <a id="Ext.Panel-fireEvent"></a>
1774            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
1775                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
1776            <div class="long">
1777                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
1778        <strong>Parameters:</strong>
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>
1780        <strong>Returns:</strong>
1781        <ul>
1782            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
1783        </ul>
1784    </div>
1785                </div>
1786                        </div>
1787        </td>
1788        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
1789    </tr>
1790        <tr class="method-row inherited alt expandable">
1791        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1792        <td class="sig">
1793        <a id="Ext.Panel-focus"></a>
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">
1795                        <div class="short">Try to focus this component.</div>
1796            <div class="long">
1797                Try to focus this component.    <div class="mdetail-params">
1798        <strong>Parameters:</strong>
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>
1800        <strong>Returns:</strong>
1801        <ul>
1802            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1803        </ul>
1804    </div>
1805                </div>
1806                        </div>
1807        </td>
1808        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
1809    </tr>
1810        <tr class="method-row expandable">
1811        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1812        <td class="sig">
1813        <a id="Ext.Panel-getBottomToolbar"></a>
1814            <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">
1815                        <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>
1816            <div class="long">
1817                Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">
1818        <strong>Parameters:</strong>
1819        <ul><li>None.</li>        </ul>
1820        <strong>Returns:</strong>
1821        <ul>
1822            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
1823        </ul>
1824    </div>
1825                </div>
1826                        </div>
1827        </td>
1828        <td class="msource">Panel</td>
1829    </tr>
1830        <tr class="method-row inherited alt expandable">
1831        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1832        <td class="sig">
1833        <a id="Ext.Panel-getBox"></a>
1834            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
1835                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
1836            <div class="long">
1837                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1838        <strong>Parameters:</strong>
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>
1840        <strong>Returns:</strong>
1841        <ul>
1842            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
1843        </ul>
1844    </div>
1845                </div>
1846                        </div>
1847        </td>
1848        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
1849    </tr>
1850        <tr class="method-row inherited expandable">
1851        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1852        <td class="sig">
1853        <a id="Ext.Panel-getComponent"></a>
1854            <b>getComponent</b>(&nbsp;<code>String/Number id</code>&nbsp;) : Ext.Component            <div class="mdesc">
1855                        <div class="short">Gets a direct child Component by id, or by index.</div>
1856            <div class="long">
1857                Gets a direct child Component by id, or by index.    <div class="mdetail-params">
1858        <strong>Parameters:</strong>
1859        <ul><li><code>id</code> : String/Number<div class="sub-desc">or index of child Component to return.</div></li>        </ul>
1860        <strong>Returns:</strong>
1861        <ul>
1862            <li><code>Ext.Component</code></li>
1863        </ul>
1864    </div>
1865                </div>
1866                        </div>
1867        </td>
1868        <td class="msource"><a ext:cls="Ext.Container" ext:member="#getComponent" href="output/Ext.Container.html#getComponent">Container</a></td>
1869    </tr>
1870        <tr class="method-row inherited alt expandable">
1871        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1872        <td class="sig">
1873        <a id="Ext.Panel-getEl"></a>
1874            <b>getEl</b>() : Ext.Element            <div class="mdesc">
1875                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
1876            <div class="long">
1877                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
1878        <strong>Parameters:</strong>
1879        <ul><li>None.</li>        </ul>
1880        <strong>Returns:</strong>
1881        <ul>
1882            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
1883        </ul>
1884    </div>
1885                </div>
1886                        </div>
1887        </td>
1888        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
1889    </tr>
1890        <tr class="method-row expandable">
1891        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1892        <td class="sig">
1893        <a id="Ext.Panel-getFrameHeight"></a>
1894            <b>getFrameHeight</b>() : Number            <div class="mdesc">
1895                        <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1896header and ...</div>
1897            <div class="long">
1898                Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1899header 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">
1900        <strong>Parameters:</strong>
1901        <ul><li>None.</li>        </ul>
1902        <strong>Returns:</strong>
1903        <ul>
1904            <li><code>Number</code><div class="sub-desc">The frame height</div></li>
1905        </ul>
1906    </div>
1907                </div>
1908                        </div>
1909        </td>
1910        <td class="msource">Panel</td>
1911    </tr>
1912        <tr class="method-row alt expandable">
1913        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1914        <td class="sig">
1915        <a id="Ext.Panel-getFrameWidth"></a>
1916            <b>getFrameWidth</b>() : Number            <div class="mdesc">
1917                        <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1918retrieve the bo...</div>
1919            <div class="long">
1920                Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1921retrieve the body width see <a ext:cls="Ext.Panel" ext:member="getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">getInnerWidth</a>.    <div class="mdetail-params">
1922        <strong>Parameters:</strong>
1923        <ul><li>None.</li>        </ul>
1924        <strong>Returns:</strong>
1925        <ul>
1926            <li><code>Number</code><div class="sub-desc">The frame width</div></li>
1927        </ul>
1928    </div>
1929                </div>
1930                        </div>
1931        </td>
1932        <td class="msource">Panel</td>
1933    </tr>
1934        <tr class="method-row inherited expandable">
1935        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1936        <td class="sig">
1937        <a id="Ext.Panel-getId"></a>
1938            <b>getId</b>() : String            <div class="mdesc">
1939                        <div class="short">Returns the id of this component.</div>
1940            <div class="long">
1941                Returns the id of this component.    <div class="mdetail-params">
1942        <strong>Parameters:</strong>
1943        <ul><li>None.</li>        </ul>
1944        <strong>Returns:</strong>
1945        <ul>
1946            <li><code>String</code></li>
1947        </ul>
1948    </div>
1949                </div>
1950                        </div>
1951        </td>
1952        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1953    </tr>
1954        <tr class="method-row alt expandable">
1955        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1956        <td class="sig">
1957        <a id="Ext.Panel-getInnerHeight"></a>
1958            <b>getInnerHeight</b>() : Number            <div class="mdesc">
1959                        <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
1960For the frame he...</div>
1961            <div class="long">
1962                Returns the height in pixels of the body element (not including the height of any framing elements).
1963For the frame height see <a ext:cls="Ext.Panel" ext:member="getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">getFrameHeight</a>.    <div class="mdetail-params">
1964        <strong>Parameters:</strong>
1965        <ul><li>None.</li>        </ul>
1966        <strong>Returns:</strong>
1967        <ul>
1968            <li><code>Number</code><div class="sub-desc">The body height</div></li>
1969        </ul>
1970    </div>
1971                </div>
1972                        </div>
1973        </td>
1974        <td class="msource">Panel</td>
1975    </tr>
1976        <tr class="method-row expandable">
1977        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1978        <td class="sig">
1979        <a id="Ext.Panel-getInnerWidth"></a>
1980            <b>getInnerWidth</b>() : Number            <div class="mdesc">
1981                        <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
1982For the frame widt...</div>
1983            <div class="long">
1984                Returns the width in pixels of the body element (not including the width of any framing elements).
1985For the frame width see <a ext:cls="Ext.Panel" ext:member="getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">getFrameWidth</a>.    <div class="mdetail-params">
1986        <strong>Parameters:</strong>
1987        <ul><li>None.</li>        </ul>
1988        <strong>Returns:</strong>
1989        <ul>
1990            <li><code>Number</code><div class="sub-desc">The body width</div></li>
1991        </ul>
1992    </div>
1993                </div>
1994                        </div>
1995        </td>
1996        <td class="msource">Panel</td>
1997    </tr>
1998        <tr class="method-row inherited alt expandable">
1999        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2000        <td class="sig">
2001        <a id="Ext.Panel-getItemId"></a>
2002            <b>getItemId</b>() : String            <div class="mdesc">
2003                        <div class="short">Returns the item id of this component.</div>
2004            <div class="long">
2005                Returns the item id of this component.    <div class="mdetail-params">
2006        <strong>Parameters:</strong>
2007        <ul><li>None.</li>        </ul>
2008        <strong>Returns:</strong>
2009        <ul>
2010            <li><code>String</code></li>
2011        </ul>
2012    </div>
2013                </div>
2014                        </div>
2015        </td>
2016        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
2017    </tr>
2018        <tr class="method-row inherited expandable">
2019        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2020        <td class="sig">
2021        <a id="Ext.Panel-getLayout"></a>
2022            <b>getLayout</b>() : ContainerLayout            <div class="mdesc">
2023                        <div class="short">Returns the layout currently in use by the container.  If the container does not currently have a layout
2024set, a defau...</div>
2025            <div class="long">
2026                Returns the layout currently in use by the container.  If the container does not currently have a layout
2027set, 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">
2028        <strong>Parameters:</strong>
2029        <ul><li>None.</li>        </ul>
2030        <strong>Returns:</strong>
2031        <ul>
2032            <li><code>ContainerLayout</code><div class="sub-desc">layout The container's layout</div></li>
2033        </ul>
2034    </div>
2035                </div>
2036                        </div>
2037        </td>
2038        <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayout" href="output/Ext.Container.html#getLayout">Container</a></td>
2039    </tr>
2040        <tr class="method-row inherited alt expandable">
2041        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2042        <td class="sig">
2043        <a id="Ext.Panel-getLayoutTarget"></a>
2044            <b>getLayoutTarget</b>() : Ext.Element            <div class="mdesc">
2045                        <div class="short">Returns the Element to be used to contain the child Components of this Container.
2046An implementation is provided which...</div>
2047            <div class="long">
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
2050if there is a more complex structure to a Container, this may be overridden to return
2051the 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">
2052        <strong>Parameters:</strong>
2053        <ul><li>None.</li>        </ul>
2054        <strong>Returns:</strong>
2055        <ul>
2056            <li><code>Ext.Element</code><div class="sub-desc">The Element to render child Components into.</div></li>
2057        </ul>
2058    </div>
2059                </div>
2060                        </div>
2061        </td>
2062        <td class="msource"><a ext:cls="Ext.Container" ext:member="#getLayoutTarget" href="output/Ext.Container.html#getLayoutTarget">Container</a></td>
2063    </tr>
2064        <tr class="method-row inherited expandable">
2065        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2066        <td class="sig">
2067        <a id="Ext.Panel-getPosition"></a>
2068            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
2069                        <div class="short">Gets the current XY position of the component's underlying element.</div>
2070            <div class="long">
2071                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
2072        <strong>Parameters:</strong>
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>
2074        <strong>Returns:</strong>
2075        <ul>
2076            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
2077        </ul>
2078    </div>
2079                </div>
2080                        </div>
2081        </td>
2082        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
2083    </tr>
2084        <tr class="method-row inherited alt expandable">
2085        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2086        <td class="sig">
2087        <a id="Ext.Panel-getSize"></a>
2088            <b>getSize</b>() : Object            <div class="mdesc">
2089                        <div class="short">Gets the current size of the component's underlying element.</div>
2090            <div class="long">
2091                Gets the current size of the component's underlying element.    <div class="mdetail-params">
2092        <strong>Parameters:</strong>
2093        <ul><li>None.</li>        </ul>
2094        <strong>Returns:</strong>
2095        <ul>
2096            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
2097        </ul>
2098    </div>
2099                </div>
2100                        </div>
2101        </td>
2102        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
2103    </tr>
2104        <tr class="method-row expandable">
2105        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2106        <td class="sig">
2107        <a id="Ext.Panel-getTool"></a>
2108            <b>getTool</b>(&nbsp;<code>String id</code>&nbsp;) : Object            <div class="mdesc">
2109                        <div class="short">Retrieve a tool by id.</div>
2110            <div class="long">
2111                Retrieve a tool by id.    <div class="mdetail-params">
2112        <strong>Parameters:</strong>
2113        <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>
2114        <strong>Returns:</strong>
2115        <ul>
2116            <li><code>Object</code><div class="sub-desc">tool</div></li>
2117        </ul>
2118    </div>
2119                </div>
2120                        </div>
2121        </td>
2122        <td class="msource">Panel</td>
2123    </tr>
2124        <tr class="method-row alt expandable">
2125        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2126        <td class="sig">
2127        <a id="Ext.Panel-getTopToolbar"></a>
2128            <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">
2129                        <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>
2130            <div class="long">
2131                Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">
2132        <strong>Parameters:</strong>
2133        <ul><li>None.</li>        </ul>
2134        <strong>Returns:</strong>
2135        <ul>
2136            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
2137        </ul>
2138    </div>
2139                </div>
2140                        </div>
2141        </td>
2142        <td class="msource">Panel</td>
2143    </tr>
2144        <tr class="method-row expandable">
2145        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2146        <td class="sig">
2147        <a id="Ext.Panel-getUpdater"></a>
2148            <b>getUpdater</b>() : Ext.Updater            <div class="mdesc">
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>
2150            <div class="long">
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">
2152        <strong>Parameters:</strong>
2153        <ul><li>None.</li>        </ul>
2154        <strong>Returns:</strong>
2155        <ul>
2156            <li><code>Ext.Updater</code><div class="sub-desc">The Updater</div></li>
2157        </ul>
2158    </div>
2159                </div>
2160                        </div>
2161        </td>
2162        <td class="msource">Panel</td>
2163    </tr>
2164        <tr class="method-row inherited alt expandable">
2165        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2166        <td class="sig">
2167        <a id="Ext.Panel-getXType"></a>
2168            <b>getXType</b>() : String            <div class="mdesc">
2169                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
2170available xtypes, see the Ex...</div>
2171            <div class="long">
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
2173available 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();
2175alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
2176        <strong>Parameters:</strong>
2177        <ul><li>None.</li>        </ul>
2178        <strong>Returns:</strong>
2179        <ul>
2180            <li><code>String</code><div class="sub-desc">The xtype</div></li>
2181        </ul>
2182    </div>
2183                </div>
2184                        </div>
2185        </td>
2186        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
2187    </tr>
2188        <tr class="method-row inherited expandable">
2189        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2190        <td class="sig">
2191        <a id="Ext.Panel-getXTypes"></a>
2192            <b>getXTypes</b>() : String            <div class="mdesc">
2193                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2194available xtypes, see the Ext...</div>
2195            <div class="long">
2196                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
2197available 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
2199to participate in determination of inherited xtypes.</b></p>
2200<p>Example usage:</p>
2201<pre><code>
2202var t = new Ext.form.TextField();
2203alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
2204        <strong>Parameters:</strong>
2205        <ul><li>None.</li>        </ul>
2206        <strong>Returns:</strong>
2207        <ul>
2208            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
2209        </ul>
2210    </div>
2211                </div>
2212                        </div>
2213        </td>
2214        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
2215    </tr>
2216        <tr class="method-row inherited alt expandable">
2217        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2218        <td class="sig">
2219        <a id="Ext.Panel-hasListener"></a>
2220            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
2221                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
2222            <div class="long">
2223                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
2224        <strong>Parameters:</strong>
2225        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
2226        <strong>Returns:</strong>
2227        <ul>
2228            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
2229        </ul>
2230    </div>
2231                </div>
2232                        </div>
2233        </td>
2234        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
2235    </tr>
2236        <tr class="method-row inherited expandable">
2237        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2238        <td class="sig">
2239        <a id="Ext.Panel-hide"></a>
2240            <b>hide</b>() : Ext.Component            <div class="mdesc">
2241                        <div class="short">Hide this component.</div>
2242            <div class="long">
2243                Hide this component.    <div class="mdetail-params">
2244        <strong>Parameters:</strong>
2245        <ul><li>None.</li>        </ul>
2246        <strong>Returns:</strong>
2247        <ul>
2248            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2249        </ul>
2250    </div>
2251                </div>
2252                        </div>
2253        </td>
2254        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
2255    </tr>
2256        <tr class="method-row inherited alt expandable">
2257        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2258        <td class="sig">
2259        <a id="Ext.Panel-insert"></a>
2260            <b>insert</b>(&nbsp;<code>Number index</code>, <code>Ext.Component component</code>&nbsp;) : Ext.Component            <div class="mdesc">
2261                        <div class="short">Inserts a Component into this Container at a specified index. Fires the
2262beforeadd event before inserting, then fires ...</div>
2263            <div class="long">
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
2266Component has been inserted.    <div class="mdetail-params">
2267        <strong>Parameters:</strong>
2268        <ul><li><code>index</code> : Number<div class="sub-desc">The index at which the Component will be inserted
2269into the Container's items collection</div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The child Component to insert.<br><br>
2270Ext uses lazy rendering, and will only render the inserted Component should
2271it become necessary.<br><br>
2272A Component config object may be passed in order to avoid the overhead of
2273constructing a real Component object if lazy rendering might mean that the
2274inserted Component will not be rendered immediately. To take advantage of
2275this "lazy instantiation", set the <a ext:cls="Ext.Component" ext:member="xtype" href="output/Ext.Component.html#xtype">Ext.Component.xtype</a> config
2276property to the registered type of the Component wanted.<br><br>
2277For a list of all available xtypes, see <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a>.</div></li>        </ul>
2278        <strong>Returns:</strong>
2279        <ul>
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>
2281        </ul>
2282    </div>
2283                </div>
2284                        </div>
2285        </td>
2286        <td class="msource"><a ext:cls="Ext.Container" ext:member="#insert" href="output/Ext.Container.html#insert">Container</a></td>
2287    </tr>
2288        <tr class="method-row inherited expandable">
2289        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2290        <td class="sig">
2291        <a id="Ext.Panel-isVisible"></a>
2292            <b>isVisible</b>() : void            <div class="mdesc">
2293                        <div class="short">Returns true if this component is visible.</div>
2294            <div class="long">
2295                Returns true if this component is visible.    <div class="mdetail-params">
2296        <strong>Parameters:</strong>
2297        <ul><li>None.</li>        </ul>
2298        <strong>Returns:</strong>
2299        <ul>
2300            <li><code>void</code></li>
2301        </ul>
2302    </div>
2303                </div>
2304                        </div>
2305        </td>
2306        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
2307    </tr>
2308        <tr class="method-row inherited alt expandable">
2309        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2310        <td class="sig">
2311        <a id="Ext.Panel-isXType"></a>
2312            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
2313                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2314from th...</div>
2315            <div class="long">
2316                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2317from 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
2319to 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">
2326        <strong>Parameters:</strong>
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
2328the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
2329        <strong>Returns:</strong>
2330        <ul>
2331            <li><code>void</code></li>
2332        </ul>
2333    </div>
2334                </div>
2335                        </div>
2336        </td>
2337        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
2338    </tr>
2339        <tr class="method-row expandable">
2340        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2341        <td class="sig">
2342        <a id="Ext.Panel-load"></a>
2343            <b>load</b>(&nbsp;<code>Object/String/Function config</code>&nbsp;) : Ext.Panel            <div class="mdesc">
2344                        <div class="short">Loads this content panel immediately with content returned from an XHR call.</div>
2345            <div class="long">
2346                Loads this content panel immediately with content returned from an XHR call.    <div class="mdetail-params">
2347        <strong>Parameters:</strong>
2348        <ul><li><code>config</code> : Object/String/Function<div class="sub-desc">A config object containing any of the following options:
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>
2360The only required property is url. The optional properties nocache, text and scripts
2361are shorthand for disableCaching, indicatorText and loadScripts and are used to set their
2362associated property on this panel Updater instance.</div></li>        </ul>
2363        <strong>Returns:</strong>
2364        <ul>
2365            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
2366        </ul>
2367    </div>
2368                </div>
2369                        </div>
2370        </td>
2371        <td class="msource">Panel</td>
2372    </tr>
2373        <tr class="method-row inherited alt expandable">
2374        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2375        <td class="sig">
2376        <a id="Ext.Panel-on"></a>
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">
2378                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
2379            <div class="long">
2380                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
2381        <strong>Parameters:</strong>
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
2383function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
2384        <strong>Returns:</strong>
2385        <ul>
2386            <li><code>void</code></li>
2387        </ul>
2388    </div>
2389                </div>
2390                        </div>
2391        </td>
2392        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
2393    </tr>
2394        <tr class="method-row inherited expandable">
2395        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2396        <td class="sig">
2397        <a id="Ext.Panel-purgeListeners"></a>
2398            <b>purgeListeners</b>() : void            <div class="mdesc">
2399                        <div class="short">Removes all listeners for this object</div>
2400            <div class="long">
2401                Removes all listeners for this object    <div class="mdetail-params">
2402        <strong>Parameters:</strong>
2403        <ul><li>None.</li>        </ul>
2404        <strong>Returns:</strong>
2405        <ul>
2406            <li><code>void</code></li>
2407        </ul>
2408    </div>
2409                </div>
2410                        </div>
2411        </td>
2412        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
2413    </tr>
2414        <tr class="method-row inherited alt expandable">
2415        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2416        <td class="sig">
2417        <a id="Ext.Panel-relayEvents"></a>
2418            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
2419                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
2420            <div class="long">
2421                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
2422        <strong>Parameters:</strong>
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>
2424        <strong>Returns:</strong>
2425        <ul>
2426            <li><code>void</code></li>
2427        </ul>
2428    </div>
2429                </div>
2430                        </div>
2431        </td>
2432        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
2433    </tr>
2434        <tr class="method-row inherited expandable">
2435        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2436        <td class="sig">
2437        <a id="Ext.Panel-remove"></a>
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">
2439                        <div class="short">Removes a component from this container.  Fires the beforeremove event before removing, then fires
2440the remove event a...</div>
2441            <div class="long">
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
2443the <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">
2444        <strong>Parameters:</strong>
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.
2446Defaults 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>
2447        <strong>Returns:</strong>
2448        <ul>
2449            <li><code>Ext.Component</code><div class="sub-desc">component The Component that was removed.</div></li>
2450        </ul>
2451    </div>
2452                </div>
2453                        </div>
2454        </td>
2455        <td class="msource"><a ext:cls="Ext.Container" ext:member="#remove" href="output/Ext.Container.html#remove">Container</a></td>
2456    </tr>
2457        <tr class="method-row inherited alt expandable">
2458        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2459        <td class="sig">
2460        <a id="Ext.Panel-removeAll"></a>
2461            <b>removeAll</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean autoDestroy</code>]</span>&nbsp;) : Array            <div class="mdesc">
2462                        <div class="short">Removes all components from this container.</div>
2463            <div class="long">
2464                Removes all components from this container.    <div class="mdetail-params">
2465        <strong>Parameters:</strong>
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.
2467Defaults 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>
2468        <strong>Returns:</strong>
2469        <ul>
2470            <li><code>Array</code><div class="sub-desc">Array of the destroyed components</div></li>
2471        </ul>
2472    </div>
2473                </div>
2474                        </div>
2475        </td>
2476        <td class="msource"><a ext:cls="Ext.Container" ext:member="#removeAll" href="output/Ext.Container.html#removeAll">Container</a></td>
2477    </tr>
2478        <tr class="method-row inherited expandable">
2479        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2480        <td class="sig">
2481        <a id="Ext.Panel-removeClass"></a>
2482            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
2483                        <div class="short">Removes a CSS class from the component's underlying element.</div>
2484            <div class="long">
2485                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
2486        <strong>Parameters:</strong>
2487        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
2488        <strong>Returns:</strong>
2489        <ul>
2490            <li><code>void</code></li>
2491        </ul>
2492    </div>
2493                </div>
2494                        </div>
2495        </td>
2496        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
2497    </tr>
2498        <tr class="method-row inherited alt expandable">
2499        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2500        <td class="sig">
2501        <a id="Ext.Panel-removeListener"></a>
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">
2503                        <div class="short">Removes a listener</div>
2504            <div class="long">
2505                Removes a listener    <div class="mdetail-params">
2506        <strong>Parameters:</strong>
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>
2508        <strong>Returns:</strong>
2509        <ul>
2510            <li><code>void</code></li>
2511        </ul>
2512    </div>
2513                </div>
2514                        </div>
2515        </td>
2516        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
2517    </tr>
2518        <tr class="method-row inherited expandable">
2519        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2520        <td class="sig">
2521        <a id="Ext.Panel-render"></a>
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">
2523                        <div class="short">Render this Component into the passed HTML element.
2524If you are using a Container object to house this Component, then...</div>
2525            <div class="long">
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
2528do 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
2532include <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
2535the 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
2536unrendered child Components to be rendered. This is required so that you can add multiple
2537child 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
2539of 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.
2540If you expect child items to be sized in response to user interactions, you must
2541configure the Container with a layout manager which creates and manages the type of layout you
2542have 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
2544layout manager is used which does nothing but render child components sequentially into the
2545Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
2546        <strong>Parameters:</strong>
2547        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
2548rendered 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>
2549which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
2550        <strong>Returns:</strong>
2551        <ul>
2552            <li><code>void</code></li>
2553        </ul>
2554    </div>
2555                </div>
2556                        </div>
2557        </td>
2558        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
2559    </tr>
2560        <tr class="method-row inherited alt expandable">
2561        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2562        <td class="sig">
2563        <a id="Ext.Panel-resumeEvents"></a>
2564            <b>resumeEvents</b>() : void            <div class="mdesc">
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>
2566            <div class="long">
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">
2568        <strong>Parameters:</strong>
2569        <ul><li>None.</li>        </ul>
2570        <strong>Returns:</strong>
2571        <ul>
2572            <li><code>void</code></li>
2573        </ul>
2574    </div>
2575                </div>
2576                        </div>
2577        </td>
2578        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
2579    </tr>
2580        <tr class="method-row inherited expandable">
2581        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2582        <td class="sig">
2583        <a id="Ext.Panel-setDisabled"></a>
2584            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
2585                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
2586            <div class="long">
2587                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
2588        <strong>Parameters:</strong>
2589        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
2590        <strong>Returns:</strong>
2591        <ul>
2592            <li><code>void</code></li>
2593        </ul>
2594    </div>
2595                </div>
2596                        </div>
2597        </td>
2598        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
2599    </tr>
2600        <tr class="method-row inherited alt expandable">
2601        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2602        <td class="sig">
2603        <a id="Ext.Panel-setHeight"></a>
2604            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
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>
2606            <div class="long">
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">
2608        <strong>Parameters:</strong>
2609        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
2610        <strong>Returns:</strong>
2611        <ul>
2612            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2613        </ul>
2614    </div>
2615                </div>
2616                        </div>
2617        </td>
2618        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
2619    </tr>
2620        <tr class="method-row expandable">
2621        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2622        <td class="sig">
2623        <a id="Ext.Panel-setIconClass"></a>
2624            <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">
2625                        <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2626icon class if ...</div>
2627            <div class="long">
2628                Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2629icon class if one has already been set.    <div class="mdetail-params">
2630        <strong>Parameters:</strong>
2631        <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>
2632        <strong>Returns:</strong>
2633        <ul>
2634            <li><code>void</code></li>
2635        </ul>
2636    </div>
2637                </div>
2638                        </div>
2639        </td>
2640        <td class="msource">Panel</td>
2641    </tr>
2642        <tr class="method-row inherited alt expandable">
2643        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2644        <td class="sig">
2645        <a id="Ext.Panel-setPagePosition"></a>
2646            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2647                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2648This method fires the ...</div>
2649            <div class="long">
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>.
2651This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
2652        <strong>Parameters:</strong>
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>
2654        <strong>Returns:</strong>
2655        <ul>
2656            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2657        </ul>
2658    </div>
2659                </div>
2660                        </div>
2661        </td>
2662        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
2663    </tr>
2664        <tr class="method-row inherited expandable">
2665        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2666        <td class="sig">
2667        <a id="Ext.Panel-setPosition"></a>
2668            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2669                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2670This method fires ...</div>
2671            <div class="long">
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>.
2673This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
2674        <strong>Parameters:</strong>
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>
2676        <strong>Returns:</strong>
2677        <ul>
2678            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2679        </ul>
2680    </div>
2681                </div>
2682                        </div>
2683        </td>
2684        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
2685    </tr>
2686        <tr class="method-row inherited alt expandable">
2687        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2688        <td class="sig">
2689        <a id="Ext.Panel-setSize"></a>
2690            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2691                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2692either width...</div>
2693            <div class="long">
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
2695either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
2696        <strong>Parameters:</strong>
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>
2698        <strong>Returns:</strong>
2699        <ul>
2700            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2701        </ul>
2702    </div>
2703                </div>
2704                        </div>
2705        </td>
2706        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
2707    </tr>
2708        <tr class="method-row expandable">
2709        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2710        <td class="sig">
2711        <a id="Ext.Panel-setTitle"></a>
2712            <b>setTitle</b>(&nbsp;<code>String title</code>, <span class="optional" title="Optional">[<code>String iconCls</code>]</span>&nbsp;) : void            <div class="mdesc">
2713                        <div class="short">Sets the title text for the panel and optionally the icon class.
2714In order to be able to set the title, a header eleme...</div>
2715            <div class="long">
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
2718for the Panel. This is triggered either by configuring the Panel with a non-blank title,
2719or 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">
2720        <strong>Parameters:</strong>
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>
2722        <strong>Returns:</strong>
2723        <ul>
2724            <li><code>void</code></li>
2725        </ul>
2726    </div>
2727                </div>
2728                        </div>
2729        </td>
2730        <td class="msource">Panel</td>
2731    </tr>
2732        <tr class="method-row inherited alt expandable">
2733        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2734        <td class="sig">
2735        <a id="Ext.Panel-setVisible"></a>
2736            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
2737                        <div class="short">Convenience function to hide or show this component by boolean.</div>
2738            <div class="long">
2739                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
2740        <strong>Parameters:</strong>
2741        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
2742        <strong>Returns:</strong>
2743        <ul>
2744            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2745        </ul>
2746    </div>
2747                </div>
2748                        </div>
2749        </td>
2750        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
2751    </tr>
2752        <tr class="method-row inherited expandable">
2753        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2754        <td class="sig">
2755        <a id="Ext.Panel-setWidth"></a>
2756            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
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>
2758            <div class="long">
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">
2760        <strong>Parameters:</strong>
2761        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
2762        <strong>Returns:</strong>
2763        <ul>
2764            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2765        </ul>
2766    </div>
2767                </div>
2768                        </div>
2769        </td>
2770        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
2771    </tr>
2772        <tr class="method-row inherited alt expandable">
2773        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2774        <td class="sig">
2775        <a id="Ext.Panel-show"></a>
2776            <b>show</b>() : Ext.Component            <div class="mdesc">
2777                        <div class="short">Show this component.</div>
2778            <div class="long">
2779                Show this component.    <div class="mdetail-params">
2780        <strong>Parameters:</strong>
2781        <ul><li>None.</li>        </ul>
2782        <strong>Returns:</strong>
2783        <ul>
2784            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2785        </ul>
2786    </div>
2787                </div>
2788                        </div>
2789        </td>
2790        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
2791    </tr>
2792        <tr class="method-row inherited expandable">
2793        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2794        <td class="sig">
2795        <a id="Ext.Panel-suspendEvents"></a>
2796            <b>suspendEvents</b>() : void            <div class="mdesc">
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>
2798            <div class="long">
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">
2800        <strong>Parameters:</strong>
2801        <ul><li>None.</li>        </ul>
2802        <strong>Returns:</strong>
2803        <ul>
2804            <li><code>void</code></li>
2805        </ul>
2806    </div>
2807                </div>
2808                        </div>
2809        </td>
2810        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
2811    </tr>
2812        <tr class="method-row inherited alt expandable">
2813        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2814        <td class="sig">
2815        <a id="Ext.Panel-syncSize"></a>
2816            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
2817                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
2818            <div class="long">
2819                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
2820        <strong>Parameters:</strong>
2821        <ul><li>None.</li>        </ul>
2822        <strong>Returns:</strong>
2823        <ul>
2824            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2825        </ul>
2826    </div>
2827                </div>
2828                        </div>
2829        </td>
2830        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
2831    </tr>
2832        <tr class="method-row expandable">
2833        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2834        <td class="sig">
2835        <a id="Ext.Panel-toggleCollapse"></a>
2836            <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
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>
2838            <div class="long">
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">
2840        <strong>Parameters:</strong>
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>
2843        <strong>Returns:</strong>
2844        <ul>
2845            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
2846        </ul>
2847    </div>
2848                </div>
2849                        </div>
2850        </td>
2851        <td class="msource">Panel</td>
2852    </tr>
2853        <tr class="method-row inherited alt expandable">
2854        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2855        <td class="sig">
2856        <a id="Ext.Panel-un"></a>
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">
2858                        <div class="short">Removes a listener (shorthand for removeListener)</div>
2859            <div class="long">
2860                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
2861        <strong>Parameters:</strong>
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>
2863        <strong>Returns:</strong>
2864        <ul>
2865            <li><code>void</code></li>
2866        </ul>
2867    </div>
2868                </div>
2869                        </div>
2870        </td>
2871        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
2872    </tr>
2873        <tr class="method-row inherited expandable">
2874        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2875        <td class="sig">
2876        <a id="Ext.Panel-updateBox"></a>
2877            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2878                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
2879            <div class="long">
2880                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
2881        <strong>Parameters:</strong>
2882        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
2883        <strong>Returns:</strong>
2884        <ul>
2885            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2886        </ul>
2887    </div>
2888                </div>
2889                        </div>
2890        </td>
2891        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
2892    </tr>
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">
2902        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2903        <td class="sig">
2904        <a id="Ext.Panel-activate"></a>
2905            <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2906                        <div class="short">Fires after the Panel has been visually activated.
2907Note that Panels do not directly support being activated, but some...</div>
2908            <div class="long">
2909                Fires after the Panel has been visually activated.
2910Note that Panels do not directly support being activated, but some Panel subclasses
2911do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
2912activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
2913        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2914        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>
2915    </div>
2916                </div>
2917                        </div>
2918        </td>
2919        <td class="msource">Panel</td>
2920    </tr>
2921        <tr class="event-row inherited alt expandable">
2922        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2923        <td class="sig">
2924        <a id="Ext.Panel-add"></a>
2925            <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
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>
2927            <div class="long">
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">
2929        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2931    </div>
2932                </div>
2933                        </div>
2934        </td>
2935        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>
2936    </tr>
2937        <tr class="event-row inherited expandable">
2938        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2939        <td class="sig">
2940        <a id="Ext.Panel-afterlayout"></a>
2941            <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">
2942                        <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>
2943            <div class="long">
2944                Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">
2945        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2947    </div>
2948                </div>
2949                        </div>
2950        </td>
2951        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>
2952    </tr>
2953        <tr class="event-row inherited alt expandable">
2954        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2955        <td class="sig">
2956        <a id="Ext.Panel-beforeadd"></a>
2957            <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
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.
2959A handler can return false to cancel the add.</div>
2960            <div class="long">
2961                Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2962A handler can return false to cancel the add.    <div class="mdetail-params">
2963        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2965    </div>
2966                </div>
2967                        </div>
2968        </td>
2969        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>
2970    </tr>
2971        <tr class="event-row expandable">
2972        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2973        <td class="sig">
2974        <a id="Ext.Panel-beforeclose"></a>
2975            <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2976                        <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2977Panel subclasses d...</div>
2978            <div class="long">
2979                Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2980Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
2981A handler can return false to cancel the close.    <div class="mdetail-params">
2982        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2983        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>
2984    </div>
2985                </div>
2986                        </div>
2987        </td>
2988        <td class="msource">Panel</td>
2989    </tr>
2990        <tr class="event-row alt expandable">
2991        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2992        <td class="sig">
2993        <a id="Ext.Panel-beforecollapse"></a>
2994            <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
2995                        <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>
2996            <div class="long">
2997                Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">
2998        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3000    </div>
3001                </div>
3002                        </div>
3003        </td>
3004        <td class="msource">Panel</td>
3005    </tr>
3006        <tr class="event-row inherited expandable">
3007        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3008        <td class="sig">
3009        <a id="Ext.Panel-beforedestroy"></a>
3010            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3011                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
3012            <div class="long">
3013                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
3014        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3015        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3016    </div>
3017                </div>
3018                        </div>
3019        </td>
3020        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
3021    </tr>
3022        <tr class="event-row alt expandable">
3023        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3024        <td class="sig">
3025        <a id="Ext.Panel-beforeexpand"></a>
3026            <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
3027                        <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>
3028            <div class="long">
3029                Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">
3030        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3032    </div>
3033                </div>
3034                        </div>
3035        </td>
3036        <td class="msource">Panel</td>
3037    </tr>
3038        <tr class="event-row inherited expandable">
3039        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3040        <td class="sig">
3041        <a id="Ext.Panel-beforehide"></a>
3042            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3043                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
3044            <div class="long">
3045                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
3046        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3047        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3048    </div>
3049                </div>
3050                        </div>
3051        </td>
3052        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
3053    </tr>
3054        <tr class="event-row inherited alt expandable">
3055        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3056        <td class="sig">
3057        <a id="Ext.Panel-beforeremove"></a>
3058            <b>beforeremove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">
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
3060false to cancel the remove.</div>
3061            <div class="long">
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
3063false to cancel the remove.    <div class="mdetail-params">
3064        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3066    </div>
3067                </div>
3068                        </div>
3069        </td>
3070        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeremove" href="output/Ext.Container.html#event-beforeremove">Container</a></td>
3071    </tr>
3072        <tr class="event-row inherited expandable">
3073        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3074        <td class="sig">
3075        <a id="Ext.Panel-beforerender"></a>
3076            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3077                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
3078            <div class="long">
3079                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
3080        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3081        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3082    </div>
3083                </div>
3084                        </div>
3085        </td>
3086        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
3087    </tr>
3088        <tr class="event-row inherited alt expandable">
3089        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3090        <td class="sig">
3091        <a id="Ext.Panel-beforeshow"></a>
3092            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3093                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
3094            <div class="long">
3095                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
3096        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3097        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3098    </div>
3099                </div>
3100                        </div>
3101        </td>
3102        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
3103    </tr>
3104        <tr class="event-row inherited expandable">
3105        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3106        <td class="sig">
3107        <a id="Ext.Panel-beforestaterestore"></a>
3108            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3109                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
3110            <div class="long">
3111                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
3112        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3114    </div>
3115                </div>
3116                        </div>
3117        </td>
3118        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
3119    </tr>
3120        <tr class="event-row inherited alt expandable">
3121        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3122        <td class="sig">
3123        <a id="Ext.Panel-beforestatesave"></a>
3124            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
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>
3126            <div class="long">
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">
3128        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3130    </div>
3131                </div>
3132                        </div>
3133        </td>
3134        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
3135    </tr>
3136        <tr class="event-row expandable">
3137        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3138        <td class="sig">
3139        <a id="Ext.Panel-bodyresize"></a>
3140            <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">
3141                        <div class="short">Fires after the Panel has been resized.</div>
3142            <div class="long">
3143                Fires after the Panel has been resized.    <div class="mdetail-params">
3144        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3146    </div>
3147                </div>
3148                        </div>
3149        </td>
3150        <td class="msource">Panel</td>
3151    </tr>
3152        <tr class="event-row alt expandable">
3153        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3154        <td class="sig">
3155        <a id="Ext.Panel-close"></a>
3156            <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
3157                        <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3158Panel subclasses do...</div>
3159            <div class="long">
3160                Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
3161Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">
3162        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3163        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>
3164    </div>
3165                </div>
3166                        </div>
3167        </td>
3168        <td class="msource">Panel</td>
3169    </tr>
3170        <tr class="event-row expandable">
3171        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3172        <td class="sig">
3173        <a id="Ext.Panel-collapse"></a>
3174            <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
3175                        <div class="short">Fires after the Panel has been collapsed.</div>
3176            <div class="long">
3177                Fires after the Panel has been collapsed.    <div class="mdetail-params">
3178        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3179        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>
3180    </div>
3181                </div>
3182                        </div>
3183        </td>
3184        <td class="msource">Panel</td>
3185    </tr>
3186        <tr class="event-row alt expandable">
3187        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3188        <td class="sig">
3189        <a id="Ext.Panel-deactivate"></a>
3190            <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
3191                        <div class="short">Fires after the Panel has been visually deactivated.
3192Note that Panels do not directly support being deactivated, but ...</div>
3193            <div class="long">
3194                Fires after the Panel has been visually deactivated.
3195Note that Panels do not directly support being deactivated, but some Panel subclasses
3196do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
3197activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
3198        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3199        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>
3200    </div>
3201                </div>
3202                        </div>
3203        </td>
3204        <td class="msource">Panel</td>
3205    </tr>
3206        <tr class="event-row inherited expandable">
3207        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3208        <td class="sig">
3209        <a id="Ext.Panel-destroy"></a>
3210            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3211                        <div class="short">Fires after the component is destroyed.</div>
3212            <div class="long">
3213                Fires after the component is destroyed.    <div class="mdetail-params">
3214        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3215        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3216    </div>
3217                </div>
3218                        </div>
3219        </td>
3220        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
3221    </tr>
3222        <tr class="event-row inherited alt expandable">
3223        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3224        <td class="sig">
3225        <a id="Ext.Panel-disable"></a>
3226            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3227                        <div class="short">Fires after the component is disabled.</div>
3228            <div class="long">
3229                Fires after the component is disabled.    <div class="mdetail-params">
3230        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3231        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3232    </div>
3233                </div>
3234                        </div>
3235        </td>
3236        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
3237    </tr>
3238        <tr class="event-row inherited expandable">
3239        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3240        <td class="sig">
3241        <a id="Ext.Panel-enable"></a>
3242            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3243                        <div class="short">Fires after the component is enabled.</div>
3244            <div class="long">
3245                Fires after the component is enabled.    <div class="mdetail-params">
3246        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3247        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3248    </div>
3249                </div>
3250                        </div>
3251        </td>
3252        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
3253    </tr>
3254        <tr class="event-row alt expandable">
3255        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3256        <td class="sig">
3257        <a id="Ext.Panel-expand"></a>
3258            <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
3259                        <div class="short">Fires after the Panel has been expanded.</div>
3260            <div class="long">
3261                Fires after the Panel has been expanded.    <div class="mdetail-params">
3262        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3263        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>
3264    </div>
3265                </div>
3266                        </div>
3267        </td>
3268        <td class="msource">Panel</td>
3269    </tr>
3270        <tr class="event-row inherited expandable">
3271        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3272        <td class="sig">
3273        <a id="Ext.Panel-hide"></a>
3274            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3275                        <div class="short">Fires after the component is hidden.</div>
3276            <div class="long">
3277                Fires after the component is hidden.    <div class="mdetail-params">
3278        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3279        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3280    </div>
3281                </div>
3282                        </div>
3283        </td>
3284        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
3285    </tr>
3286        <tr class="event-row alt expandable">
3287        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3288        <td class="sig">
3289        <a id="Ext.Panel-iconchange"></a>
3290            <b>iconchange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>, <code>String The</code>&nbsp;)            <div class="mdesc">
3291                        <div class="short">Fires after the Panel icon class has been set or changed.</div>
3292            <div class="long">
3293                Fires after the Panel icon class has been set or changed.    <div class="mdetail-params">
3294        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3296    </div>
3297                </div>
3298                        </div>
3299        </td>
3300        <td class="msource">Panel</td>
3301    </tr>
3302        <tr class="event-row inherited expandable">
3303        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3304        <td class="sig">
3305        <a id="Ext.Panel-move"></a>
3306            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
3307                        <div class="short">Fires after the component is moved.</div>
3308            <div class="long">
3309                Fires after the component is moved.    <div class="mdetail-params">
3310        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3312    </div>
3313                </div>
3314                        </div>
3315        </td>
3316        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
3317    </tr>
3318        <tr class="event-row inherited alt expandable">
3319        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3320        <td class="sig">
3321        <a id="Ext.Panel-remove"></a>
3322            <b>remove</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>&nbsp;)            <div class="mdesc">
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>
3324            <div class="long">
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">
3326        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3328    </div>
3329                </div>
3330                        </div>
3331        </td>
3332        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-remove" href="output/Ext.Container.html#event-remove">Container</a></td>
3333    </tr>
3334        <tr class="event-row inherited expandable">
3335        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3336        <td class="sig">
3337        <a id="Ext.Panel-render"></a>
3338            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3339                        <div class="short">Fires after the component is rendered.</div>
3340            <div class="long">
3341                Fires after the component is rendered.    <div class="mdetail-params">
3342        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3343        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3344    </div>
3345                </div>
3346                        </div>
3347        </td>
3348        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
3349    </tr>
3350        <tr class="event-row inherited alt expandable">
3351        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3352        <td class="sig">
3353        <a id="Ext.Panel-resize"></a>
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">
3355                        <div class="short">Fires after the component is resized.</div>
3356            <div class="long">
3357                Fires after the component is resized.    <div class="mdetail-params">
3358        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3360    </div>
3361                </div>
3362                        </div>
3363        </td>
3364        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
3365    </tr>
3366        <tr class="event-row inherited expandable">
3367        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3368        <td class="sig">
3369        <a id="Ext.Panel-show"></a>
3370            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3371                        <div class="short">Fires after the component is shown.</div>
3372            <div class="long">
3373                Fires after the component is shown.    <div class="mdetail-params">
3374        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3375        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3376    </div>
3377                </div>
3378                        </div>
3379        </td>
3380        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
3381    </tr>
3382        <tr class="event-row inherited alt expandable">
3383        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3384        <td class="sig">
3385        <a id="Ext.Panel-staterestore"></a>
3386            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3387                        <div class="short">Fires after the state of the component is restored.</div>
3388            <div class="long">
3389                Fires after the state of the component is restored.    <div class="mdetail-params">
3390        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3392    </div>
3393                </div>
3394                        </div>
3395        </td>
3396        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
3397    </tr>
3398        <tr class="event-row inherited expandable">
3399        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3400        <td class="sig">
3401        <a id="Ext.Panel-statesave"></a>
3402            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3403                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
3404            <div class="long">
3405                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
3406        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3408    </div>
3409                </div>
3410                        </div>
3411        </td>
3412        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
3413    </tr>
3414        <tr class="event-row alt expandable">
3415        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3416        <td class="sig">
3417        <a id="Ext.Panel-titlechange"></a>
3418            <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">
3419                        <div class="short">Fires after the Panel title has been set or changed.</div>
3420            <div class="long">
3421                Fires after the Panel title has been set or changed.    <div class="mdetail-params">
3422        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
3424    </div>
3425                </div>
3426                        </div>
3427        </td>
3428        <td class="msource">Panel</td>
3429    </tr>
3430            </table>
3431       
3432        </div>
Note: See TracBrowser for help on using the repository browser.