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