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