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