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