2a65eb7f41e09879d9d8fc1bdd283dbdb1a801a2
[roojs1] / docs / symbols / Roo.XComponent.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.XComponent</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.XComponent-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.XComponent-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.XComponent-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.XComponent-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                 <div class="inheritance res-block">
46                    <pre class="res-block-inner"><a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
47 <img src="../../images/default/s.gif" height="1"  width="20"/><img class="elbow" src="../../images/default/tree/elbow-end.gif"/>Roo.XComponent 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.XComponent
58                         </h1>
59                         
60     <table cellspacing="0" class="class-summary-table">
61         
62                 <tr><td class="label">Package:</td><td class="hd-info">Roo</td></tr>
63         
64         <tr><td class="label">Defined In:</td><td class="hd-info">
65                         
66                                         <a href="./src/Roo_XComponent.js.html">Roo/XComponent.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">XComponent</td></tr>
70         
71         
72         
73         
74                 <tr><td class="label">Extends:</td><td class="hd-info">
75                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
76         
77                 </td></tr>    
78         
79         
80     </table>
81
82     
83 <!-- ============================== class summary ========================== -->                        
84     <div class="description">
85         A delayed Element creator...<br/>Or a way to group chunks of interface together.<br/><br/>Mypart.xyx = new Roo.XComponent({<br/><br/>    parent : 'Mypart.xyz', // empty == document.element.!!<br/>    order : '001',<br/>    name : 'xxxx'<br/>    region : 'xxxx'<br/>    disabled : function() {} <br/>     <br/>    tree : function() { // return an tree of xtype declared components<br/>        var MODULE = this;<br/>        return <br/>        {<br/>            xtype : 'NestedLayoutPanel',<br/>            // technicall<br/>        }<br/>     ]<br/>})<br/><br/><br/>It can be used to build a big heiracy, with parent etc.<br/>or you can just use this to render a single compoent to a dom element<br/>MYPART.render(Roo.Element | String(id) | dom_element )
86     </div>
87
88         
89 <!-- ============================== Class comment block... ========================== -->                                       
90
91 <div class="comments">
92         <b>Class Comments / Notes</B> =>  
93         <u onclick="parent.CommentDialog.showCommentId = 'Roo.XComponent';">[Add Your comment/notes about this class]</u>
94         <br/>
95         <iframe frameborder="0"  id="comments-Roo" style="border: none;width:100%;" 
96                 src="/blog.php/GtkDjsComments/Roo.XComponent.html"></iframe>
97 </div>
98         
99
100                 
101 <!-- ============================== config options ========================== -->                                               
102                  
103     
104     
105                 
106     <div class="hr"></div>
107     <a id="Roo.XComponent-configs"></a>
108                 
109     
110      
111     
112         
113       <table cellspacing="0" class="member-table">   
114       <caption>Config Options (Usually are also Properties)</caption>
115     
116         
117         <tr>
118             <th class="sig-header" colspan="2">Options</th>
119             
120             <th class="msource-header">Defined By</th>
121         </tr>
122         
123         
124         
125         
126         
127                 <tr class="config-row expandable config-row-alt0 notInherited">
128                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
129                     <td class="sig">
130
131                         <a id="Roo.XComponent-cfg-disabled" name=".disabled"></a>
132                         <div class="fixedFont">
133                                 <b  class="itemname">disabled</b> : <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a>|boolean
134                                 
135                                 
136                         </div>
137                   
138                         <div class="mdesc">
139                             <div class="short">If this module is disabled by some rule, return true from the funtion</div> 
140                         </div>
141                         
142                         <div class="mdesc">
143                             <div class="long">If this module is disabled by some rule, return true from the funtion</div> 
144                         </div>
145                         
146                         
147
148                     </td>
149                     <td class="msource">
150                         
151                         Roo.XComponent
152                                 
153                     </td>
154                 </tr>
155         
156         
157                 <tr class="config-row expandable config-row-alt1 notInherited">
158                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
159                     <td class="sig">
160
161                         <a id="Roo.XComponent-cfg-items" name=".items"></a>
162                         <div class="fixedFont">
163                                 <b  class="itemname">items</b> : <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
164                                 
165                                 
166                         </div>
167                   
168                         <div class="mdesc">
169                             <div class="short">A single item array - the first element is the root of the tree.</div> 
170                         </div>
171                         
172                         <div class="mdesc">
173                             <div class="long">A single item array - the first element is the root of the tree..<br/>It's done this way to stay compatible with the Xtype system...</div> 
174                         </div>
175                         
176                         
177
178                     </td>
179                     <td class="msource">
180                         
181                         Roo.XComponent
182                                 
183                     </td>
184                 </tr>
185         
186         
187                 <tr class="config-row expandable config-row-alt0">
188                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189                     <td class="sig">
190
191                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
192                         <div class="fixedFont">
193                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
194                                 
195                                 
196                         </div>
197                   
198                         <div class="mdesc">
199                             <div class="short">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           .</div> 
200                         </div>
201                         
202                         <div class="mdesc">
203                             <div class="long">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           ..... <br/>        } ,<br/>        .... <br/>    } <br/>  </code></pre></div> 
204                         </div>
205                         
206                         
207
208                     </td>
209                     <td class="msource">
210                         
211                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
212                                 
213                     </td>
214                 </tr>
215         
216         
217                 <tr class="config-row expandable config-row-alt1 notInherited">
218                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
219                     <td class="sig">
220
221                         <a id="Roo.XComponent-cfg-name" name=".name"></a>
222                         <div class="fixedFont">
223                                 <b  class="itemname">name</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
224                                 
225                                 
226                         </div>
227                   
228                         <div class="mdesc">
229                             <div class="short">String to display while loading.</div> 
230                         </div>
231                         
232                         <div class="mdesc">
233                             <div class="long">String to display while loading.</div> 
234                         </div>
235                         
236                         
237
238                     </td>
239                     <td class="msource">
240                         
241                         Roo.XComponent
242                                 
243                     </td>
244                 </tr>
245         
246         
247                 <tr class="config-row expandable config-row-alt0 notInherited">
248                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
249                     <td class="sig">
250
251                         <a id="Roo.XComponent-cfg-order" name=".order"></a>
252                         <div class="fixedFont">
253                                 <b  class="itemname">order</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
254                                 
255                                 
256                         </div>
257                   
258                         <div class="mdesc">
259                             <div class="short">Used to set the order in which elements are created (usefull for multiple tabs)</div> 
260                         </div>
261                         
262                         <div class="mdesc">
263                             <div class="long">Used to set the order in which elements are created (usefull for multiple tabs)</div> 
264                         </div>
265                         
266                         
267
268                     </td>
269                     <td class="msource">
270                         
271                         Roo.XComponent
272                                 
273                     </td>
274                 </tr>
275         
276         
277                 <tr class="config-row expandable config-row-alt1 notInherited">
278                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
279                     <td class="sig">
280
281                         <a id="Roo.XComponent-cfg-parent" name=".parent"></a>
282                         <div class="fixedFont">
283                                 <b  class="itemname">parent</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
284                                 
285                                 
286                         </div>
287                   
288                         <div class="mdesc">
289                             <div class="short">Name of parent element which it get xtype added to.</div> 
290                         </div>
291                         
292                         <div class="mdesc">
293                             <div class="long">Name of parent element which it get xtype added to..</div> 
294                         </div>
295                         
296                         
297
298                     </td>
299                     <td class="msource">
300                         
301                         Roo.XComponent
302                                 
303                     </td>
304                 </tr>
305         
306         
307                 <tr class="config-row expandable config-row-alt0 notInherited">
308                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
309                     <td class="sig">
310
311                         <a id="Roo.XComponent-cfg-region" name=".region"></a>
312                         <div class="fixedFont">
313                                 <b  class="itemname">region</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
314                                 
315                                 
316                         </div>
317                   
318                         <div class="mdesc">
319                             <div class="short">Region to render component to (defaults to center)</div> 
320                         </div>
321                         
322                         <div class="mdesc">
323                             <div class="long">Region to render component to (defaults to center)</div> 
324                         </div>
325                         
326                         
327
328                     </td>
329                     <td class="msource">
330                         
331                         Roo.XComponent
332                                 
333                     </td>
334                 </tr>
335         
336         
337     </table>
338                 
339   
340   
341   
342   
343   
344   
345   
346   
347   <!-- ============================== public properties ==================== -->        
348   
349   
350   
351     <a id="Roo.XComponent-props"></a>      
352     
353     
354
355     
356      
357     
358         
359       <table cellspacing="0" class="member-table">   
360       <caption>Public Properties </caption>
361         <tr>
362             <th class="sig-header" colspan="2">Property</th>
363             <th class="sig-header">Description</th>
364             <th class="msource-header">Defined By</th>
365         </tr>
366         
367       
368                     
369           
370                  
371          
372         
373         
374           <tr class="property-row config-row-alt0 notInherited">
375             <td class="micon">
376                 <a class="exi" href="#expand">&nbsp;</a>
377             </td>
378             <td class="sig">
379                <a id="Roo.XComponent-prop-buildCompleted" name=".buildCompleted"></a>
380                <div class="fixedFont">
381                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">buildCompleted</b> :
382                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>
383                      </div>
384             </td>
385             <td class="sig">
386                 <div class="mdesc">
387
388
389                    <div class="short">
390                         True when the builder has completed building the interface.
391                    
392                    
393                    
394                    </div> 
395                     
396                     <div class="long">
397                     
398                         True when the builder has completed building the interface.                        
399                  
400                 </div>
401                 </div>
402             </td>
403             
404             <td class="msource">  
405             Roo.XComponent
406             </td>             
407                 
408           </tr>
409                  
410          
411         
412         
413           <tr class="property-row config-row-alt1 notInherited">
414             <td class="micon">
415                 <a class="exi" href="#expand">&nbsp;</a>
416             </td>
417             <td class="sig">
418                <a id="Roo.XComponent-prop-elmodules" name=".elmodules"></a>
419                <div class="fixedFont">
420                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">elmodules</b> :
421                      <span type="etype">of Roo.XComponent</span>
422                      </div>
423             </td>
424             <td class="sig">
425                 <div class="mdesc">
426
427
428                    <div class="short">
429                         array of modules to be created by which use <b>ID</b>
430                    
431                    
432                    
433                    </div> 
434                     
435                     <div class="long">
436                     
437                         array of modules to be created by which use <b>ID</b>                        
438                  
439                 </div>
440                 </div>
441             </td>
442             
443             <td class="msource">  
444             Roo.XComponent
445             </td>             
446                 
447           </tr>
448                  
449          
450         
451         
452           <tr class="property-row config-row-alt0 notInherited">
453             <td class="micon">
454                 <a class="exi" href="#expand">&nbsp;</a>
455             </td>
456             <td class="sig">
457                <a id="Roo.XComponent-prop-event" name=".event"></a>
458                <div class="fixedFont">
459                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">event</b> :
460                      <span type="etype"></span>
461                      </div>
462             </td>
463             <td class="sig">
464                 <div class="mdesc">
465
466
467                    <div class="short">
468                         Event Object.
469                    
470                    
471                    
472                    </div> 
473                     
474                     <div class="long">
475                     
476                         Event Object.                        
477                  
478                 </div>
479                 </div>
480             </td>
481             
482             <td class="msource">  
483             Roo.XComponent
484             </td>             
485                 
486           </tr>
487                  
488          
489         
490         
491           <tr class="property-row config-row-alt1 notInherited">
492             <td class="micon">
493                 <a class="exi" href="#expand">&nbsp;</a>
494             </td>
495             <td class="sig">
496                <a id="Roo.XComponent-prop-modules" name=".modules"></a>
497                <div class="fixedFont">
498                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">modules</b> :
499                      <span type="etype">of Roo.XComponent</span>
500                      </div>
501             </td>
502             <td class="sig">
503                 <div class="mdesc">
504
505
506                    <div class="short">
507                         array of modules to be created by registration system.
508                    
509                    
510                    
511                    </div> 
512                     
513                     <div class="long">
514                     
515                         array of modules to be created by registration system.                        
516                  
517                 </div>
518                 </div>
519             </td>
520             
521             <td class="msource">  
522             Roo.XComponent
523             </td>             
524                 
525           </tr>
526                  
527          
528         
529         
530           <tr class="property-row config-row-alt0 notInherited">
531             <td class="micon">
532                 <a class="exi" href="#expand">&nbsp;</a>
533             </td>
534             <td class="sig">
535                <a id="Roo.XComponent-prop-on" name=".on"></a>
536                <div class="fixedFont">
537                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">on</b> :
538                      <span type="etype"></span>
539                      </div>
540             </td>
541             <td class="sig">
542                 <div class="mdesc">
543
544
545                    <div class="short">
546                         wrapper for event.on - aliased later.
547                    
548                    
549                    
550                    </div> 
551                     
552                     <div class="long">
553                     
554                         wrapper for event.on - aliased later..  <br/>Typically use to register a event handler for register:<br/><br/>eg. Roo.XComponent.on('register', function(comp) { comp.disable = true } );                        
555                  
556                 </div>
557                 </div>
558             </td>
559             
560             <td class="msource">  
561             Roo.XComponent
562             </td>             
563                 
564           </tr>
565                  
566          
567         
568         
569           <tr class="property-row config-row-alt1 notInherited">
570             <td class="micon">
571                 <a class="exi" href="#expand">&nbsp;</a>
572             </td>
573             <td class="sig">
574                <a id="Roo.XComponent-prop-topModule" name=".topModule"></a>
575                <div class="fixedFont">
576                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">topModule</b> :
577                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>
578                      </div>
579             </td>
580             <td class="sig">
581                 <div class="mdesc">
582
583
584                    <div class="short">
585                         the upper most module - uses document.element as it's constructor.
586                    
587                    
588                    
589                    </div> 
590                     
591                     <div class="long">
592                     
593                         the upper most module - uses document.element as it's constructor.                        
594                  
595                 </div>
596                 </div>
597             </td>
598             
599             <td class="msource">  
600             Roo.XComponent
601             </td>             
602                 
603           </tr>
604         
605         
606          
607         
608       
609         <!-- TODO: implement this alt row.  also notice non-linked "Defined by" when property is a part of this class.     
610         <tr class="property-row alt">
611              
612         -->
613
614     </table>
615   
616     
617   <!-- ============================== methods summary / details ======================== -->
618   
619   
620   <a id="Roo.XComponent-methods"></a>
621         <!-- constructor?? -->
622         
623         <!-- static's first 
624         
625         
626         -->
627         
628         <!-- then dynamics first -->
629         
630   
631   
632     
633     
634     
635       <table cellspacing="0" class="member-table">
636       <caption>Public Methods</caption>
637         <tr>
638             <th class="sig-header" colspan="2">Method</th>            
639             <th class="msource-header">Defined By</th>
640
641         </tr>
642         
643         
644         
645          
646         
647         
648           
649           <tr class="method-row config-row-alt0 expandable notInherited">
650             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
651            
652            
653             <td class="sig">
654                 <a id="Roo-method-XComponent"   name=".XComponent"></a>
655                 <div class="fixedFont">
656                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">XComponent</b>
657                                 
658                                  (<B><i>cfg</i></B>) 
659                         
660                                 
661                         
662                 </div>
663                 <div class="mdesc">
664                 
665                  
666                         <div class="short">Create a new Roo.XComponent</div> 
667                  
668                  
669                     <div class="long">
670                         
671                         
672                         
673                                 Create a new Roo.XComponent
674                         
675                         
676                                 <dl class="detailList">
677                                 <dt class="heading">Parameters:</dt>
678                                 
679                                         <dt>
680                                                  <b>cfg</b>
681                                                 
682                                         </dt>
683                                         <dd>{Object} configuration of component</dd>
684                                 
685                                 </dl>
686                         
687                         
688                         
689                         
690                         
691                         
692                         
693
694                     
695                     
696                      
697                     </div>                    
698                 </div>
699
700             </td>
701             <td class="msource">
702                 &nbsp;
703             </td>
704         </tr>
705         
706           
707           <tr class="method-row config-row-alt1 expandable notInherited">
708             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
709            
710            
711             <td class="sig">
712                 <a id="Roo.XComponent-method-build"   name=".build"></a>
713                 <div class="fixedFont">
714                         <span class="attributes">Roo.XComponent.</span><b class="itemname">build</b>
715                                 
716                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>parent</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>optional</i></B>) 
717                         
718                                 
719                         
720                 </div>
721                 <div class="mdesc">
722                 
723                    <div class="short">Build the registered modules.</div> 
724                  
725                  
726                  
727                     <div class="long">
728                         
729                                 Build the registered modules.
730                     
731                                 
732                         
733                         
734                         
735                         
736                                 <dl class="detailList">
737                                 <dt class="heading">Parameters:</dt>
738                                 
739                                         <dt>
740                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>parent</b>
741                                                 
742                                         </dt>
743                                         <dd>element.</dd>
744                                 
745                                         <dt>
746                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>optional</b>
747                                                 
748                                         </dt>
749                                         <dd>method to call after module has been added.</dd>
750                                 
751                                 </dl>
752                         
753                         
754                         
755                         
756                         
757                         
758                         
759
760                     
761                     
762                      
763                     </div>                    
764                 </div>
765
766             </td>
767             <td class="msource">
768                 
769                         Roo.XComponent
770                 &nbsp;
771             </td>
772         </tr>
773         
774           
775           <tr class="method-row config-row-alt0 expandable notInherited">
776             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
777            
778            
779             <td class="sig">
780                 <a id="Roo.XComponent-method-buildOrder"   name=".buildOrder"></a>
781                 <div class="fixedFont">
782                         <span class="attributes">Roo.XComponent.</span><b class="itemname">buildOrder</b>
783                                 
784                                  () 
785                         
786                                 
787                                          : 
788                                         
789                                                 
790                                                 <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
791                                         
792                                         
793                                         
794                                 
795                         
796                 </div>
797                 <div class="mdesc">
798                 
799                    <div class="short">make a list of modules to build.</div> 
800                  
801                  
802                  
803                     <div class="long">
804                         
805                                 make a list of modules to build.
806                     
807                                 
808                         
809                         
810                         
811                         
812                         
813                         
814                         
815                         
816                                 <dl class="detailList">
817                                 <dt class="heading">Returns:</dt>
818                                 
819                                         <dd><span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  list of modules.</dd>
820                                 
821                                 </dl>
822                         
823                         
824                         
825
826                     
827                     
828                      
829                     </div>                    
830                 </div>
831
832             </td>
833             <td class="msource">
834                 
835                         Roo.XComponent
836                 &nbsp;
837             </td>
838         </tr>
839         
840           
841           <tr class="method-row config-row-alt1 expandable notInherited">
842             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
843            
844            
845             <td class="sig">
846                 <a id="Roo.XComponent-method-preBuild"   name=".preBuild"></a>
847                 <div class="fixedFont">
848                         <span class="attributes">Roo.XComponent.</span><b class="itemname">preBuild</b>
849                                 
850                                  () 
851                         
852                                 
853                         
854                 </div>
855                 <div class="mdesc">
856                 
857                    <div class="short">move modules into their correct place in the tree.</div> 
858                  
859                  
860                  
861                     <div class="long">
862                         
863                                 move modules into their correct place in the tree..
864                     
865                                 
866                         
867                         
868                         
869                         
870                         
871                         
872                         
873                         
874                         
875                         
876
877                     
878                     
879                      
880                     </div>                    
881                 </div>
882
883             </td>
884             <td class="msource">
885                 
886                         Roo.XComponent
887                 &nbsp;
888             </td>
889         </tr>
890         
891           
892           <tr class="method-row config-row-alt0 expandable notInherited">
893             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
894            
895            
896             <td class="sig">
897                 <a id="Roo.XComponent-method-register"   name=".register"></a>
898                 <div class="fixedFont">
899                         <span class="attributes">Roo.XComponent.</span><b class="itemname">register</b>
900                                 
901                                  () 
902                         
903                                 
904                         
905                 </div>
906                 <div class="mdesc">
907                 
908                    <div class="short">Register components to be built later.</div> 
909                  
910                  
911                  
912                     <div class="long">
913                         
914                                 Register components to be built later.<br/><br/>This solves the following issues<br/>- Building is not done on page load, but after an authentication process has occured.<br/>- Interface elements are registered on page load<br/>- Parent Interface elements may not be loaded before child, so this handles that..<br/><br/><br/>example:<br/><br/>MyApp.register({<br/>          order : '000001',<br/>          module : 'Pman.Tab.projectMgr',<br/>          region : 'center',<br/>          parent : 'Pman.layout',<br/>          disabled : false,  // or use a function..<br/>        })<br/>* <b>param</b> {Object} details about module
915                     
916                                 
917                         
918                         
919                         
920                         
921                         
922                         
923                         
924                         
925                         
926                         
927
928                     
929                     
930                      
931                     </div>                    
932                 </div>
933
934             </td>
935             <td class="msource">
936                 
937                         Roo.XComponent
938                 &nbsp;
939             </td>
940         </tr>
941         
942           
943           <tr class="method-row config-row-alt1 expandable notInherited">
944             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
945            
946            
947             <td class="sig">
948                 <a id="Roo.XComponent-method-toObject"   name=".toObject"></a>
949                 <div class="fixedFont">
950                         <span class="attributes">Roo.XComponent.</span><b class="itemname">toObject</b>
951                                 
952                                  () 
953                         
954                                 
955                         
956                 </div>
957                 <div class="mdesc">
958                 
959                    <div class="short">convert a string to an object.</div> 
960                  
961                  
962                  
963                     <div class="long">
964                         
965                                 convert a string to an object..<br/>eg. 'AAA.BBB' -> finds AAA.BBB
966                     
967                                 
968                         
969                         
970                         
971                         
972                         
973                         
974                         
975                         
976                         
977                         
978
979                     
980                     
981                      
982                     </div>                    
983                 </div>
984
985             </td>
986             <td class="msource">
987                 
988                         Roo.XComponent
989                 &nbsp;
990             </td>
991         </tr>
992         
993           
994           <tr class="method-row config-row-alt0 expandable">
995             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
996            
997            
998             <td class="sig">
999                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
1000                 <div class="fixedFont">
1001                         <span class="attributes"></span><b class="itemname">addEvents</b>
1002                                 
1003                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
1004                         
1005                                 
1006                         
1007                 </div>
1008                 <div class="mdesc">
1009                 
1010                    <div class="short">Used to define events on this Observable</div> 
1011                  
1012                  
1013                  
1014                     <div class="long">
1015                         
1016                                 Used to define events on this Observable
1017                     
1018                                 
1019                         
1020                         
1021                         
1022                         
1023                                 <dl class="detailList">
1024                                 <dt class="heading">Parameters:</dt>
1025                                 
1026                                         <dt>
1027                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>object</b>
1028                                                 
1029                                         </dt>
1030                                         <dd>The object with the events defined</dd>
1031                                 
1032                                 </dl>
1033                         
1034                         
1035                         
1036                         
1037                         
1038                         
1039                         
1040
1041                     
1042                     
1043                      
1044                     </div>                    
1045                 </div>
1046
1047             </td>
1048             <td class="msource">
1049                 
1050                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1051                 &nbsp;
1052             </td>
1053         </tr>
1054         
1055           
1056           <tr class="method-row config-row-alt1 expandable">
1057             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1058            
1059            
1060             <td class="sig">
1061                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
1062                 <div class="fixedFont">
1063                         <span class="attributes"></span><b class="itemname">addListener</b>
1064                                 
1065                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
1066                         
1067                                 
1068                         
1069                 </div>
1070                 <div class="mdesc">
1071                 
1072                    <div class="short">Appends an event handler to this component</div> 
1073                  
1074                  
1075                  
1076                     <div class="long">
1077                         
1078                                 Appends an event handler to this component
1079                     
1080                                 
1081                         
1082                         
1083                         
1084                         
1085                                 <dl class="detailList">
1086                                 <dt class="heading">Parameters:</dt>
1087                                 
1088                                         <dt>
1089                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1090                                                 
1091                                         </dt>
1092                                         <dd>The type of event to listen for</dd>
1093                                 
1094                                         <dt>
1095                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1096                                                 
1097                                         </dt>
1098                                         <dd>The method the event invokes</dd>
1099                                 
1100                                         <dt>
1101                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1102                                                 
1103                                         </dt>
1104                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1105                                 
1106                                         <dt>
1107                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
1108                                                 
1109                                         </dt>
1110                                         <dd>(optional) An object containing handler configuration<br/>properties. This may contain any of the following properties:<ul><br/><li>scope {Object} The scope in which to execute the handler function. The handler function's "this" context.</li><br/><li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li><br/><li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li><br/><li>buffer {Number} Causes the handler to be scheduled to run in an {<b>link</b> Roo.util.DelayedTask} delayed<br/>by the specified number of milliseconds. If the event fires again within that time, the original<br/>handler is <em>not</em> invoked, but the new handler is scheduled in its place.</li><br/></ul><br><br/><p><br/><b>Combining Options</b><br><br/>Using the options argument, it is possible to combine different types of listeners:<br><br/><br><br/>A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)<br/>             <pre><code><br/>                el.on('click', this.onClick, this, {<br/>                       single: true,<br/>              delay: 100,<br/>                forumId: 4<br/>         });<br/>                </code></pre><br/><p><br/><b>Attaching multiple handlers in 1 call</b><br><br/>The method also allows for a single argument to be passed which is a config object containing properties<br/>which specify multiple handlers.<br/><pre><code><br/>               el.on({<br/>                    'click': {<br/>                 fn: this.onClick,<br/>                  scope: this,<br/>                       delay: 100<br/>                 }, <br/>                'mouseover': {<br/>                     fn: this.onMouseOver,<br/>                      scope: this<br/>                },<br/>                 'mouseout': {<br/>                      fn: this.onMouseOut,<br/>                       scope: this<br/>                }<br/>          });<br/>                </code></pre><br/><p><br/>Or a shorthand syntax which passes the same scope object to all handlers:<br/>        <pre><code><br/>                el.on({<br/>                    'click': this.onClick,<br/>             'mouseover': this.onMouseOver,<br/>             'mouseout': this.onMouseOut,<br/>               scope: this<br/>                });<br/>                </code></pre></dd>
1111                                 
1112                                 </dl>
1113                         
1114                         
1115                         
1116                         
1117                         
1118                         
1119                         
1120
1121                     
1122                     
1123                      
1124                     </div>                    
1125                 </div>
1126
1127             </td>
1128             <td class="msource">
1129                 
1130                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1131                 &nbsp;
1132             </td>
1133         </tr>
1134         
1135           
1136           <tr class="method-row config-row-alt0 expandable">
1137             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1138            
1139            
1140             <td class="sig">
1141                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
1142                 <div class="fixedFont">
1143                         <span class="attributes"></span><b class="itemname">fireEvent</b>
1144                                 
1145                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a> <B><i>args</i></B>) 
1146                         
1147                                 
1148                                          : 
1149                                         
1150                                                 
1151                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1152                                         
1153                                         
1154                                         
1155                                 
1156                         
1157                 </div>
1158                 <div class="mdesc">
1159                 
1160                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
1161                  
1162                  
1163                  
1164                     <div class="long">
1165                         
1166                                 Fires the specified event with the passed parameters (minus the event name).
1167                     
1168                                 
1169                         
1170                         
1171                         
1172                         
1173                                 <dl class="detailList">
1174                                 <dt class="heading">Parameters:</dt>
1175                                 
1176                                         <dt>
1177                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1178                                                 
1179                                         </dt>
1180                                         <dd></dd>
1181                                 
1182                                         <dt>
1183                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a></span>  <b>args</b>
1184                                                 
1185                                         </dt>
1186                                         <dd>Variable number of parameters are passed to handlers</dd>
1187                                 
1188                                 </dl>
1189                         
1190                         
1191                         
1192                         
1193                         
1194                                 <dl class="detailList">
1195                                 <dt class="heading">Returns:</dt>
1196                                 
1197                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  returns false if any of the handlers return false otherwise it returns true</dd>
1198                                 
1199                                 </dl>
1200                         
1201                         
1202                         
1203
1204                     
1205                     
1206                      
1207                     </div>                    
1208                 </div>
1209
1210             </td>
1211             <td class="msource">
1212                 
1213                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1214                 &nbsp;
1215             </td>
1216         </tr>
1217         
1218           
1219           <tr class="method-row config-row-alt1 expandable">
1220             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1221            
1222            
1223             <td class="sig">
1224                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
1225                 <div class="fixedFont">
1226                         <span class="attributes"></span><b class="itemname">hasListener</b>
1227                                 
1228                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
1229                         
1230                                 
1231                                          : 
1232                                         
1233                                                 
1234                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1235                                         
1236                                         
1237                                         
1238                                 
1239                         
1240                 </div>
1241                 <div class="mdesc">
1242                 
1243                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
1244                  
1245                  
1246                  
1247                     <div class="long">
1248                         
1249                                 Checks to see if this object has any listeners for a specified event
1250                     
1251                                 
1252                         
1253                         
1254                         
1255                         
1256                                 <dl class="detailList">
1257                                 <dt class="heading">Parameters:</dt>
1258                                 
1259                                         <dt>
1260                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1261                                                 
1262                                         </dt>
1263                                         <dd>The name of the event to check for</dd>
1264                                 
1265                                 </dl>
1266                         
1267                         
1268                         
1269                         
1270                         
1271                                 <dl class="detailList">
1272                                 <dt class="heading">Returns:</dt>
1273                                 
1274                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  True if the event is being listened for, else false</dd>
1275                                 
1276                                 </dl>
1277                         
1278                         
1279                         
1280
1281                     
1282                     
1283                      
1284                     </div>                    
1285                 </div>
1286
1287             </td>
1288             <td class="msource">
1289                 
1290                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1291                 &nbsp;
1292             </td>
1293         </tr>
1294         
1295           
1296           <tr class="method-row config-row-alt0 expandable">
1297             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1298            
1299            
1300             <td class="sig">
1301                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
1302                 <div class="fixedFont">
1303                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
1304                                 
1305                                  () 
1306                         
1307                                 
1308                         
1309                 </div>
1310                 <div class="mdesc">
1311                 
1312                    <div class="short">Removes all listeners for this object</div> 
1313                  
1314                  
1315                  
1316                     <div class="long">
1317                         
1318                                 Removes all listeners for this object
1319                     
1320                                 
1321                         
1322                         
1323                         
1324                         
1325                         
1326                         
1327                         
1328                         
1329                         
1330                         
1331
1332                     
1333                     
1334                      
1335                     </div>                    
1336                 </div>
1337
1338             </td>
1339             <td class="msource">
1340                 
1341                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1342                 &nbsp;
1343             </td>
1344         </tr>
1345         
1346           
1347           <tr class="method-row config-row-alt1 expandable">
1348             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1349            
1350            
1351             <td class="sig">
1352                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
1353                 <div class="fixedFont">
1354                         <span class="attributes"></span><b class="itemname">removeListener</b>
1355                                 
1356                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1357                         
1358                                 
1359                         
1360                 </div>
1361                 <div class="mdesc">
1362                 
1363                    <div class="short">Removes a listener</div> 
1364                  
1365                  
1366                  
1367                     <div class="long">
1368                         
1369                                 Removes a listener
1370                     
1371                                 
1372                         
1373                         
1374                         
1375                         
1376                                 <dl class="detailList">
1377                                 <dt class="heading">Parameters:</dt>
1378                                 
1379                                         <dt>
1380                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1381                                                 
1382                                         </dt>
1383                                         <dd>The type of event to listen for</dd>
1384                                 
1385                                         <dt>
1386                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1387                                                 
1388                                         </dt>
1389                                         <dd>The handler to remove</dd>
1390                                 
1391                                         <dt>
1392                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1393                                                 
1394                                         </dt>
1395                                         <dd>(optional) The scope (this object) for the handler</dd>
1396                                 
1397                                 </dl>
1398                         
1399                         
1400                         
1401                         
1402                         
1403                         
1404                         
1405
1406                     
1407                     
1408                      
1409                     </div>                    
1410                 </div>
1411
1412             </td>
1413             <td class="msource">
1414                 
1415                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1416                 &nbsp;
1417             </td>
1418         </tr>
1419         
1420           
1421           <tr class="method-row config-row-alt0 expandable notInherited">
1422             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1423            
1424            
1425             <td class="sig">
1426                 <a id="Roo.XComponent-method-render"   name=".render"></a>
1427                 <div class="fixedFont">
1428                         <span class="attributes"></span><b class="itemname">render</b>
1429                                 
1430                                  (<a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>|<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DomElement <B><i>optional</i></B>) 
1431                         
1432                                 
1433                         
1434                 </div>
1435                 <div class="mdesc">
1436                 
1437                    <div class="short">render<br/>render element to dom or tree</div> 
1438                  
1439                  
1440                  
1441                     <div class="long">
1442                         
1443                                 render<br/>render element to dom or tree
1444                     
1445                                 
1446                         
1447                         
1448                         
1449                         
1450                                 <dl class="detailList">
1451                                 <dt class="heading">Parameters:</dt>
1452                                 
1453                                         <dt>
1454                                                 <span class="fixedFont"><a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>|<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DomElement</span>  <b>optional</b>
1455                                                 
1456                                         </dt>
1457                                         <dd>render to if parent is not set.</dd>
1458                                 
1459                                 </dl>
1460                         
1461                         
1462                         
1463                         
1464                         
1465                         
1466                         
1467
1468                     
1469                     
1470                      
1471                     </div>                    
1472                 </div>
1473
1474             </td>
1475             <td class="msource">
1476                 
1477                         Roo.XComponent
1478                 &nbsp;
1479             </td>
1480         </tr>
1481         
1482           
1483           <tr class="method-row config-row-alt1 expandable">
1484             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1485            
1486            
1487             <td class="sig">
1488                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
1489                 <div class="fixedFont">
1490                         <span class="attributes"></span><b class="itemname">un</b>
1491                                 
1492                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1493                         
1494                                 
1495                         
1496                 </div>
1497                 <div class="mdesc">
1498                 
1499                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
1500                  
1501                  
1502                  
1503                     <div class="long">
1504                         
1505                                 Removes a listener (shorthand for removeListener)
1506                     
1507                                 
1508                         
1509                         
1510                         
1511                         
1512                                 <dl class="detailList">
1513                                 <dt class="heading">Parameters:</dt>
1514                                 
1515                                         <dt>
1516                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1517                                                 
1518                                         </dt>
1519                                         <dd>The type of event to listen for</dd>
1520                                 
1521                                         <dt>
1522                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1523                                                 
1524                                         </dt>
1525                                         <dd>The handler to remove</dd>
1526                                 
1527                                         <dt>
1528                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1529                                                 
1530                                         </dt>
1531                                         <dd>(optional) The scope (this object) for the handler</dd>
1532                                 
1533                                 </dl>
1534                         
1535                         
1536                         
1537                         
1538                         
1539                         
1540                         
1541
1542                     
1543                     
1544                      
1545                     </div>                    
1546                 </div>
1547
1548             </td>
1549             <td class="msource">
1550                 
1551                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1552                 &nbsp;
1553             </td>
1554         </tr>
1555         
1556                                                        
1557     </table>
1558
1559   
1560   <!-- ============================== events summary / details ======================== -->
1561   
1562   
1563   <a id="Roo.XComponent-events"></a>
1564     
1565   
1566         
1567    
1568   
1569     
1570     
1571     
1572       <table cellspacing="0" class="member-table">
1573                 <caption>Events</caption>
1574               <thead>
1575                 <tr>
1576                     <th class="sig-header" colspan="2">Event</th>            
1577                     <th class="msource-header">Defined By</th>
1578
1579                 </tr>
1580               </thead>  
1581         
1582         
1583          
1584         
1585         
1586           <tr class="method-row expandable config-row-alt0 notInherited">
1587             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1588             
1589             <td class="sig">
1590                 <a id="Roo.XComponent-event-*built"></a>
1591                 
1592                <div class="fixedFont">
1593                 <b class="itemname">built</b> (<a href="./Roo.XComponent.html#constructor" roo:cls="Roo.XComponent.html#constructor">Roo.XComponent</a> <B><i>c</i></B>) 
1594                 
1595                 </div>
1596
1597                 <div class="mdesc">
1598
1599                    <div class="short">Fires when this the componnt is built
1600                    
1601                 </div> 
1602                     
1603                     <div class="long">
1604                     
1605                         Fires when this the componnt is built
1606                     
1607                         
1608                         
1609                 
1610                         
1611                                 <dl class="detailList">
1612                                 <dt class="heading">Parameters:</dt>
1613                                 
1614                                         <dt>
1615                                                 <span class="fixedFont"><a href="./Roo.XComponent.html#constructor" roo:cls="Roo.XComponent.html#constructor">Roo.XComponent</a></span> <b>c</b>
1616                                                 
1617                                         </dt>
1618                                         <dd>the component</dd>
1619                                 
1620                                 </dl>
1621                         
1622                         
1623                         
1624                         
1625                         
1626                         
1627                         
1628
1629                     
1630                     
1631                      
1632                     </div>                    
1633                 </div>
1634
1635             </td>
1636             <td class="msource">
1637                 Roo.XComponent
1638             </td>
1639         </tr>
1640         
1641                                                        
1642     </table>
1643
1644   
1645   
1646   
1647  
1648 <!-- ============================== footer ================================= -->
1649                 <div class="fineprint" style="clear:both">
1650                         
1651                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Wed May 02 2012 11:27:35 GMT+0800 (HKT)
1652                         Based on 
1653                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
1654                 </div>
1655         </body>
1656 </html>