Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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