Subversion Repositories eFlore/Applications.cel

Rev

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

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