source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.form.CheckboxGroup.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

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