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