Subversion Repositories eFlore/Applications.cel

Rev

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

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