Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs.old / symbols / Roo.Toolbar.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6         <head>
7                 <meta http-equiv="content-type" content="text/html; charset=undefined" />
8                 <meta name="generator" content="JsDoc Toolkit" />
9                 
10                 
11                 <title>JsDoc Reference - Roo.Toolbar</title>
12                 
13                 
14         <link rel="stylesheet" type="text/css" href="../../css/roojs.css" />            
15         <link rel="stylesheet" type="text/css" href="../default.css" />
16         
17         
18         <script type="text/javascript" src="../page.js">
19         
20         </script>
21          
22                 
23         </head>
24
25         <body onload="RooDocsPage.onload();">
26          
27         
28 <div class="body-wrap">
29
30     <!-- ============================== links to methods. ================================= --> 
31
32     <div class="top-tools">
33     <!--
34         <a class="inner-link" href="#Roo.Toolbar-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.Toolbar-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.Toolbar-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.Toolbar-configs"><img src="resources/s.gif" class="item-icon icon-config">Config Options</a>
38         <a class="bookmark" href="NEED_TO_CREATE_DIRECT_LINK_HREF"><img src="resources/s.gif" class="item-icon icon-fav">Direct Link</a>
39         -->
40     </div>
41
42     
43 <!-- ============================== inheritance Block. ================================= -->    
44         
45 <!-- ============================== class title / details ============================ -->
46     
47     
48     <h1 class="classTitle">
49                                 
50                                 Class Roo.Toolbar
51                         </h1>
52                         
53     <table cellspacing="0" class="class-summary-table">
54         
55                 <tr><td class="label">Package:</td><td class="hd-info">Roo</td></tr>
56         
57         <tr><td class="label">Defined In:</td><td class="hd-info">
58                         
59                                         <a href="./src/Roo_Toolbar.js.html">Roo/Toolbar.js</a>.
60                         
61         </td></tr>
62         <tr><td class="label">Class:</td><td class="hd-info">Toolbar</td></tr>
63         
64         
65         <tr><td class="label">Subclasses:</td><td class="hd-info">
66                 <a href="./Roo.PagingToolbar.html#constructor" roo:cls="Roo.PagingToolbar.html#constructor">Roo.PagingToolbar</a>
67
68         
69         
70         </td></tr>
71         
72         
73         
74     </table>
75
76     
77 <!-- ============================== class summary ========================== -->                        
78     <div class="description">
79         Basic Toolbar class.
80     </div>
81
82         
83 <!-- ============================== Class comment block... ========================== -->                                       
84
85 <div class="comments">
86         <b>Class Comments / Notes</B> =>  
87         <u onclick="parent.CommentDialog.showCommentId = 'Roo.Toolbar';">[Add Your comment/notes about this class]</u>
88         <br/>
89         <iframe frameborder="0"  id="comments-Roo" style="border: none;width:100%;" 
90                 src="/blog.php/GtkDjsComments/Roo.Toolbar.html"></iframe>
91 </div>
92         
93
94                 
95 <!-- ============================== config options ========================== -->                                               
96                  
97     
98     
99                 
100     <div class="hr"></div>
101     <a id="Roo.Toolbar-configs"></a>
102                 
103     
104      
105     
106         
107       <table cellspacing="0" class="member-table">   
108       <caption>Config Options (Usually are also Properties)</caption>
109     
110         
111         <tr>
112             <th class="sig-header" colspan="2">Options</th>
113             
114             <th class="msource-header">Defined By</th>
115         </tr>
116         
117         
118         
119         
120         
121                 <tr class="config-row expandable config-row-alt0 notInherited">
122                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123                     <td class="sig">
124
125                         <a id="Roo.Toolbar-cfg-container" name=".container"></a>
126                         <div class="fixedFont">
127                                 <b  class="itemname">container</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Element
128                                 
129                                 
130                         </div>
131                   
132                         <div class="mdesc">
133                             <div class="short">The id or element that will contain the toolbar</div> 
134                         </div>
135                         
136                         <div class="mdesc">
137                             <div class="long">
138                     The id or element that will contain the toolbar
139                     
140                 </div> 
141                         </div>
142                         
143                         
144
145                     </td>
146                     <td class="msource">
147                         
148                         Roo.Toolbar
149                                 
150                     </td>
151                 </tr>
152         
153         
154                 <tr class="config-row expandable config-row-alt1">
155                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
156                     <td class="sig">
157
158                         <a id="Roo-cfg-items" name=".items"></a>
159                         <div class="fixedFont">
160                                 <b  class="itemname">items</b> : <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
161                                 
162                                 
163                         </div>
164                   
165                         <div class="mdesc">
166                             <div class="short">array of button configs or elements to add (will be converted to a MixedCollection)</div> 
167                         </div>
168                         
169                         <div class="mdesc">
170                             <div class="long">
171                     array of button configs or elements to add (will be converted to a MixedCollection)
172                     
173                 </div> 
174                         </div>
175                         
176                         
177
178                     </td>
179                     <td class="msource">
180                         
181                         <a href="./Roo.html#constructor" roo:cls="Roo.html#constructor">Roo</a>
182                                 
183                     </td>
184                 </tr>
185         
186         
187     </table>
188                 
189   
190   
191   
192   
193   
194   
195   
196   
197   <!-- ============================== public properties ==================== -->        
198   
199   
200   
201     <a id="Roo.Toolbar-props"></a>      
202     
203     
204
205     
206     
207      <table cellspacing="0" class="member-table">
208       <caption class="Empty">Public Properties - Has None</caption>
209      </table>
210     
211     
212      
213     
214   <!-- ============================== methods summary / details ======================== -->
215   
216   
217   <a id="Roo.Toolbar-methods"></a>
218         <!-- constructor?? -->
219         
220         <!-- static's first 
221         
222         
223         -->
224         
225         <!-- then dynamics first -->
226         
227   
228   
229     
230     
231     
232       <table cellspacing="0" class="member-table">
233       <caption>Public Methods</caption>
234         <tr>
235             <th class="sig-header" colspan="2">Method</th>            
236             <th class="msource-header">Defined By</th>
237
238         </tr>
239         
240         
241         
242          
243         
244         
245           
246           <tr class="method-row config-row-alt0 expandable notInherited">
247             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
248            
249            
250             <td class="sig">
251                 <a id="Roo-method-Toolbar"   name=".Toolbar"></a>
252                 <div class="fixedFont">
253                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">Toolbar</b>
254                                 
255                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>container</i></B>) 
256                         
257                                 
258                         
259                 </div>
260                 <div class="mdesc">
261                 
262                  
263                         <div class="short">Create a new Roo.Toolbar</div> 
264                  
265                  
266                     <div class="long">
267                         
268                         
269                         
270                                 Create a new Roo.Toolbar
271                         
272                         
273                                 <dl class="detailList">
274                                 <dt class="heading">Parameters:</dt>
275                                 
276                                         <dt>
277                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>container</b>
278                                                 
279                                         </dt>
280                                         <dd>The config object</dd>
281                                 
282                                 </dl>
283                         
284                         
285                         
286                         
287                         
288                         
289                         
290
291                     
292                     
293                      
294                     </div>                    
295                 </div>
296
297             </td>
298             <td class="msource">
299                 &nbsp;
300             </td>
301         </tr>
302         
303           
304           <tr class="method-row config-row-alt1 expandable notInherited">
305             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
306            
307            
308             <td class="sig">
309                 <a id="Roo.Toolbar-method-add"   name=".add"></a>
310                 <div class="fixedFont">
311                         <span class="attributes"></span><b class="itemname">add</b>
312                                 
313                                  (Mixed <B><i>arg1</i></B>, Mixed <B><i>arg2</i></B>) 
314                         
315                                 
316                         
317                 </div>
318                 <div class="mdesc">
319                 
320                    <div class="short">Adds element(s) to the toolbar -- this function takes a variable number of <br/>arguments of mixed type and adds them to the toolbar.</div> 
321                  
322                  
323                  
324                     <div class="long">
325                         
326                                 Adds element(s) to the toolbar -- this function takes a variable number of <br/>arguments of mixed type and adds them to the toolbar.
327                     
328                                 
329                         
330                         
331                         
332                         
333                                 <dl class="detailList">
334                                 <dt class="heading">Parameters:</dt>
335                                 
336                                         <dt>
337                                                 <span class="fixedFont">Mixed</span>  <b>arg1</b>
338                                                 
339                                         </dt>
340                                         <dd>The following types of arguments are all valid:<br /><br/><ul><br/><li>{<b>link</b> Roo.Toolbar.Button} config: A valid button config object (equivalent to {<b>link</b> <b>addButton</b>})</li><br/><li>HtmlElement: Any standard HTML element (equivalent to {<b>link</b> <b>addElement</b>})</li><br/><li>Field: Any form field (equivalent to {<b>link</b> <b>addField</b>})</li><br/><li>Item: Any subclass of {<b>link</b> Roo.Toolbar.Item} (equivalent to {<b>link</b> <b>addItem</b>})</li><br/><li>String: Any generic string (gets wrapped in a {<b>link</b> Roo.Toolbar.TextItem}, equivalent to {<b>link</b> <b>addText</b>}).<br/>Note that there are a few special strings that are treated differently as explained nRoo.</li><br/><li>'separator' or '-': Creates a separator element (equivalent to {<b>link</b> <b>addSeparator</b>})</li><br/><li>' ': Creates a spacer element (equivalent to {<b>link</b> <b>addSpacer</b>})</li><br/><li>'->': Creates a fill element (equivalent to {<b>link</b> <b>addFill</b>})</li><br/></ul></dd>
341                                 
342                                         <dt>
343                                                 <span class="fixedFont">Mixed</span>  <b>arg2</b>
344                                                 
345                                         </dt>
346                                         <dd></dd>
347                                 
348                                         <dt>
349                                                 <span class="fixedFont">Mixed</span>  <b>etc.</b>
350                                                 
351                                         </dt>
352                                         <dd></dd>
353                                 
354                                 </dl>
355                         
356                         
357                         
358                         
359                         
360                         
361                         
362
363                     
364                     
365                      
366                     </div>                    
367                 </div>
368
369             </td>
370             <td class="msource">
371                 
372                         Roo.Toolbar
373                 &nbsp;
374             </td>
375         </tr>
376         
377           
378           <tr class="method-row config-row-alt0 expandable notInherited">
379             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
380            
381            
382             <td class="sig">
383                 <a id="Roo.Toolbar-method-addButton"   name=".addButton"></a>
384                 <div class="fixedFont">
385                         <span class="attributes"></span><b class="itemname">addButton</b>
386                                 
387                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>/Array <B><i>config</i></B>) 
388                         
389                                 
390                                          : 
391                                         
392                                                 
393                                                 <a href="./Roo.Toolbar.Button.html#constructor" roo:cls="Roo.Toolbar.Button.html#constructor">Roo.Toolbar.Button</a>/Array
394                                         
395                                         
396                                         
397                                 
398                         
399                 </div>
400                 <div class="mdesc">
401                 
402                    <div class="short">Adds a button (or buttons).</div> 
403                  
404                  
405                  
406                     <div class="long">
407                         
408                                 Adds a button (or buttons). See {<b>link</b> Roo.Toolbar.Button} for more info on the config.
409                     
410                                 
411                         
412                         
413                         
414                         
415                                 <dl class="detailList">
416                                 <dt class="heading">Parameters:</dt>
417                                 
418                                         <dt>
419                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>/Array</span>  <b>config</b>
420                                                 
421                                         </dt>
422                                         <dd>A button config or array of configs</dd>
423                                 
424                                 </dl>
425                         
426                         
427                         
428                         
429                         
430                                 <dl class="detailList">
431                                 <dt class="heading">Returns:</dt>
432                                 
433                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Button.html#constructor" roo:cls="Roo.Toolbar.Button.html#constructor">Roo.Toolbar.Button</a>/Array</span>  </dd>
434                                 
435                                 </dl>
436                         
437                         
438                         
439
440                     
441                     
442                      
443                     </div>                    
444                 </div>
445
446             </td>
447             <td class="msource">
448                 
449                         Roo.Toolbar
450                 &nbsp;
451             </td>
452         </tr>
453         
454           
455           <tr class="method-row config-row-alt1 expandable notInherited">
456             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
457            
458            
459             <td class="sig">
460                 <a id="Roo.Toolbar-method-addDom"   name=".addDom"></a>
461                 <div class="fixedFont">
462                         <span class="attributes"></span><b class="itemname">addDom</b>
463                                 
464                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>config</i></B>) 
465                         
466                                 
467                                          : 
468                                         
469                                                 
470                                                 <a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a>
471                                         
472                                         
473                                         
474                                 
475                         
476                 </div>
477                 <div class="mdesc">
478                 
479                    <div class="short">Adds a new element to the toolbar from the passed {<b>link</b> Roo.DomHelper} config.</div> 
480                  
481                  
482                  
483                     <div class="long">
484                         
485                                 Adds a new element to the toolbar from the passed {<b>link</b> Roo.DomHelper} config.
486                     
487                                 
488                         
489                         
490                         
491                         
492                                 <dl class="detailList">
493                                 <dt class="heading">Parameters:</dt>
494                                 
495                                         <dt>
496                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>config</b>
497                                                 
498                                         </dt>
499                                         <dd></dd>
500                                 
501                                 </dl>
502                         
503                         
504                         
505                         
506                         
507                                 <dl class="detailList">
508                                 <dt class="heading">Returns:</dt>
509                                 
510                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  The element's item</dd>
511                                 
512                                 </dl>
513                         
514                         
515                         
516
517                     
518                     
519                      
520                     </div>                    
521                 </div>
522
523             </td>
524             <td class="msource">
525                 
526                         Roo.Toolbar
527                 &nbsp;
528             </td>
529         </tr>
530         
531           
532           <tr class="method-row config-row-alt0 expandable notInherited">
533             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
534            
535            
536             <td class="sig">
537                 <a id="Roo.Toolbar-method-addElement"   name=".addElement"></a>
538                 <div class="fixedFont">
539                         <span class="attributes"></span><b class="itemname">addElement</b>
540                                 
541                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Element <B><i>el</i></B>) 
542                         
543                                 
544                                          : 
545                                         
546                                                 
547                                                 <a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a>
548                                         
549                                         
550                                         
551                                 
552                         
553                 </div>
554                 <div class="mdesc">
555                 
556                    <div class="short">Adds any standard HTML element to the toolbar</div> 
557                  
558                  
559                  
560                     <div class="long">
561                         
562                                 Adds any standard HTML element to the toolbar
563                     
564                                 
565                         
566                         
567                         
568                         
569                                 <dl class="detailList">
570                                 <dt class="heading">Parameters:</dt>
571                                 
572                                         <dt>
573                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Element</span>  <b>el</b>
574                                                 
575                                         </dt>
576                                         <dd>The element or id of the element to add</dd>
577                                 
578                                 </dl>
579                         
580                         
581                         
582                         
583                         
584                                 <dl class="detailList">
585                                 <dt class="heading">Returns:</dt>
586                                 
587                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  The element's item</dd>
588                                 
589                                 </dl>
590                         
591                         
592                         
593
594                     
595                     
596                      
597                     </div>                    
598                 </div>
599
600             </td>
601             <td class="msource">
602                 
603                         Roo.Toolbar
604                 &nbsp;
605             </td>
606         </tr>
607         
608           
609           <tr class="method-row config-row-alt1 expandable notInherited">
610             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
611            
612            
613             <td class="sig">
614                 <a id="Roo.Toolbar-method-addField"   name=".addField"></a>
615                 <div class="fixedFont">
616                         <span class="attributes"></span><b class="itemname">addField</b>
617                                 
618                                  (<a href="./Roo.form.Field.html#constructor" roo:cls="Roo.form.Field.html#constructor">Roo.form.Field</a> <B><i>field</i></B>) 
619                         
620                                 
621                                          : 
622                                         
623                                                 
624                                                 Roo.ToolbarItem
625                                         
626                                         
627                                         
628                                 
629                         
630                 </div>
631                 <div class="mdesc">
632                 
633                    <div class="short">Adds a dynamically rendered Roo.form field (TextField, ComboBox, etc).</div> 
634                  
635                  
636                  
637                     <div class="long">
638                         
639                                 Adds a dynamically rendered Roo.form field (TextField, ComboBox, etc).<br/>Note: the field should not have been rendered yet. For a field that has already been<br/>rendered, use {<b>link</b> <b>addElement</b>}.
640                     
641                                 
642                         
643                         
644                         
645                         
646                                 <dl class="detailList">
647                                 <dt class="heading">Parameters:</dt>
648                                 
649                                         <dt>
650                                                 <span class="fixedFont"><a href="./Roo.form.Field.html#constructor" roo:cls="Roo.form.Field.html#constructor">Roo.form.Field</a></span>  <b>field</b>
651                                                 
652                                         </dt>
653                                         <dd></dd>
654                                 
655                                 </dl>
656                         
657                         
658                         
659                         
660                         
661                                 <dl class="detailList">
662                                 <dt class="heading">Returns:</dt>
663                                 
664                                         <dd><span class="fixedFont">Roo.ToolbarItem</span>  </dd>
665                                 
666                                 </dl>
667                         
668                         
669                         
670
671                     
672                     
673                      
674                     </div>                    
675                 </div>
676
677             </td>
678             <td class="msource">
679                 
680                         Roo.Toolbar
681                 &nbsp;
682             </td>
683         </tr>
684         
685           
686           <tr class="method-row config-row-alt0 expandable notInherited">
687             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
688            
689            
690             <td class="sig">
691                 <a id="Roo.Toolbar-method-addFill"   name=".addFill"></a>
692                 <div class="fixedFont">
693                         <span class="attributes"></span><b class="itemname">addFill</b>
694                                 
695                                  () 
696                         
697                                 
698                                          : 
699                                         
700                                                 
701                                                 <a href="./Roo.Toolbar.Fill.html#constructor" roo:cls="Roo.Toolbar.Fill.html#constructor">Roo.Toolbar.Fill</a>
702                                         
703                                         
704                                         
705                                 
706                         
707                 </div>
708                 <div class="mdesc">
709                 
710                    <div class="short">Adds a fill element that forces subsequent additions to the right side of the toolbar</div> 
711                  
712                  
713                  
714                     <div class="long">
715                         
716                                 Adds a fill element that forces subsequent additions to the right side of the toolbar
717                     
718                                 
719                         
720                         
721                         
722                         
723                         
724                         
725                         
726                         
727                                 <dl class="detailList">
728                                 <dt class="heading">Returns:</dt>
729                                 
730                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Fill.html#constructor" roo:cls="Roo.Toolbar.Fill.html#constructor">Roo.Toolbar.Fill</a></span>  The fill item</dd>
731                                 
732                                 </dl>
733                         
734                         
735                         
736
737                     
738                     
739                      
740                     </div>                    
741                 </div>
742
743             </td>
744             <td class="msource">
745                 
746                         Roo.Toolbar
747                 &nbsp;
748             </td>
749         </tr>
750         
751           
752           <tr class="method-row config-row-alt1 expandable notInherited">
753             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
754            
755            
756             <td class="sig">
757                 <a id="Roo.Toolbar-method-addItem"   name=".addItem"></a>
758                 <div class="fixedFont">
759                         <span class="attributes"></span><b class="itemname">addItem</b>
760                                 
761                                  (<a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a> <B><i>item</i></B>) 
762                         
763                                 
764                                          : 
765                                         
766                                                 
767                                                 <a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a>
768                                         
769                                         
770                                         
771                                 
772                         
773                 </div>
774                 <div class="mdesc">
775                 
776                    <div class="short">Adds any Toolbar.Item or subclass</div> 
777                  
778                  
779                  
780                     <div class="long">
781                         
782                                 Adds any Toolbar.Item or subclass
783                     
784                                 
785                         
786                         
787                         
788                         
789                                 <dl class="detailList">
790                                 <dt class="heading">Parameters:</dt>
791                                 
792                                         <dt>
793                                                 <span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  <b>item</b>
794                                                 
795                                         </dt>
796                                         <dd></dd>
797                                 
798                                 </dl>
799                         
800                         
801                         
802                         
803                         
804                                 <dl class="detailList">
805                                 <dt class="heading">Returns:</dt>
806                                 
807                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  The item</dd>
808                                 
809                                 </dl>
810                         
811                         
812                         
813
814                     
815                     
816                      
817                     </div>                    
818                 </div>
819
820             </td>
821             <td class="msource">
822                 
823                         Roo.Toolbar
824                 &nbsp;
825             </td>
826         </tr>
827         
828           
829           <tr class="method-row config-row-alt0 expandable notInherited">
830             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
831            
832            
833             <td class="sig">
834                 <a id="Roo.Toolbar-method-addSeparator"   name=".addSeparator"></a>
835                 <div class="fixedFont">
836                         <span class="attributes"></span><b class="itemname">addSeparator</b>
837                                 
838                                  () 
839                         
840                                 
841                                          : 
842                                         
843                                                 
844                                                 <a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a>
845                                         
846                                         
847                                         
848                                 
849                         
850                 </div>
851                 <div class="mdesc">
852                 
853                    <div class="short">Adds a separator</div> 
854                  
855                  
856                  
857                     <div class="long">
858                         
859                                 Adds a separator
860                     
861                                 
862                         
863                         
864                         
865                         
866                         
867                         
868                         
869                         
870                                 <dl class="detailList">
871                                 <dt class="heading">Returns:</dt>
872                                 
873                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  The separator item</dd>
874                                 
875                                 </dl>
876                         
877                         
878                         
879
880                     
881                     
882                      
883                     </div>                    
884                 </div>
885
886             </td>
887             <td class="msource">
888                 
889                         Roo.Toolbar
890                 &nbsp;
891             </td>
892         </tr>
893         
894           
895           <tr class="method-row config-row-alt1 expandable notInherited">
896             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
897            
898            
899             <td class="sig">
900                 <a id="Roo.Toolbar-method-addSpacer"   name=".addSpacer"></a>
901                 <div class="fixedFont">
902                         <span class="attributes"></span><b class="itemname">addSpacer</b>
903                                 
904                                  () 
905                         
906                                 
907                                          : 
908                                         
909                                                 
910                                                 <a href="./Roo.Toolbar.Spacer.html#constructor" roo:cls="Roo.Toolbar.Spacer.html#constructor">Roo.Toolbar.Spacer</a>
911                                         
912                                         
913                                         
914                                 
915                         
916                 </div>
917                 <div class="mdesc">
918                 
919                    <div class="short">Adds a spacer element</div> 
920                  
921                  
922                  
923                     <div class="long">
924                         
925                                 Adds a spacer element
926                     
927                                 
928                         
929                         
930                         
931                         
932                         
933                         
934                         
935                         
936                                 <dl class="detailList">
937                                 <dt class="heading">Returns:</dt>
938                                 
939                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Spacer.html#constructor" roo:cls="Roo.Toolbar.Spacer.html#constructor">Roo.Toolbar.Spacer</a></span>  The spacer item</dd>
940                                 
941                                 </dl>
942                         
943                         
944                         
945
946                     
947                     
948                      
949                     </div>                    
950                 </div>
951
952             </td>
953             <td class="msource">
954                 
955                         Roo.Toolbar
956                 &nbsp;
957             </td>
958         </tr>
959         
960           
961           <tr class="method-row config-row-alt0 expandable notInherited">
962             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
963            
964            
965             <td class="sig">
966                 <a id="Roo.Toolbar-method-addText"   name=".addText"></a>
967                 <div class="fixedFont">
968                         <span class="attributes"></span><b class="itemname">addText</b>
969                                 
970                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>text</i></B>) 
971                         
972                                 
973                                          : 
974                                         
975                                                 
976                                                 <a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a>
977                                         
978                                         
979                                         
980                                 
981                         
982                 </div>
983                 <div class="mdesc">
984                 
985                    <div class="short">Adds text to the toolbar</div> 
986                  
987                  
988                  
989                     <div class="long">
990                         
991                                 Adds text to the toolbar
992                     
993                                 
994                         
995                         
996                         
997                         
998                                 <dl class="detailList">
999                                 <dt class="heading">Parameters:</dt>
1000                                 
1001                                         <dt>
1002                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>text</b>
1003                                                 
1004                                         </dt>
1005                                         <dd>The text to add</dd>
1006                                 
1007                                 </dl>
1008                         
1009                         
1010                         
1011                         
1012                         
1013                                 <dl class="detailList">
1014                                 <dt class="heading">Returns:</dt>
1015                                 
1016                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Item.html#constructor" roo:cls="Roo.Toolbar.Item.html#constructor">Roo.Toolbar.Item</a></span>  The element's item</dd>
1017                                 
1018                                 </dl>
1019                         
1020                         
1021                         
1022
1023                     
1024                     
1025                      
1026                     </div>                    
1027                 </div>
1028
1029             </td>
1030             <td class="msource">
1031                 
1032                         Roo.Toolbar
1033                 &nbsp;
1034             </td>
1035         </tr>
1036         
1037           
1038           <tr class="method-row config-row-alt1 expandable notInherited">
1039             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040            
1041            
1042             <td class="sig">
1043                 <a id="Roo.Toolbar-method-addxtype"   name=".addxtype"></a>
1044                 <div class="fixedFont">
1045                         <span class="attributes"></span><b class="itemname">addxtype</b>
1046                                 
1047                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>xtype</i></B>) 
1048                         
1049                                 
1050                                          : 
1051                                         
1052                                                 
1053                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
1054                                         
1055                                         
1056                                         
1057                                 
1058                         
1059                 </div>
1060                 <div class="mdesc">
1061                 
1062                    <div class="short">Add an Xtype element</div> 
1063                  
1064                  
1065                  
1066                     <div class="long">
1067                         
1068                                 Add an Xtype element
1069                     
1070                                 
1071                         
1072                         
1073                         
1074                         
1075                                 <dl class="detailList">
1076                                 <dt class="heading">Parameters:</dt>
1077                                 
1078                                         <dt>
1079                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>xtype</b>
1080                                                 
1081                                         </dt>
1082                                         <dd>Xtype Object</dd>
1083                                 
1084                                 </dl>
1085                         
1086                         
1087                         
1088                         
1089                         
1090                                 <dl class="detailList">
1091                                 <dt class="heading">Returns:</dt>
1092                                 
1093                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  created Object</dd>
1094                                 
1095                                 </dl>
1096                         
1097                         
1098                         
1099
1100                     
1101                     
1102                      
1103                     </div>                    
1104                 </div>
1105
1106             </td>
1107             <td class="msource">
1108                 
1109                         Roo.Toolbar
1110                 &nbsp;
1111             </td>
1112         </tr>
1113         
1114           
1115           <tr class="method-row config-row-alt0 expandable notInherited">
1116             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1117            
1118            
1119             <td class="sig">
1120                 <a id="Roo.Toolbar-method-getEl"   name=".getEl"></a>
1121                 <div class="fixedFont">
1122                         <span class="attributes"></span><b class="itemname">getEl</b>
1123                                 
1124                                  () 
1125                         
1126                                 
1127                                          : 
1128                                         
1129                                                 
1130                                                 <a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>
1131                                         
1132                                         
1133                                         
1134                                 
1135                         
1136                 </div>
1137                 <div class="mdesc">
1138                 
1139                    <div class="short">Returns the Element for this toolbar.</div> 
1140                  
1141                  
1142                  
1143                     <div class="long">
1144                         
1145                                 Returns the Element for this toolbar.
1146                     
1147                                 
1148                         
1149                         
1150                         
1151                         
1152                         
1153                         
1154                         
1155                         
1156                                 <dl class="detailList">
1157                                 <dt class="heading">Returns:</dt>
1158                                 
1159                                         <dd><span class="fixedFont"><a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a></span>  </dd>
1160                                 
1161                                 </dl>
1162                         
1163                         
1164                         
1165
1166                     
1167                     
1168                      
1169                     </div>                    
1170                 </div>
1171
1172             </td>
1173             <td class="msource">
1174                 
1175                         Roo.Toolbar
1176                 &nbsp;
1177             </td>
1178         </tr>
1179         
1180           
1181           <tr class="method-row config-row-alt1 expandable notInherited">
1182             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1183            
1184            
1185             <td class="sig">
1186                 <a id="Roo.Toolbar-method-hide"   name=".hide"></a>
1187                 <div class="fixedFont">
1188                         <span class="attributes"></span><b class="itemname">hide</b>
1189                                 
1190                                  () 
1191                         
1192                                 
1193                         
1194                 </div>
1195                 <div class="mdesc">
1196                 
1197                    <div class="short">Hide the toolbar</div> 
1198                  
1199                  
1200                  
1201                     <div class="long">
1202                         
1203                                 Hide the toolbar
1204                     
1205                                 
1206                         
1207                         
1208                         
1209                         
1210                         
1211                         
1212                         
1213                         
1214                         
1215                         
1216
1217                     
1218                     
1219                      
1220                     </div>                    
1221                 </div>
1222
1223             </td>
1224             <td class="msource">
1225                 
1226                         Roo.Toolbar
1227                 &nbsp;
1228             </td>
1229         </tr>
1230         
1231           
1232           <tr class="method-row config-row-alt0 expandable notInherited">
1233             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1234            
1235            
1236             <td class="sig">
1237                 <a id="Roo.Toolbar-method-insertButton"   name=".insertButton"></a>
1238                 <div class="fixedFont">
1239                         <span class="attributes"></span><b class="itemname">insertButton</b>
1240                                 
1241                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>index</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>/Roo.Toolbar.Item/Roo.Toolbar.Button (may be Array) <B><i>item</i></B>) 
1242                         
1243                                 
1244                                          : 
1245                                         
1246                                                 
1247                                                 <a href="./Roo.Toolbar.Button.html#constructor" roo:cls="Roo.Toolbar.Button.html#constructor">Roo.Toolbar.Button</a>/Item
1248                                         
1249                                         
1250                                         
1251                                 
1252                         
1253                 </div>
1254                 <div class="mdesc">
1255                 
1256                    <div class="short">Inserts any {<b>link</b> Roo.Toolbar.Item}/{<b>link</b> Roo.Toolbar.Button} at the specified index.</div> 
1257                  
1258                  
1259                  
1260                     <div class="long">
1261                         
1262                                 Inserts any {<b>link</b> Roo.Toolbar.Item}/{<b>link</b> Roo.Toolbar.Button} at the specified index.
1263                     
1264                                 
1265                         
1266                         
1267                         
1268                         
1269                                 <dl class="detailList">
1270                                 <dt class="heading">Parameters:</dt>
1271                                 
1272                                         <dt>
1273                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>index</b>
1274                                                 
1275                                         </dt>
1276                                         <dd>The index where the item is to be inserted</dd>
1277                                 
1278                                         <dt>
1279                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>/Roo.Toolbar.Item/Roo.Toolbar.Button (may be Array)</span>  <b>item</b>
1280                                                 
1281                                         </dt>
1282                                         <dd>The button, or button config object to be inserted.</dd>
1283                                 
1284                                 </dl>
1285                         
1286                         
1287                         
1288                         
1289                         
1290                                 <dl class="detailList">
1291                                 <dt class="heading">Returns:</dt>
1292                                 
1293                                         <dd><span class="fixedFont"><a href="./Roo.Toolbar.Button.html#constructor" roo:cls="Roo.Toolbar.Button.html#constructor">Roo.Toolbar.Button</a>/Item</span>  </dd>
1294                                 
1295                                 </dl>
1296                         
1297                         
1298                         
1299
1300                     
1301                     
1302                      
1303                     </div>                    
1304                 </div>
1305
1306             </td>
1307             <td class="msource">
1308                 
1309                         Roo.Toolbar
1310                 &nbsp;
1311             </td>
1312         </tr>
1313         
1314           
1315           <tr class="method-row config-row-alt1 expandable notInherited">
1316             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1317            
1318            
1319             <td class="sig">
1320                 <a id="Roo.Toolbar-method-show"   name=".show"></a>
1321                 <div class="fixedFont">
1322                         <span class="attributes"></span><b class="itemname">show</b>
1323                                 
1324                                  () 
1325                         
1326                                 
1327                         
1328                 </div>
1329                 <div class="mdesc">
1330                 
1331                    <div class="short">Show the toolbar</div> 
1332                  
1333                  
1334                  
1335                     <div class="long">
1336                         
1337                                 Show the toolbar
1338                     
1339                                 
1340                         
1341                         
1342                         
1343                         
1344                         
1345                         
1346                         
1347                         
1348                         
1349                         
1350
1351                     
1352                     
1353                      
1354                     </div>                    
1355                 </div>
1356
1357             </td>
1358             <td class="msource">
1359                 
1360                         Roo.Toolbar
1361                 &nbsp;
1362             </td>
1363         </tr>
1364         
1365                                                        
1366     </table>
1367
1368   
1369   <!-- ============================== events summary / details ======================== -->
1370   
1371   
1372   <a id="Roo.Toolbar-events"></a>
1373     
1374   
1375         
1376    
1377     
1378      <table cellspacing="0" class="member-table">
1379       <caption class="Empty">Events - Has None</caption>
1380      </table>
1381     
1382     
1383   
1384     
1385     
1386   
1387   
1388   
1389  
1390 <!-- ============================== footer ================================= -->
1391                 <div class="fineprint" style="clear:both">
1392                         
1393                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT)
1394                         Based on 
1395                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
1396                 </div>
1397         </body>
1398 </html>