Subversion Repositories eFlore/Applications.cel

Rev

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.Radio-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.form.Radio-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.form.Radio-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.form.Radio-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.Radio"><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.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a>
14
        <img src="resources/elbow-end.gif"/><a ext:cls="Ext.form.Checkbox" ext:member="" href="output/Ext.form.Checkbox.html">Checkbox</a>
15
          <img src="resources/elbow-end.gif"/>Radio</pre></div>
16
                <h1>Class Ext.form.Radio</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/Radio.js" target="_blank">Radio.js</a></td></tr>
20
            <tr><td class="label">Class:</td><td class="hd-info">Radio</td></tr>
21
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.form.Checkbox" ext:member="" href="output/Ext.form.Checkbox.html">Checkbox</a></td></tr>
22
                    </table>
23
        <div class="description">
24
            Single radio field.  Same as Checkbox, but provided as a convenience for automatically setting the input type.
25
Radio grouping is handled automatically by the browser if you give each radio in a group the same name.        </div>
26
 
27
        <div class="hr"></div>
28
                <a id="Ext.form.Radio-configs"></a>
29
        <h2>Config Options</h2>
30
        <table cellspacing="0" class="member-table">
31
            <tr>
32
                <th class="sig-header" colspan="2">Config Options</th>
33
                <th class="msource-header">Defined By</th>
34
            </tr>
35
                <tr class="config-row inherited">
36
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
37
        <td class="sig">
38
        <a id="Ext.form.Radio-allowDomMove"></a>
39
            <b>allowDomMove</b> : Boolean            <div class="mdesc">
40
                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
41
        </td>
42
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
43
    </tr>
44
        <tr class="config-row inherited alt expandable">
45
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
46
        <td class="sig">
47
        <a id="Ext.form.Radio-applyTo"></a>
48
            <b>applyTo</b> : Mixed            <div class="mdesc">
49
                        <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>
50
            <div class="long">
51
                The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>
52
                        </div>
53
        </td>
54
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
55
    </tr>
56
        <tr class="config-row inherited expandable">
57
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
58
        <td class="sig">
59
        <a id="Ext.form.Radio-autoCreate"></a>
60
            <b>autoCreate</b> : String/Object            <div class="mdesc">
61
                        <div class="short">A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", au...</div>
62
            <div class="long">
63
                A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", autocomplete: "off"})            </div>
64
                        </div>
65
        </td>
66
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#autoCreate" href="output/Ext.form.Field.html#autoCreate">Field</a></td>
67
    </tr>
68
        <tr class="config-row inherited alt expandable">
69
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
70
        <td class="sig">
71
        <a id="Ext.form.Radio-autoShow"></a>
72
            <b>autoShow</b> : Boolean            <div class="mdesc">
73
                        <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>
74
            <div class="long">
75
                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>
76
                        </div>
77
        </td>
78
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
79
    </tr>
80
        <tr class="config-row inherited">
81
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
82
        <td class="sig">
83
        <a id="Ext.form.Radio-boxLabel"></a>
84
            <b>boxLabel</b> : String            <div class="mdesc">
85
                            The text that appears beside the checkbox                        </div>
86
        </td>
87
        <td class="msource"><a ext:cls="Ext.form.Checkbox" ext:member="#boxLabel" href="output/Ext.form.Checkbox.html#boxLabel">Checkbox</a></td>
88
    </tr>
89
        <tr class="config-row inherited alt">
90
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
91
        <td class="sig">
92
        <a id="Ext.form.Radio-checked"></a>
93
            <b>checked</b> : Boolean            <div class="mdesc">
94
                            True if the the checkbox should render already checked (defaults to false)                        </div>
95
        </td>
96
        <td class="msource"><a ext:cls="Ext.form.Checkbox" ext:member="#checked" href="output/Ext.form.Checkbox.html#checked">Checkbox</a></td>
97
    </tr>
98
        <tr class="config-row inherited">
99
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
100
        <td class="sig">
101
        <a id="Ext.form.Radio-clearCls"></a>
102
            <b>clearCls</b> : String            <div class="mdesc">
103
                            The CSS class used to provide field clearing (defaults to 'x-form-clear-left')                        </div>
104
        </td>
105
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearCls" href="output/Ext.form.Field.html#clearCls">Field</a></td>
106
    </tr>
107
        <tr class="config-row inherited alt expandable">
108
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
109
        <td class="sig">
110
        <a id="Ext.form.Radio-cls"></a>
111
            <b>cls</b> : String            <div class="mdesc">
112
                        <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>
113
            <div class="long">
114
                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>
115
                        </div>
116
        </td>
117
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
118
    </tr>
119
        <tr class="config-row inherited expandable">
120
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
121
        <td class="sig">
122
        <a id="Ext.form.Radio-ctCls"></a>
123
            <b>ctCls</b> : String            <div class="mdesc">
124
                        <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>
125
            <div class="long">
126
                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>
127
                        </div>
128
        </td>
129
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
130
    </tr>
131
        <tr class="config-row inherited alt">
132
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
133
        <td class="sig">
134
        <a id="Ext.form.Radio-disabled"></a>
135
            <b>disabled</b> : Boolean            <div class="mdesc">
136
                            True to disable the field (defaults to false).                        </div>
137
        </td>
138
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#disabled" href="output/Ext.form.Field.html#disabled">Field</a></td>
139
    </tr>
140
        <tr class="config-row inherited">
141
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
142
        <td class="sig">
143
        <a id="Ext.form.Radio-disabledClass"></a>
144
            <b>disabledClass</b> : String            <div class="mdesc">
145
                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
146
        </td>
147
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
148
    </tr>
149
        <tr class="config-row inherited alt">
150
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
151
        <td class="sig">
152
        <a id="Ext.form.Radio-fieldClass"></a>
153
            <b>fieldClass</b> : String            <div class="mdesc">
154
                            The default CSS class for the field (defaults to "x-form-field")                        </div>
155
        </td>
156
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldClass" href="output/Ext.form.Field.html#fieldClass">Field</a></td>
157
    </tr>
158
        <tr class="config-row inherited">
159
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
160
        <td class="sig">
161
        <a id="Ext.form.Radio-fieldLabel"></a>
162
            <b>fieldLabel</b> : String            <div class="mdesc">
163
                            The label text to display next to this field (defaults to '')                        </div>
164
        </td>
165
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldLabel" href="output/Ext.form.Field.html#fieldLabel">Field</a></td>
166
    </tr>
167
        <tr class="config-row inherited alt">
168
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
169
        <td class="sig">
170
        <a id="Ext.form.Radio-focusClass"></a>
171
            <b>focusClass</b> : String            <div class="mdesc">
172
                            The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>
173
        </td>
174
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#focusClass" href="output/Ext.form.Field.html#focusClass">Field</a></td>
175
    </tr>
176
        <tr class="config-row inherited">
177
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
178
        <td class="sig">
179
        <a id="Ext.form.Radio-height"></a>
180
            <b>height</b> : Number            <div class="mdesc">
181
                            The height of this component in pixels (defaults to auto).                        </div>
182
        </td>
183
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
184
    </tr>
185
        <tr class="config-row inherited alt">
186
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
187
        <td class="sig">
188
        <a id="Ext.form.Radio-hideLabel"></a>
189
            <b>hideLabel</b> : Boolean            <div class="mdesc">
190
                            True to completely hide the label element (defaults to false)                        </div>
191
        </td>
192
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#hideLabel" href="output/Ext.form.Field.html#hideLabel">Field</a></td>
193
    </tr>
194
        <tr class="config-row inherited expandable">
195
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
196
        <td class="sig">
197
        <a id="Ext.form.Radio-hideMode"></a>
198
            <b>hideMode</b> : String            <div class="mdesc">
199
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
200
            <div class="long">
201
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
202
                        </div>
203
        </td>
204
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
205
    </tr>
206
        <tr class="config-row inherited alt expandable">
207
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
208
        <td class="sig">
209
        <a id="Ext.form.Radio-hideParent"></a>
210
            <b>hideParent</b> : Boolean            <div class="mdesc">
211
                        <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>
212
            <div class="long">
213
                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>
214
                        </div>
215
        </td>
216
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
217
    </tr>
218
        <tr class="config-row inherited">
219
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
220
        <td class="sig">
221
        <a id="Ext.form.Radio-id"></a>
222
            <b>id</b> : String            <div class="mdesc">
223
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
224
        </td>
225
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
226
    </tr>
227
        <tr class="config-row inherited alt">
228
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
229
        <td class="sig">
230
        <a id="Ext.form.Radio-inputType"></a>
231
            <b>inputType</b> : String            <div class="mdesc">
232
                            The type attribute for input fields -- e.g. radio, text, password (defaults to "text").                        </div>
233
        </td>
234
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#inputType" href="output/Ext.form.Field.html#inputType">Field</a></td>
235
    </tr>
236
        <tr class="config-row inherited">
237
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
238
        <td class="sig">
239
        <a id="Ext.form.Radio-inputValue"></a>
240
            <b>inputValue</b> : String            <div class="mdesc">
241
                            The value that should go into the generated input element's value attribute                        </div>
242
        </td>
243
        <td class="msource"><a ext:cls="Ext.form.Checkbox" ext:member="#inputValue" href="output/Ext.form.Checkbox.html#inputValue">Checkbox</a></td>
244
    </tr>
245
        <tr class="config-row inherited alt">
246
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
247
        <td class="sig">
248
        <a id="Ext.form.Radio-invalidClass"></a>
249
            <b>invalidClass</b> : String            <div class="mdesc">
250
                            The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>
251
        </td>
252
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidClass" href="output/Ext.form.Field.html#invalidClass">Field</a></td>
253
    </tr>
254
        <tr class="config-row inherited expandable">
255
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
256
        <td class="sig">
257
        <a id="Ext.form.Radio-invalidText"></a>
258
            <b>invalidText</b> : String            <div class="mdesc">
259
                        <div class="short">The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field i...</div>
260
            <div class="long">
261
                The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field is invalid")            </div>
262
                        </div>
263
        </td>
264
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidText" href="output/Ext.form.Field.html#invalidText">Field</a></td>
265
    </tr>
266
        <tr class="config-row inherited alt expandable">
267
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
268
        <td class="sig">
269
        <a id="Ext.form.Radio-itemCls"></a>
270
            <b>itemCls</b> : String            <div class="mdesc">
271
                        <div class="short">An additional CSS class to apply to the wrapper element of this field (defaults to the container's itemCls value if s...</div>
272
            <div class="long">
273
                An additional CSS class to apply to the wrapper element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. Example use: <pre><code><i>// Apply a style to the field's label:</i>
274
&lt;style>
275
    .required .x-form-item-label {font-weight:bold;color:red;}
276
&lt;/style>
277
 
278
<b>new</b> Ext.FormPanel({
279
	height: 100,
280
	renderTo: document.body,
281
	items: [{
282
		xtype: <em>'textfield'</em>,
283
		fieldLabel: <em>'Name'</em>,
284
		itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
285
	},{
286
		xtype: <em>'textfield'</em>,
287
		fieldLabel: <em>'Favorite Color'</em>
288
	}]
289
});</code></pre>            </div>
290
                        </div>
291
        </td>
292
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#itemCls" href="output/Ext.form.Field.html#itemCls">Field</a></td>
293
    </tr>
294
        <tr class="config-row inherited expandable">
295
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
296
        <td class="sig">
297
        <a id="Ext.form.Radio-labelSeparator"></a>
298
            <b>labelSeparator</b> : String            <div class="mdesc">
299
                        <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>
300
            <div class="long">
301
                The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.            </div>
302
                        </div>
303
        </td>
304
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelSeparator" href="output/Ext.form.Field.html#labelSeparator">Field</a></td>
305
    </tr>
306
        <tr class="config-row inherited alt expandable">
307
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
308
        <td class="sig">
309
        <a id="Ext.form.Radio-labelStyle"></a>
310
            <b>labelStyle</b> : String            <div class="mdesc">
311
                        <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>
312
            <div class="long">
313
                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, <code>labelStyle: 'font-weight:bold;'</code>.            </div>
314
                        </div>
315
        </td>
316
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelStyle" href="output/Ext.form.Field.html#labelStyle">Field</a></td>
317
    </tr>
318
        <tr class="config-row inherited expandable">
319
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
320
        <td class="sig">
321
        <a id="Ext.form.Radio-listeners"></a>
322
            <b>listeners</b> : Object            <div class="mdesc">
323
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
324
            <div class="long">
325
                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>
326
                        </div>
327
        </td>
328
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
329
    </tr>
330
        <tr class="config-row inherited alt">
331
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
332
        <td class="sig">
333
        <a id="Ext.form.Radio-msgFx"></a>
334
            <b>msgFx</b> : String            <div class="mdesc">
335
                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>
336
        </td>
337
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</a></td>
338
    </tr>
339
        <tr class="config-row inherited expandable">
340
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
341
        <td class="sig">
342
        <a id="Ext.form.Radio-msgTarget"></a>
343
            <b>msgTarget</b> : String            <div class="mdesc">
344
                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>
345
            <div class="long">
346
                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description
347
-----------   ----------------------------------------------------------------------
348
qtip          Display a quick tip when the user hovers over the field
349
title         Display a default browser title attribute popup
350
under         Add a block div beneath the field containing the error text
351
side          Add an error icon to the right of the field with a popup on hover
352
[element id]  Add the error text directly to the innerHTML of the specified element</pre>            </div>
353
                        </div>
354
        </td>
355
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</a></td>
356
    </tr>
357
        <tr class="config-row inherited alt">
358
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
359
        <td class="sig">
360
        <a id="Ext.form.Radio-name"></a>
361
            <b>name</b> : String            <div class="mdesc">
362
                            The field's HTML name attribute.                        </div>
363
        </td>
364
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>
365
    </tr>
366
        <tr class="config-row inherited">
367
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
368
        <td class="sig">
369
        <a id="Ext.form.Radio-pageX"></a>
370
            <b>pageX</b> : Number            <div class="mdesc">
371
                            The page level x coordinate for this component if contained within a positioning container.                        </div>
372
        </td>
373
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
374
    </tr>
375
        <tr class="config-row inherited alt">
376
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
377
        <td class="sig">
378
        <a id="Ext.form.Radio-pageY"></a>
379
            <b>pageY</b> : Number            <div class="mdesc">
380
                            The page level y coordinate for this component if contained within a positioning container.                        </div>
381
        </td>
382
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
383
    </tr>
384
        <tr class="config-row inherited expandable">
385
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
386
        <td class="sig">
387
        <a id="Ext.form.Radio-plugins"></a>
388
            <b>plugins</b> : Object/Array            <div class="mdesc">
389
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
390
            <div class="long">
391
                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>
392
                        </div>
393
        </td>
394
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
395
    </tr>
396
        <tr class="config-row inherited alt expandable">
397
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
398
        <td class="sig">
399
        <a id="Ext.form.Radio-readOnly"></a>
400
            <b>readOnly</b> : Boolean            <div class="mdesc">
401
                        <div class="short">True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM att...</div>
402
            <div class="long">
403
                True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.            </div>
404
                        </div>
405
        </td>
406
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#readOnly" href="output/Ext.form.Field.html#readOnly">Field</a></td>
407
    </tr>
408
        <tr class="config-row inherited expandable">
409
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
410
        <td class="sig">
411
        <a id="Ext.form.Radio-renderTo"></a>
412
            <b>renderTo</b> : Mixed            <div class="mdesc">
413
                        <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>
414
            <div class="long">
415
                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>
416
                        </div>
417
        </td>
418
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
419
    </tr>
420
        <tr class="config-row inherited alt expandable">
421
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
422
        <td class="sig">
423
        <a id="Ext.form.Radio-stateEvents"></a>
424
            <b>stateEvents</b> : Array            <div class="mdesc">
425
                        <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>
426
            <div class="long">
427
                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>
428
                        </div>
429
        </td>
430
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
431
    </tr>
432
        <tr class="config-row inherited expandable">
433
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
434
        <td class="sig">
435
        <a id="Ext.form.Radio-stateId"></a>
436
            <b>stateId</b> : String            <div class="mdesc">
437
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
438
            <div class="long">
439
                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>
440
                        </div>
441
        </td>
442
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
443
    </tr>
444
        <tr class="config-row inherited alt expandable">
445
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
446
        <td class="sig">
447
        <a id="Ext.form.Radio-stateful"></a>
448
            <b>stateful</b> : Boolean            <div class="mdesc">
449
                        <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>
450
            <div class="long">
451
                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>
452
                        </div>
453
        </td>
454
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
455
    </tr>
456
        <tr class="config-row inherited expandable">
457
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
458
        <td class="sig">
459
        <a id="Ext.form.Radio-style"></a>
460
            <b>style</b> : String            <div class="mdesc">
461
                        <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>
462
            <div class="long">
463
                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>
464
                        </div>
465
        </td>
466
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
467
    </tr>
468
        <tr class="config-row inherited alt expandable">
469
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
470
        <td class="sig">
471
        <a id="Ext.form.Radio-tabIndex"></a>
472
            <b>tabIndex</b> : Number            <div class="mdesc">
473
                        <div class="short">The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyT...</div>
474
            <div class="long">
475
                The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).            </div>
476
                        </div>
477
        </td>
478
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#tabIndex" href="output/Ext.form.Field.html#tabIndex">Field</a></td>
479
    </tr>
480
        <tr class="config-row inherited">
481
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
482
        <td class="sig">
483
        <a id="Ext.form.Radio-validateOnBlur"></a>
484
            <b>validateOnBlur</b> : Boolean            <div class="mdesc">
485
                            Whether the field should validate when it loses focus (defaults to true).                        </div>
486
        </td>
487
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validateOnBlur" href="output/Ext.form.Field.html#validateOnBlur">Field</a></td>
488
    </tr>
489
        <tr class="config-row inherited alt">
490
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
491
        <td class="sig">
492
        <a id="Ext.form.Radio-validationDelay"></a>
493
            <b>validationDelay</b> : Number            <div class="mdesc">
494
                            The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)                        </div>
495
        </td>
496
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationDelay" href="output/Ext.form.Field.html#validationDelay">Field</a></td>
497
    </tr>
498
        <tr class="config-row inherited">
499
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
500
        <td class="sig">
501
        <a id="Ext.form.Radio-validationEvent"></a>
502
            <b>validationEvent</b> : String/Boolean            <div class="mdesc">
503
                            The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").                        </div>
504
        </td>
505
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationEvent" href="output/Ext.form.Field.html#validationEvent">Field</a></td>
506
    </tr>
507
        <tr class="config-row inherited alt">
508
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
509
        <td class="sig">
510
        <a id="Ext.form.Radio-value"></a>
511
            <b>value</b> : Mixed            <div class="mdesc">
512
                            A value to initialize this field with.                        </div>
513
        </td>
514
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#value" href="output/Ext.form.Field.html#value">Field</a></td>
515
    </tr>
516
        <tr class="config-row inherited">
517
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
518
        <td class="sig">
519
        <a id="Ext.form.Radio-width"></a>
520
            <b>width</b> : Number            <div class="mdesc">
521
                            The width of this component in pixels (defaults to auto).                        </div>
522
        </td>
523
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
524
    </tr>
525
        <tr class="config-row inherited alt">
526
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
527
        <td class="sig">
528
        <a id="Ext.form.Radio-x"></a>
529
            <b>x</b> : Number            <div class="mdesc">
530
                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
531
        </td>
532
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
533
    </tr>
534
        <tr class="config-row inherited expandable">
535
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
536
        <td class="sig">
537
        <a id="Ext.form.Radio-xtype"></a>
538
            <b>xtype</b> : String            <div class="mdesc">
539
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
540
            <div class="long">
541
                The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>
542
                        </div>
543
        </td>
544
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
545
    </tr>
546
        <tr class="config-row inherited alt">
547
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
548
        <td class="sig">
549
        <a id="Ext.form.Radio-y"></a>
550
            <b>y</b> : Number            <div class="mdesc">
551
                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
552
        </td>
553
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
554
    </tr>
555
            </table>
556
                <a id="Ext.form.Radio-props"></a>
557
        <h2>Public Properties</h2>
558
                <table cellspacing="0" class="member-table">
559
            <tr>
560
                <th class="sig-header" colspan="2">Property</th>
561
                <th class="msource-header">Defined By</th>
562
            </tr>
563
                <tr class="property-row inherited">
564
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
565
        <td class="sig">
566
        <a id="Ext.form.Radio-disabled"></a>
567
            <b>disabled</b> : Boolean            <div class="mdesc">
568
                            True if this component is disabled. Read-only.                        </div>
569
        </td>
570
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
571
    </tr>
572
        <tr class="property-row inherited alt">
573
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
574
        <td class="sig">
575
        <a id="Ext.form.Radio-hidden"></a>
576
            <b>hidden</b> : Boolean            <div class="mdesc">
577
 
578
True if this component is hidden. Read-only.                        </div>
579
        </td>
580
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
581
    </tr>
582
        <tr class="property-row inherited">
583
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
584
        <td class="sig">
585
        <a id="Ext.form.Radio-initialConfig"></a>
586
            <b>initialConfig</b> : Object            <div class="mdesc">
587
                            This Component's initial configuration specification. Read-only.                        </div>
588
        </td>
589
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
590
    </tr>
591
        <tr class="property-row inherited alt expandable">
592
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
593
        <td class="sig">
594
        <a id="Ext.form.Radio-ownerCt"></a>
595
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
596
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
597
the component is added to a...</div>
598
            <div class="long">
599
                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
600
the component is added to a container).  Read-only.            </div>
601
                        </div>
602
        </td>
603
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
604
    </tr>
605
        <tr class="property-row inherited">
606
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
607
        <td class="sig">
608
        <a id="Ext.form.Radio-rendered"></a>
609
            <b>rendered</b> : Boolean            <div class="mdesc">
610
                            True if this component has been rendered. Read-only.                        </div>
611
        </td>
612
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
613
    </tr>
614
            </table>
615
                <a id="Ext.form.Radio-methods"></a>
616
        <h2>Public Methods</h2>
617
                <table cellspacing="0" class="member-table">
618
            <tr>
619
                <th class="sig-header" colspan="2">Method</th>
620
                <th class="msource-header">Defined By</th>
621
            </tr>
622
                <tr class="method-row expandable">
623
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
624
        <td class="sig">
625
        <a id="Ext.form.Radio-Radio"></a>
626
            <b>Radio</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
627
                        <div class="short">Creates a new Radio</div>
628
            <div class="long">
629
                Creates a new Radio    <div class="mdetail-params">
630
        <strong>Parameters:</strong>
631
        <ul><li><code>config</code> : Object<div class="sub-desc">Configuration options</div></li>        </ul>
632
        <strong>Returns:</strong>
633
        <ul>
634
            <li><code></code></li>
635
        </ul>
636
    </div>
637
                </div>
638
                        </div>
639
        </td>
640
        <td class="msource">Radio</td>
641
    </tr>
642
        <tr class="method-row inherited alt expandable">
643
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
644
        <td class="sig">
645
        <a id="Ext.form.Radio-addClass"></a>
646
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
647
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
648
            <div class="long">
649
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
650
        <strong>Parameters:</strong>
651
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
652
        <strong>Returns:</strong>
653
        <ul>
654
            <li><code>void</code></li>
655
        </ul>
656
    </div>
657
                </div>
658
                        </div>
659
        </td>
660
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
661
    </tr>
662
        <tr class="method-row inherited expandable">
663
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
664
        <td class="sig">
665
        <a id="Ext.form.Radio-addEvents"></a>
666
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
667
                        <div class="short">Used to define events on this Observable</div>
668
            <div class="long">
669
                Used to define events on this Observable    <div class="mdetail-params">
670
        <strong>Parameters:</strong>
671
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
672
        <strong>Returns:</strong>
673
        <ul>
674
            <li><code>void</code></li>
675
        </ul>
676
    </div>
677
                </div>
678
                        </div>
679
        </td>
680
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
681
    </tr>
682
        <tr class="method-row inherited alt expandable">
683
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
684
        <td class="sig">
685
        <a id="Ext.form.Radio-addListener"></a>
686
            <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">
687
                        <div class="short">Appends an event handler to this component</div>
688
            <div class="long">
689
                Appends an event handler to this component    <div class="mdetail-params">
690
        <strong>Parameters:</strong>
691
        <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
692
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
693
properties. This may contain any of the following properties:<ul>
694
<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>
695
<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>
696
<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>
697
<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
698
by the specified number of milliseconds. If the event fires again within that time, the original
699
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
700
</ul><br>
701
<p>
702
<b>Combining Options</b><br>
703
Using the options argument, it is possible to combine different types of listeners:<br>
704
<br>
705
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
706
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
707
    single: true,
708
    delay: 100,
709
    forumId: 4
710
});</code></pre>
711
<p>
712
<b>Attaching multiple handlers in 1 call</b><br>
713
The method also allows for a single argument to be passed which is a config object containing properties
714
which specify multiple handlers.
715
<p>
716
<pre><code>foo.on({
717
    <em>'click'</em> : {
718
        fn: <b>this</b>.onClick,
719
        scope: <b>this</b>,
720
        delay: 100
721
    },
722
    <em>'mouseover'</em> : {
723
        fn: <b>this</b>.onMouseOver,
724
        scope: <b>this</b>
725
    },
726
    <em>'mouseout'</em> : {
727
        fn: <b>this</b>.onMouseOut,
728
        scope: <b>this</b>
729
    }
730
});</code></pre>
731
<p>
732
Or a shorthand syntax:<br>
733
<pre><code>foo.on({
734
    <em>'click'</em> : <b>this</b>.onClick,
735
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
736
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
737
     scope: <b>this</b>
738
});</code></pre></div></li>        </ul>
739
        <strong>Returns:</strong>
740
        <ul>
741
            <li><code>void</code></li>
742
        </ul>
743
    </div>
744
                </div>
745
                        </div>
746
        </td>
747
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
748
    </tr>
749
        <tr class="method-row inherited expandable">
750
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
751
        <td class="sig">
752
        <a id="Ext.form.Radio-applyToMarkup"></a>
753
            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
754
                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
755
            <div class="long">
756
                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
757
        <strong>Parameters:</strong>
758
        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
759
        <strong>Returns:</strong>
760
        <ul>
761
            <li><code>void</code></li>
762
        </ul>
763
    </div>
764
                </div>
765
                        </div>
766
        </td>
767
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
768
    </tr>
769
        <tr class="method-row inherited alt expandable">
770
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
771
        <td class="sig">
772
        <a id="Ext.form.Radio-cloneConfig"></a>
773
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
774
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
775
            <div class="long">
776
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
777
        <strong>Parameters:</strong>
778
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
779
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
780
        <strong>Returns:</strong>
781
        <ul>
782
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
783
        </ul>
784
    </div>
785
                </div>
786
                        </div>
787
        </td>
788
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
789
    </tr>
790
        <tr class="method-row inherited expandable">
791
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
792
        <td class="sig">
793
        <a id="Ext.form.Radio-destroy"></a>
794
            <b>destroy</b>() : void            <div class="mdesc">
795
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
796
removing the c...</div>
797
            <div class="long">
798
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
799
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
800
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
801
should usually not need to be called directly.    <div class="mdetail-params">
802
        <strong>Parameters:</strong>
803
        <ul><li>None.</li>        </ul>
804
        <strong>Returns:</strong>
805
        <ul>
806
            <li><code>void</code></li>
807
        </ul>
808
    </div>
809
                </div>
810
                        </div>
811
        </td>
812
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
813
    </tr>
814
        <tr class="method-row inherited alt expandable">
815
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
816
        <td class="sig">
817
        <a id="Ext.form.Radio-disable"></a>
818
            <b>disable</b>() : Ext.Component            <div class="mdesc">
819
                        <div class="short">Disable this component.</div>
820
            <div class="long">
821
                Disable this component.    <div class="mdetail-params">
822
        <strong>Parameters:</strong>
823
        <ul><li>None.</li>        </ul>
824
        <strong>Returns:</strong>
825
        <ul>
826
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
827
        </ul>
828
    </div>
829
                </div>
830
                        </div>
831
        </td>
832
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
833
    </tr>
834
        <tr class="method-row inherited expandable">
835
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
836
        <td class="sig">
837
        <a id="Ext.form.Radio-enable"></a>
838
            <b>enable</b>() : Ext.Component            <div class="mdesc">
839
                        <div class="short">Enable this component.</div>
840
            <div class="long">
841
                Enable this component.    <div class="mdetail-params">
842
        <strong>Parameters:</strong>
843
        <ul><li>None.</li>        </ul>
844
        <strong>Returns:</strong>
845
        <ul>
846
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
847
        </ul>
848
    </div>
849
                </div>
850
                        </div>
851
        </td>
852
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
853
    </tr>
854
        <tr class="method-row inherited alt expandable">
855
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
856
        <td class="sig">
857
        <a id="Ext.form.Radio-findParentBy"></a>
858
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
859
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
860
true, the con...</div>
861
            <div class="long">
862
                Find a container above this component at any level by a custom function. If the passed function returns
863
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
864
        <strong>Parameters:</strong>
865
        <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>
866
        <strong>Returns:</strong>
867
        <ul>
868
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
869
        </ul>
870
    </div>
871
                </div>
872
                        </div>
873
        </td>
874
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
875
    </tr>
876
        <tr class="method-row inherited expandable">
877
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
878
        <td class="sig">
879
        <a id="Ext.form.Radio-findParentByType"></a>
880
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
881
                        <div class="short">Find a container above this component at any level by xtype or class</div>
882
            <div class="long">
883
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
884
        <strong>Parameters:</strong>
885
        <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>
886
        <strong>Returns:</strong>
887
        <ul>
888
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
889
        </ul>
890
    </div>
891
                </div>
892
                        </div>
893
        </td>
894
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
895
    </tr>
896
        <tr class="method-row inherited alt expandable">
897
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
898
        <td class="sig">
899
        <a id="Ext.form.Radio-fireEvent"></a>
900
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
901
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
902
            <div class="long">
903
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
904
        <strong>Parameters:</strong>
905
        <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>
906
        <strong>Returns:</strong>
907
        <ul>
908
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
909
        </ul>
910
    </div>
911
                </div>
912
                        </div>
913
        </td>
914
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
915
    </tr>
916
        <tr class="method-row inherited expandable">
917
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918
        <td class="sig">
919
        <a id="Ext.form.Radio-focus"></a>
920
            <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">
921
                        <div class="short">Try to focus this component.</div>
922
            <div class="long">
923
                Try to focus this component.    <div class="mdetail-params">
924
        <strong>Parameters:</strong>
925
        <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>
926
        <strong>Returns:</strong>
927
        <ul>
928
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
929
        </ul>
930
    </div>
931
                </div>
932
                        </div>
933
        </td>
934
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
935
    </tr>
936
        <tr class="method-row inherited alt expandable">
937
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
938
        <td class="sig">
939
        <a id="Ext.form.Radio-getBox"></a>
940
            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
941
                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
942
            <div class="long">
943
                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
944
        <strong>Parameters:</strong>
945
        <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>
946
        <strong>Returns:</strong>
947
        <ul>
948
            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
949
        </ul>
950
    </div>
951
                </div>
952
                        </div>
953
        </td>
954
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
955
    </tr>
956
        <tr class="method-row inherited expandable">
957
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
958
        <td class="sig">
959
        <a id="Ext.form.Radio-getEl"></a>
960
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
961
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
962
            <div class="long">
963
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
964
        <strong>Parameters:</strong>
965
        <ul><li>None.</li>        </ul>
966
        <strong>Returns:</strong>
967
        <ul>
968
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
969
        </ul>
970
    </div>
971
                </div>
972
                        </div>
973
        </td>
974
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
975
    </tr>
976
        <tr class="method-row alt expandable">
977
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
978
        <td class="sig">
979
        <a id="Ext.form.Radio-getGroupValue"></a>
980
            <b>getGroupValue</b>() : String            <div class="mdesc">
981
                        <div class="short">If this radio is part of a group, it will return the selected value</div>
982
            <div class="long">
983
                If this radio is part of a group, it will return the selected value    <div class="mdetail-params">
984
        <strong>Parameters:</strong>
985
        <ul><li>None.</li>        </ul>
986
        <strong>Returns:</strong>
987
        <ul>
988
            <li><code>String</code></li>
989
        </ul>
990
    </div>
991
                </div>
992
                        </div>
993
        </td>
994
        <td class="msource">Radio</td>
995
    </tr>
996
        <tr class="method-row inherited expandable">
997
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
998
        <td class="sig">
999
        <a id="Ext.form.Radio-getId"></a>
1000
            <b>getId</b>() : String            <div class="mdesc">
1001
                        <div class="short">Returns the id of this component.</div>
1002
            <div class="long">
1003
                Returns the id of this component.    <div class="mdetail-params">
1004
        <strong>Parameters:</strong>
1005
        <ul><li>None.</li>        </ul>
1006
        <strong>Returns:</strong>
1007
        <ul>
1008
            <li><code>String</code></li>
1009
        </ul>
1010
    </div>
1011
                </div>
1012
                        </div>
1013
        </td>
1014
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1015
    </tr>
1016
        <tr class="method-row inherited alt expandable">
1017
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1018
        <td class="sig">
1019
        <a id="Ext.form.Radio-getItemId"></a>
1020
            <b>getItemId</b>() : String            <div class="mdesc">
1021
                        <div class="short">Returns the item id of this component.</div>
1022
            <div class="long">
1023
                Returns the item id of this component.    <div class="mdetail-params">
1024
        <strong>Parameters:</strong>
1025
        <ul><li>None.</li>        </ul>
1026
        <strong>Returns:</strong>
1027
        <ul>
1028
            <li><code>String</code></li>
1029
        </ul>
1030
    </div>
1031
                </div>
1032
                        </div>
1033
        </td>
1034
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1035
    </tr>
1036
        <tr class="method-row inherited expandable">
1037
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1038
        <td class="sig">
1039
        <a id="Ext.form.Radio-getName"></a>
1040
            <b>getName</b>() : String            <div class="mdesc">
1041
                        <div class="short">Returns the name attribute of the field if available</div>
1042
            <div class="long">
1043
                Returns the name attribute of the field if available    <div class="mdetail-params">
1044
        <strong>Parameters:</strong>
1045
        <ul><li>None.</li>        </ul>
1046
        <strong>Returns:</strong>
1047
        <ul>
1048
            <li><code>String</code><div class="sub-desc">name The field name</div></li>
1049
        </ul>
1050
    </div>
1051
                </div>
1052
                        </div>
1053
        </td>
1054
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getName" href="output/Ext.form.Field.html#getName">Field</a></td>
1055
    </tr>
1056
        <tr class="method-row inherited alt expandable">
1057
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1058
        <td class="sig">
1059
        <a id="Ext.form.Radio-getPosition"></a>
1060
            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1061
                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1062
            <div class="long">
1063
                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1064
        <strong>Parameters:</strong>
1065
        <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>
1066
        <strong>Returns:</strong>
1067
        <ul>
1068
            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1069
        </ul>
1070
    </div>
1071
                </div>
1072
                        </div>
1073
        </td>
1074
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1075
    </tr>
1076
        <tr class="method-row inherited expandable">
1077
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1078
        <td class="sig">
1079
        <a id="Ext.form.Radio-getRawValue"></a>
1080
            <b>getRawValue</b>() : Mixed            <div class="mdesc">
1081
                        <div class="short">Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.</div>
1082
            <div class="long">
1083
                Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.    <div class="mdetail-params">
1084
        <strong>Parameters:</strong>
1085
        <ul><li>None.</li>        </ul>
1086
        <strong>Returns:</strong>
1087
        <ul>
1088
            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1089
        </ul>
1090
    </div>
1091
                </div>
1092
                        </div>
1093
        </td>
1094
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getRawValue" href="output/Ext.form.Field.html#getRawValue">Field</a></td>
1095
    </tr>
1096
        <tr class="method-row inherited alt expandable">
1097
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1098
        <td class="sig">
1099
        <a id="Ext.form.Radio-getSize"></a>
1100
            <b>getSize</b>() : Object            <div class="mdesc">
1101
                        <div class="short">Gets the current size of the component's underlying element.</div>
1102
            <div class="long">
1103
                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1104
        <strong>Parameters:</strong>
1105
        <ul><li>None.</li>        </ul>
1106
        <strong>Returns:</strong>
1107
        <ul>
1108
            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1109
        </ul>
1110
    </div>
1111
                </div>
1112
                        </div>
1113
        </td>
1114
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1115
    </tr>
1116
        <tr class="method-row inherited expandable">
1117
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1118
        <td class="sig">
1119
        <a id="Ext.form.Radio-getValue"></a>
1120
            <b>getValue</b>() : Mixed            <div class="mdesc">
1121
                        <div class="short">Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see getRa...</div>
1122
            <div class="long">
1123
                Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see <a ext:cls="Ext.form.Field" ext:member="getRawValue" href="output/Ext.form.Field.html#getRawValue">getRawValue</a>.    <div class="mdetail-params">
1124
        <strong>Parameters:</strong>
1125
        <ul><li>None.</li>        </ul>
1126
        <strong>Returns:</strong>
1127
        <ul>
1128
            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1129
        </ul>
1130
    </div>
1131
                </div>
1132
                        </div>
1133
        </td>
1134
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getValue" href="output/Ext.form.Field.html#getValue">Field</a></td>
1135
    </tr>
1136
        <tr class="method-row inherited alt expandable">
1137
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1138
        <td class="sig">
1139
        <a id="Ext.form.Radio-getXType"></a>
1140
            <b>getXType</b>() : String            <div class="mdesc">
1141
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1142
available xtypes, see the Ex...</div>
1143
            <div class="long">
1144
                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
1145
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1146
<pre><code>var t = <b>new</b> Ext.form.TextField();
1147
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1148
        <strong>Parameters:</strong>
1149
        <ul><li>None.</li>        </ul>
1150
        <strong>Returns:</strong>
1151
        <ul>
1152
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1153
        </ul>
1154
    </div>
1155
                </div>
1156
                        </div>
1157
        </td>
1158
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1159
    </tr>
1160
        <tr class="method-row inherited expandable">
1161
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1162
        <td class="sig">
1163
        <a id="Ext.form.Radio-getXTypes"></a>
1164
            <b>getXTypes</b>() : String            <div class="mdesc">
1165
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1166
available xtypes, see the Ext...</div>
1167
            <div class="long">
1168
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1169
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1170
<pre><code>
1171
var t = new Ext.form.TextField();
1172
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1173
        <strong>Parameters:</strong>
1174
        <ul><li>None.</li>        </ul>
1175
        <strong>Returns:</strong>
1176
        <ul>
1177
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1178
        </ul>
1179
    </div>
1180
                </div>
1181
                        </div>
1182
        </td>
1183
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1184
    </tr>
1185
        <tr class="method-row inherited alt expandable">
1186
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1187
        <td class="sig">
1188
        <a id="Ext.form.Radio-hasListener"></a>
1189
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1190
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1191
            <div class="long">
1192
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1193
        <strong>Parameters:</strong>
1194
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1195
        <strong>Returns:</strong>
1196
        <ul>
1197
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1198
        </ul>
1199
    </div>
1200
                </div>
1201
                        </div>
1202
        </td>
1203
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1204
    </tr>
1205
        <tr class="method-row inherited expandable">
1206
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1207
        <td class="sig">
1208
        <a id="Ext.form.Radio-hide"></a>
1209
            <b>hide</b>() : Ext.Component            <div class="mdesc">
1210
                        <div class="short">Hide this component.</div>
1211
            <div class="long">
1212
                Hide this component.    <div class="mdetail-params">
1213
        <strong>Parameters:</strong>
1214
        <ul><li>None.</li>        </ul>
1215
        <strong>Returns:</strong>
1216
        <ul>
1217
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1218
        </ul>
1219
    </div>
1220
                </div>
1221
                        </div>
1222
        </td>
1223
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1224
    </tr>
1225
        <tr class="method-row inherited alt expandable">
1226
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1227
        <td class="sig">
1228
        <a id="Ext.form.Radio-initComponent"></a>
1229
            <b>initComponent</b>() : void            <div class="mdesc">
1230
                        <div class="short">// private internal config</div>
1231
            <div class="long">
1232
                // private internal config    <div class="mdetail-params">
1233
        <strong>Parameters:</strong>
1234
        <ul><li>None.</li>        </ul>
1235
        <strong>Returns:</strong>
1236
        <ul>
1237
            <li><code>void</code></li>
1238
        </ul>
1239
    </div>
1240
                </div>
1241
                        </div>
1242
        </td>
1243
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#initComponent" href="output/Ext.BoxComponent.html#initComponent">BoxComponent</a></td>
1244
    </tr>
1245
        <tr class="method-row inherited expandable">
1246
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1247
        <td class="sig">
1248
        <a id="Ext.form.Radio-isDirty"></a>
1249
            <b>isDirty</b>() : void            <div class="mdesc">
1250
                        <div class="short">Returns true if this field has been changed since it was originally loaded and is not disabled.</div>
1251
            <div class="long">
1252
                Returns true if this field has been changed since it was originally loaded and is not disabled.    <div class="mdetail-params">
1253
        <strong>Parameters:</strong>
1254
        <ul><li>None.</li>        </ul>
1255
        <strong>Returns:</strong>
1256
        <ul>
1257
            <li><code>void</code></li>
1258
        </ul>
1259
    </div>
1260
                </div>
1261
                        </div>
1262
        </td>
1263
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isDirty" href="output/Ext.form.Field.html#isDirty">Field</a></td>
1264
    </tr>
1265
        <tr class="method-row inherited alt expandable">
1266
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1267
        <td class="sig">
1268
        <a id="Ext.form.Radio-isValid"></a>
1269
            <b>isValid</b>(&nbsp;<code>Boolean preventMark</code>&nbsp;) : Boolean            <div class="mdesc">
1270
                        <div class="short">Returns whether or not the field value is currently valid</div>
1271
            <div class="long">
1272
                Returns whether or not the field value is currently valid    <div class="mdetail-params">
1273
        <strong>Parameters:</strong>
1274
        <ul><li><code>preventMark</code> : Boolean<div class="sub-desc">True to disable marking the field invalid</div></li>        </ul>
1275
        <strong>Returns:</strong>
1276
        <ul>
1277
            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
1278
        </ul>
1279
    </div>
1280
                </div>
1281
                        </div>
1282
        </td>
1283
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isValid" href="output/Ext.form.Field.html#isValid">Field</a></td>
1284
    </tr>
1285
        <tr class="method-row inherited expandable">
1286
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1287
        <td class="sig">
1288
        <a id="Ext.form.Radio-isVisible"></a>
1289
            <b>isVisible</b>() : void            <div class="mdesc">
1290
                        <div class="short">Returns true if this component is visible.</div>
1291
            <div class="long">
1292
                Returns true if this component is visible.    <div class="mdetail-params">
1293
        <strong>Parameters:</strong>
1294
        <ul><li>None.</li>        </ul>
1295
        <strong>Returns:</strong>
1296
        <ul>
1297
            <li><code>void</code></li>
1298
        </ul>
1299
    </div>
1300
                </div>
1301
                        </div>
1302
        </td>
1303
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1304
    </tr>
1305
        <tr class="method-row inherited alt expandable">
1306
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1307
        <td class="sig">
1308
        <a id="Ext.form.Radio-isXType"></a>
1309
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1310
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1311
from th...</div>
1312
            <div class="long">
1313
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1314
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
1315
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1316
<pre><code>var t = <b>new</b> Ext.form.TextField();
1317
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1318
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1319
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1320
        <strong>Parameters:</strong>
1321
        <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
1322
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
1323
        <strong>Returns:</strong>
1324
        <ul>
1325
            <li><code>void</code></li>
1326
        </ul>
1327
    </div>
1328
                </div>
1329
                        </div>
1330
        </td>
1331
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1332
    </tr>
1333
        <tr class="method-row inherited expandable">
1334
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1335
        <td class="sig">
1336
        <a id="Ext.form.Radio-on"></a>
1337
            <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">
1338
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1339
            <div class="long">
1340
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1341
        <strong>Parameters:</strong>
1342
        <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
1343
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1344
        <strong>Returns:</strong>
1345
        <ul>
1346
            <li><code>void</code></li>
1347
        </ul>
1348
    </div>
1349
                </div>
1350
                        </div>
1351
        </td>
1352
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1353
    </tr>
1354
        <tr class="method-row inherited alt expandable">
1355
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1356
        <td class="sig">
1357
        <a id="Ext.form.Radio-purgeListeners"></a>
1358
            <b>purgeListeners</b>() : void            <div class="mdesc">
1359
                        <div class="short">Removes all listeners for this object</div>
1360
            <div class="long">
1361
                Removes all listeners for this object    <div class="mdetail-params">
1362
        <strong>Parameters:</strong>
1363
        <ul><li>None.</li>        </ul>
1364
        <strong>Returns:</strong>
1365
        <ul>
1366
            <li><code>void</code></li>
1367
        </ul>
1368
    </div>
1369
                </div>
1370
                        </div>
1371
        </td>
1372
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1373
    </tr>
1374
        <tr class="method-row inherited expandable">
1375
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1376
        <td class="sig">
1377
        <a id="Ext.form.Radio-removeClass"></a>
1378
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1379
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1380
            <div class="long">
1381
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1382
        <strong>Parameters:</strong>
1383
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1384
        <strong>Returns:</strong>
1385
        <ul>
1386
            <li><code>void</code></li>
1387
        </ul>
1388
    </div>
1389
                </div>
1390
                        </div>
1391
        </td>
1392
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1393
    </tr>
1394
        <tr class="method-row inherited alt expandable">
1395
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1396
        <td class="sig">
1397
        <a id="Ext.form.Radio-removeListener"></a>
1398
            <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">
1399
                        <div class="short">Removes a listener</div>
1400
            <div class="long">
1401
                Removes a listener    <div class="mdetail-params">
1402
        <strong>Parameters:</strong>
1403
        <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>
1404
        <strong>Returns:</strong>
1405
        <ul>
1406
            <li><code>void</code></li>
1407
        </ul>
1408
    </div>
1409
                </div>
1410
                        </div>
1411
        </td>
1412
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1413
    </tr>
1414
        <tr class="method-row inherited expandable">
1415
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1416
        <td class="sig">
1417
        <a id="Ext.form.Radio-render"></a>
1418
            <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">
1419
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1420
            <div class="long">
1421
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1422
        <strong>Parameters:</strong>
1423
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1424
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>
1425
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1426
        <strong>Returns:</strong>
1427
        <ul>
1428
            <li><code>void</code></li>
1429
        </ul>
1430
    </div>
1431
                </div>
1432
                        </div>
1433
        </td>
1434
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1435
    </tr>
1436
        <tr class="method-row inherited alt expandable">
1437
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1438
        <td class="sig">
1439
        <a id="Ext.form.Radio-reset"></a>
1440
            <b>reset</b>() : void            <div class="mdesc">
1441
                        <div class="short">Resets the current field value to the originally loaded value and clears any validation messages</div>
1442
            <div class="long">
1443
                Resets the current field value to the originally loaded value and clears any validation messages    <div class="mdetail-params">
1444
        <strong>Parameters:</strong>
1445
        <ul><li>None.</li>        </ul>
1446
        <strong>Returns:</strong>
1447
        <ul>
1448
            <li><code>void</code></li>
1449
        </ul>
1450
    </div>
1451
                </div>
1452
                        </div>
1453
        </td>
1454
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#reset" href="output/Ext.form.Field.html#reset">Field</a></td>
1455
    </tr>
1456
        <tr class="method-row inherited expandable">
1457
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1458
        <td class="sig">
1459
        <a id="Ext.form.Radio-resumeEvents"></a>
1460
            <b>resumeEvents</b>() : void            <div class="mdesc">
1461
                        <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>
1462
            <div class="long">
1463
                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">
1464
        <strong>Parameters:</strong>
1465
        <ul><li>None.</li>        </ul>
1466
        <strong>Returns:</strong>
1467
        <ul>
1468
            <li><code>void</code></li>
1469
        </ul>
1470
    </div>
1471
                </div>
1472
                        </div>
1473
        </td>
1474
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1475
    </tr>
1476
        <tr class="method-row inherited alt expandable">
1477
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1478
        <td class="sig">
1479
        <a id="Ext.form.Radio-setDisabled"></a>
1480
            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1481
                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1482
            <div class="long">
1483
                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1484
        <strong>Parameters:</strong>
1485
        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1486
        <strong>Returns:</strong>
1487
        <ul>
1488
            <li><code>void</code></li>
1489
        </ul>
1490
    </div>
1491
                </div>
1492
                        </div>
1493
        </td>
1494
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1495
    </tr>
1496
        <tr class="method-row inherited expandable">
1497
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1498
        <td class="sig">
1499
        <a id="Ext.form.Radio-setHeight"></a>
1500
            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1501
                        <div class="short">Sets the height of the component.  This method fires the resize event.</div>
1502
            <div class="long">
1503
                Sets the height of the component.  This method fires the resize event.    <div class="mdetail-params">
1504
        <strong>Parameters:</strong>
1505
        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1506
        <strong>Returns:</strong>
1507
        <ul>
1508
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1509
        </ul>
1510
    </div>
1511
                </div>
1512
                        </div>
1513
        </td>
1514
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1515
    </tr>
1516
        <tr class="method-row inherited alt expandable">
1517
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1518
        <td class="sig">
1519
        <a id="Ext.form.Radio-setPagePosition"></a>
1520
            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1521
                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1522
This method fires the ...</div>
1523
            <div class="long">
1524
                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>.
1525
This method fires the move event.    <div class="mdetail-params">
1526
        <strong>Parameters:</strong>
1527
        <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>
1528
        <strong>Returns:</strong>
1529
        <ul>
1530
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1531
        </ul>
1532
    </div>
1533
                </div>
1534
                        </div>
1535
        </td>
1536
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
1537
    </tr>
1538
        <tr class="method-row inherited expandable">
1539
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1540
        <td class="sig">
1541
        <a id="Ext.form.Radio-setPosition"></a>
1542
            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1543
                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1544
This method fires ...</div>
1545
            <div class="long">
1546
                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>.
1547
This method fires the move event.    <div class="mdetail-params">
1548
        <strong>Parameters:</strong>
1549
        <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>
1550
        <strong>Returns:</strong>
1551
        <ul>
1552
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1553
        </ul>
1554
    </div>
1555
                </div>
1556
                        </div>
1557
        </td>
1558
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
1559
    </tr>
1560
        <tr class="method-row inherited alt expandable">
1561
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1562
        <td class="sig">
1563
        <a id="Ext.form.Radio-setRawValue"></a>
1564
            <b>setRawValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">
1565
                        <div class="short">Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.</div>
1566
            <div class="long">
1567
                Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.    <div class="mdetail-params">
1568
        <strong>Parameters:</strong>
1569
        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
1570
        <strong>Returns:</strong>
1571
        <ul>
1572
            <li><code>void</code></li>
1573
        </ul>
1574
    </div>
1575
                </div>
1576
                        </div>
1577
        </td>
1578
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setRawValue" href="output/Ext.form.Field.html#setRawValue">Field</a></td>
1579
    </tr>
1580
        <tr class="method-row inherited expandable">
1581
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1582
        <td class="sig">
1583
        <a id="Ext.form.Radio-setSize"></a>
1584
            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1585
                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1586
either width...</div>
1587
            <div class="long">
1588
                Sets the width and height of the component.  This method fires the resize event.  This method can accept
1589
either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
1590
        <strong>Parameters:</strong>
1591
        <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>
1592
        <strong>Returns:</strong>
1593
        <ul>
1594
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1595
        </ul>
1596
    </div>
1597
                </div>
1598
                        </div>
1599
        </td>
1600
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
1601
    </tr>
1602
        <tr class="method-row alt expandable">
1603
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1604
        <td class="sig">
1605
        <a id="Ext.form.Radio-setValue"></a>
1606
            <b>setValue</b>(&nbsp;<code>value {String/Boolean}</code>&nbsp;) : void            <div class="mdesc">
1607
                        <div class="short">Sets either the checked/unchecked status of this Radio, or, if a string value
1608
is passed, checks a sibling Radio of th...</div>
1609
            <div class="long">
1610
                Sets either the checked/unchecked status of this Radio, or, if a string value
1611
is passed, checks a sibling Radio of the same name whose value is the value specified.    <div class="mdetail-params">
1612
        <strong>Parameters:</strong>
1613
        <ul><li><code>{String/Boolean}</code> : value<div class="sub-desc">Checked value, or the value of the sibling radio button to check.</div></li>        </ul>
1614
        <strong>Returns:</strong>
1615
        <ul>
1616
            <li><code>void</code></li>
1617
        </ul>
1618
    </div>
1619
                </div>
1620
                        </div>
1621
        </td>
1622
        <td class="msource">Radio</td>
1623
    </tr>
1624
        <tr class="method-row inherited expandable">
1625
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1626
        <td class="sig">
1627
        <a id="Ext.form.Radio-setVisible"></a>
1628
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1629
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1630
            <div class="long">
1631
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1632
        <strong>Parameters:</strong>
1633
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1634
        <strong>Returns:</strong>
1635
        <ul>
1636
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1637
        </ul>
1638
    </div>
1639
                </div>
1640
                        </div>
1641
        </td>
1642
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1643
    </tr>
1644
        <tr class="method-row inherited alt expandable">
1645
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1646
        <td class="sig">
1647
        <a id="Ext.form.Radio-setWidth"></a>
1648
            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1649
                        <div class="short">Sets the width of the component.  This method fires the resize event.</div>
1650
            <div class="long">
1651
                Sets the width of the component.  This method fires the resize event.    <div class="mdetail-params">
1652
        <strong>Parameters:</strong>
1653
        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
1654
        <strong>Returns:</strong>
1655
        <ul>
1656
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1657
        </ul>
1658
    </div>
1659
                </div>
1660
                        </div>
1661
        </td>
1662
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
1663
    </tr>
1664
        <tr class="method-row inherited expandable">
1665
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1666
        <td class="sig">
1667
        <a id="Ext.form.Radio-show"></a>
1668
            <b>show</b>() : Ext.Component            <div class="mdesc">
1669
                        <div class="short">Show this component.</div>
1670
            <div class="long">
1671
                Show this component.    <div class="mdetail-params">
1672
        <strong>Parameters:</strong>
1673
        <ul><li>None.</li>        </ul>
1674
        <strong>Returns:</strong>
1675
        <ul>
1676
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1677
        </ul>
1678
    </div>
1679
                </div>
1680
                        </div>
1681
        </td>
1682
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1683
    </tr>
1684
        <tr class="method-row inherited alt expandable">
1685
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1686
        <td class="sig">
1687
        <a id="Ext.form.Radio-suspendEvents"></a>
1688
            <b>suspendEvents</b>() : void            <div class="mdesc">
1689
                        <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>
1690
            <div class="long">
1691
                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">
1692
        <strong>Parameters:</strong>
1693
        <ul><li>None.</li>        </ul>
1694
        <strong>Returns:</strong>
1695
        <ul>
1696
            <li><code>void</code></li>
1697
        </ul>
1698
    </div>
1699
                </div>
1700
                        </div>
1701
        </td>
1702
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1703
    </tr>
1704
        <tr class="method-row inherited expandable">
1705
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1706
        <td class="sig">
1707
        <a id="Ext.form.Radio-syncSize"></a>
1708
            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
1709
                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
1710
            <div class="long">
1711
                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
1712
        <strong>Parameters:</strong>
1713
        <ul><li>None.</li>        </ul>
1714
        <strong>Returns:</strong>
1715
        <ul>
1716
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1717
        </ul>
1718
    </div>
1719
                </div>
1720
                        </div>
1721
        </td>
1722
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
1723
    </tr>
1724
        <tr class="method-row inherited alt expandable">
1725
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1726
        <td class="sig">
1727
        <a id="Ext.form.Radio-un"></a>
1728
            <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">
1729
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1730
            <div class="long">
1731
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1732
        <strong>Parameters:</strong>
1733
        <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>
1734
        <strong>Returns:</strong>
1735
        <ul>
1736
            <li><code>void</code></li>
1737
        </ul>
1738
    </div>
1739
                </div>
1740
                        </div>
1741
        </td>
1742
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1743
    </tr>
1744
        <tr class="method-row inherited expandable">
1745
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1746
        <td class="sig">
1747
        <a id="Ext.form.Radio-updateBox"></a>
1748
            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1749
                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
1750
            <div class="long">
1751
                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1752
        <strong>Parameters:</strong>
1753
        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
1754
        <strong>Returns:</strong>
1755
        <ul>
1756
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1757
        </ul>
1758
    </div>
1759
                </div>
1760
                        </div>
1761
        </td>
1762
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
1763
    </tr>
1764
        <tr class="method-row inherited alt expandable">
1765
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1766
        <td class="sig">
1767
        <a id="Ext.form.Radio-validate"></a>
1768
            <b>validate</b>() : Boolean            <div class="mdesc">
1769
                        <div class="short">Validates the field value</div>
1770
            <div class="long">
1771
                Validates the field value    <div class="mdetail-params">
1772
        <strong>Parameters:</strong>
1773
        <ul><li>None.</li>        </ul>
1774
        <strong>Returns:</strong>
1775
        <ul>
1776
            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
1777
        </ul>
1778
    </div>
1779
                </div>
1780
                        </div>
1781
        </td>
1782
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validate" href="output/Ext.form.Field.html#validate">Field</a></td>
1783
    </tr>
1784
            </table>
1785
                <a id="Ext.form.Radio-events"></a>
1786
        <h2>Public Events</h2>
1787
                <table cellspacing="0" class="member-table">
1788
            <tr>
1789
                <th class="sig-header" colspan="2">Event</th>
1790
                <th class="msource-header">Defined By</th>
1791
            </tr>
1792
                <tr class="event-row inherited expandable">
1793
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1794
        <td class="sig">
1795
        <a id="Ext.form.Radio-beforedestroy"></a>
1796
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1797
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1798
            <div class="long">
1799
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1800
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1801
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1802
    </div>
1803
                </div>
1804
                        </div>
1805
        </td>
1806
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1807
    </tr>
1808
        <tr class="event-row inherited alt expandable">
1809
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1810
        <td class="sig">
1811
        <a id="Ext.form.Radio-beforehide"></a>
1812
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1813
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1814
            <div class="long">
1815
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1816
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1817
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1818
    </div>
1819
                </div>
1820
                        </div>
1821
        </td>
1822
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1823
    </tr>
1824
        <tr class="event-row inherited expandable">
1825
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1826
        <td class="sig">
1827
        <a id="Ext.form.Radio-beforerender"></a>
1828
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1829
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1830
            <div class="long">
1831
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1832
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1833
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1834
    </div>
1835
                </div>
1836
                        </div>
1837
        </td>
1838
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1839
    </tr>
1840
        <tr class="event-row inherited alt expandable">
1841
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1842
        <td class="sig">
1843
        <a id="Ext.form.Radio-beforeshow"></a>
1844
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1845
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1846
            <div class="long">
1847
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1848
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1849
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1850
    </div>
1851
                </div>
1852
                        </div>
1853
        </td>
1854
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1855
    </tr>
1856
        <tr class="event-row inherited expandable">
1857
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1858
        <td class="sig">
1859
        <a id="Ext.form.Radio-beforestaterestore"></a>
1860
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1861
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1862
            <div class="long">
1863
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1864
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1865
        <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>
1866
    </div>
1867
                </div>
1868
                        </div>
1869
        </td>
1870
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1871
    </tr>
1872
        <tr class="event-row inherited alt expandable">
1873
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1874
        <td class="sig">
1875
        <a id="Ext.form.Radio-beforestatesave"></a>
1876
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1877
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1878
            <div class="long">
1879
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1880
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1881
        <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>
1882
    </div>
1883
                </div>
1884
                        </div>
1885
        </td>
1886
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1887
    </tr>
1888
        <tr class="event-row inherited expandable">
1889
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1890
        <td class="sig">
1891
        <a id="Ext.form.Radio-blur"></a>
1892
            <b>blur</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
1893
                        <div class="short">Fires when this field loses input focus.</div>
1894
            <div class="long">
1895
                Fires when this field loses input focus.    <div class="mdetail-params">
1896
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1897
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
1898
    </div>
1899
                </div>
1900
                        </div>
1901
        </td>
1902
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-blur" href="output/Ext.form.Field.html#event-blur">Field</a></td>
1903
    </tr>
1904
        <tr class="event-row inherited alt expandable">
1905
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1906
        <td class="sig">
1907
        <a id="Ext.form.Radio-change"></a>
1908
            <b>change</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Mixed newValue</code>, <code>Mixed oldValue</code>&nbsp;)            <div class="mdesc">
1909
                        <div class="short">Fires just before the field blurs if the field value has changed.</div>
1910
            <div class="long">
1911
                Fires just before the field blurs if the field value has changed.    <div class="mdetail-params">
1912
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1913
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>newValue</code> : Mixed<div class="sub-desc">The new value</div></li><li><code>oldValue</code> : Mixed<div class="sub-desc">The original value</div></li>        </ul>
1914
    </div>
1915
                </div>
1916
                        </div>
1917
        </td>
1918
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-change" href="output/Ext.form.Field.html#event-change">Field</a></td>
1919
    </tr>
1920
        <tr class="event-row inherited expandable">
1921
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1922
        <td class="sig">
1923
        <a id="Ext.form.Radio-check"></a>
1924
            <b>check</b> : (&nbsp;<code>Ext.form.Checkbox this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">
1925
                        <div class="short">Fires when the checkbox is checked or unchecked.</div>
1926
            <div class="long">
1927
                Fires when the checkbox is checked or unchecked.    <div class="mdetail-params">
1928
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1929
        <ul><li><code>this</code> : Ext.form.Checkbox<div class="sub-desc">This checkbox</div></li><li><code>checked</code> : Boolean<div class="sub-desc">The new checked value</div></li>        </ul>
1930
    </div>
1931
                </div>
1932
                        </div>
1933
        </td>
1934
        <td class="msource"><a ext:cls="Ext.form.Checkbox" ext:member="#event-check" href="output/Ext.form.Checkbox.html#event-check">Checkbox</a></td>
1935
    </tr>
1936
        <tr class="event-row inherited alt expandable">
1937
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1938
        <td class="sig">
1939
        <a id="Ext.form.Radio-destroy"></a>
1940
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1941
                        <div class="short">Fires after the component is destroyed.</div>
1942
            <div class="long">
1943
                Fires after the component is destroyed.    <div class="mdetail-params">
1944
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1945
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1946
    </div>
1947
                </div>
1948
                        </div>
1949
        </td>
1950
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1951
    </tr>
1952
        <tr class="event-row inherited expandable">
1953
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1954
        <td class="sig">
1955
        <a id="Ext.form.Radio-disable"></a>
1956
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1957
                        <div class="short">Fires after the component is disabled.</div>
1958
            <div class="long">
1959
                Fires after the component is disabled.    <div class="mdetail-params">
1960
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1961
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1962
    </div>
1963
                </div>
1964
                        </div>
1965
        </td>
1966
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1967
    </tr>
1968
        <tr class="event-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.Radio-enable"></a>
1972
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1973
                        <div class="short">Fires after the component is enabled.</div>
1974
            <div class="long">
1975
                Fires after the component is enabled.    <div class="mdetail-params">
1976
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1977
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1978
    </div>
1979
                </div>
1980
                        </div>
1981
        </td>
1982
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1983
    </tr>
1984
        <tr class="event-row inherited expandable">
1985
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1986
        <td class="sig">
1987
        <a id="Ext.form.Radio-focus"></a>
1988
            <b>focus</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
1989
                        <div class="short">Fires when this field receives input focus.</div>
1990
            <div class="long">
1991
                Fires when this field receives input focus.    <div class="mdetail-params">
1992
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1993
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
1994
    </div>
1995
                </div>
1996
                        </div>
1997
        </td>
1998
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-focus" href="output/Ext.form.Field.html#event-focus">Field</a></td>
1999
    </tr>
2000
        <tr class="event-row inherited alt expandable">
2001
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2002
        <td class="sig">
2003
        <a id="Ext.form.Radio-hide"></a>
2004
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2005
                        <div class="short">Fires after the component is hidden.</div>
2006
            <div class="long">
2007
                Fires after the component is hidden.    <div class="mdetail-params">
2008
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2009
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2010
    </div>
2011
                </div>
2012
                        </div>
2013
        </td>
2014
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
2015
    </tr>
2016
        <tr class="event-row inherited expandable">
2017
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2018
        <td class="sig">
2019
        <a id="Ext.form.Radio-invalid"></a>
2020
            <b>invalid</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>String msg</code>&nbsp;)            <div class="mdesc">
2021
                        <div class="short">Fires after the field has been marked as invalid.</div>
2022
            <div class="long">
2023
                Fires after the field has been marked as invalid.    <div class="mdetail-params">
2024
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2025
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>msg</code> : String<div class="sub-desc">The validation message</div></li>        </ul>
2026
    </div>
2027
                </div>
2028
                        </div>
2029
        </td>
2030
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-invalid" href="output/Ext.form.Field.html#event-invalid">Field</a></td>
2031
    </tr>
2032
        <tr class="event-row inherited alt expandable">
2033
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2034
        <td class="sig">
2035
        <a id="Ext.form.Radio-move"></a>
2036
            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
2037
                        <div class="short">Fires after the component is moved.</div>
2038
            <div class="long">
2039
                Fires after the component is moved.    <div class="mdetail-params">
2040
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2041
        <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>
2042
    </div>
2043
                </div>
2044
                        </div>
2045
        </td>
2046
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
2047
    </tr>
2048
        <tr class="event-row inherited expandable">
2049
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2050
        <td class="sig">
2051
        <a id="Ext.form.Radio-render"></a>
2052
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2053
                        <div class="short">Fires after the component is rendered.</div>
2054
            <div class="long">
2055
                Fires after the component is rendered.    <div class="mdetail-params">
2056
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2057
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2058
    </div>
2059
                </div>
2060
                        </div>
2061
        </td>
2062
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
2063
    </tr>
2064
        <tr class="event-row inherited alt expandable">
2065
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2066
        <td class="sig">
2067
        <a id="Ext.form.Radio-resize"></a>
2068
            <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">
2069
                        <div class="short">Fires after the component is resized.</div>
2070
            <div class="long">
2071
                Fires after the component is resized.    <div class="mdetail-params">
2072
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2073
        <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>
2074
    </div>
2075
                </div>
2076
                        </div>
2077
        </td>
2078
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
2079
    </tr>
2080
        <tr class="event-row inherited expandable">
2081
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2082
        <td class="sig">
2083
        <a id="Ext.form.Radio-show"></a>
2084
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2085
                        <div class="short">Fires after the component is shown.</div>
2086
            <div class="long">
2087
                Fires after the component is shown.    <div class="mdetail-params">
2088
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2089
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2090
    </div>
2091
                </div>
2092
                        </div>
2093
        </td>
2094
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
2095
    </tr>
2096
        <tr class="event-row inherited alt expandable">
2097
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2098
        <td class="sig">
2099
        <a id="Ext.form.Radio-specialkey"></a>
2100
            <b>specialkey</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2101
                        <div class="short">Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2102
Ext.EventObject.g...</div>
2103
            <div class="long">
2104
                Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2105
<a ext:cls="Ext.EventObject" ext:member="getKey" href="output/Ext.EventObject.html#getKey">Ext.EventObject.getKey</a> to determine which key was pressed.    <div class="mdetail-params">
2106
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2107
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
2108
    </div>
2109
                </div>
2110
                        </div>
2111
        </td>
2112
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-specialkey" href="output/Ext.form.Field.html#event-specialkey">Field</a></td>
2113
    </tr>
2114
        <tr class="event-row inherited expandable">
2115
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2116
        <td class="sig">
2117
        <a id="Ext.form.Radio-staterestore"></a>
2118
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2119
                        <div class="short">Fires after the state of the component is restored.</div>
2120
            <div class="long">
2121
                Fires after the state of the component is restored.    <div class="mdetail-params">
2122
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2123
        <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>
2124
    </div>
2125
                </div>
2126
                        </div>
2127
        </td>
2128
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
2129
    </tr>
2130
        <tr class="event-row inherited alt expandable">
2131
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2132
        <td class="sig">
2133
        <a id="Ext.form.Radio-statesave"></a>
2134
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2135
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
2136
            <div class="long">
2137
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
2138
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2139
        <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>
2140
    </div>
2141
                </div>
2142
                        </div>
2143
        </td>
2144
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
2145
    </tr>
2146
        <tr class="event-row inherited expandable">
2147
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2148
        <td class="sig">
2149
        <a id="Ext.form.Radio-valid"></a>
2150
            <b>valid</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
2151
                        <div class="short">Fires after the field has been validated with no errors.</div>
2152
            <div class="long">
2153
                Fires after the field has been validated with no errors.    <div class="mdetail-params">
2154
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2155
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
2156
    </div>
2157
                </div>
2158
                        </div>
2159
        </td>
2160
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-valid" href="output/Ext.form.Field.html#event-valid">Field</a></td>
2161
    </tr>
2162
            </table>
2163
 
2164
        </div>