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