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