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