2ebe9986f618d7e6644dea6c11311514a0de7440
[roojs1] / docs / symbols / Roo.TabPanelItem.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.TabPanelItem</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.TabPanelItem-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.TabPanelItem-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.TabPanelItem-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.TabPanelItem-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.TabPanelItem 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.TabPanelItem
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_TabPanel.js.html">Roo/TabPanel.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">TabPanelItem</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         Represents an individual item (tab plus body) in a TabPanel.
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.TabPanelItem';">[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.TabPanelItem.html"></iframe>
97 </div>
98         
99
100                 
101 <!-- ============================== config options ========================== -->                                               
102                  
103     
104     
105                 
106     <div class="hr"></div>
107     <a id="Roo.TabPanelItem-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">
128                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
129                     <td class="sig">
130
131                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
132                         <div class="fixedFont">
133                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
134                                 
135                                 
136                         </div>
137                   
138                         <div class="mdesc">
139                             <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> 
140                         </div>
141                         
142                         <div class="mdesc">
143                             <div class="long">
144                     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>
145                     
146                 </div> 
147                         </div>
148                         
149                         
150
151                     </td>
152                     <td class="msource">
153                         
154                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
155                                 
156                     </td>
157                 </tr>
158         
159         
160     </table>
161                 
162   
163   
164   
165   
166   
167   
168   
169   
170   <!-- ============================== public properties ==================== -->        
171   
172   
173   
174     <a id="Roo.TabPanelItem-props"></a>      
175     
176     
177
178     
179     
180      <table cellspacing="0" class="member-table">
181       <caption class="Empty">Public Properties - Has None</caption>
182      </table>
183     
184     
185      
186     
187   <!-- ============================== methods summary / details ======================== -->
188   
189   
190   <a id="Roo.TabPanelItem-methods"></a>
191         <!-- constructor?? -->
192         
193         <!-- static's first 
194         
195         
196         -->
197         
198         <!-- then dynamics first -->
199         
200   
201   
202     
203     
204     
205       <table cellspacing="0" class="member-table">
206       <caption>Public Methods</caption>
207         <tr>
208             <th class="sig-header" colspan="2">Method</th>            
209             <th class="msource-header">Defined By</th>
210
211         </tr>
212         
213         
214         
215          
216         
217         
218           
219           <tr class="method-row config-row-alt0 expandable notInherited">
220             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
221            
222            
223             <td class="sig">
224                 <a id="Roo-method-TabPanelItem"   name=".TabPanelItem"></a>
225                 <div class="fixedFont">
226                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">TabPanelItem</b>
227                                 
228                                  (<a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a> <B><i>tabPanel</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>id</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>text</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>closable</i></B>) 
229                         
230                                 
231                         
232                 </div>
233                 <div class="mdesc">
234                 
235                  
236                         <div class="short">Create a new Roo.TabPanelItem</div> 
237                  
238                  
239                     <div class="long">
240                         
241                         
242                         
243                                 Create a new Roo.TabPanelItem
244                         
245                         
246                                 <dl class="detailList">
247                                 <dt class="heading">Parameters:</dt>
248                                 
249                                         <dt>
250                                                 <span class="fixedFont"><a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a></span>  <b>tabPanel</b>
251                                                 
252                                         </dt>
253                                         <dd>The {<b>link</b> Roo.TabPanel} this TabPanelItem belongs to</dd>
254                                 
255                                         <dt>
256                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>id</b>
257                                                 
258                                         </dt>
259                                         <dd>The id of this TabPanelItem</dd>
260                                 
261                                         <dt>
262                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>text</b>
263                                                 
264                                         </dt>
265                                         <dd>The text for the tab of this TabPanelItem</dd>
266                                 
267                                         <dt>
268                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>closable</b>
269                                                 
270                                         </dt>
271                                         <dd>True to allow this TabPanelItem to be closable (defaults to false)</dd>
272                                 
273                                 </dl>
274                         
275                         
276                         
277                         
278                         
279                         
280                         
281
282                     
283                     
284                      
285                     </div>                    
286                 </div>
287
288             </td>
289             <td class="msource">
290                 &nbsp;
291             </td>
292         </tr>
293         
294           
295           <tr class="method-row config-row-alt1 expandable notInherited">
296             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
297            
298            
299             <td class="sig">
300                 <a id="Roo.TabPanelItem-method-activate"   name=".activate"></a>
301                 <div class="fixedFont">
302                         <span class="attributes"></span><b class="itemname">activate</b>
303                                 
304                                  () 
305                         
306                                 
307                         
308                 </div>
309                 <div class="mdesc">
310                 
311                    <div class="short">Activates this TabPanelItem -- this <b>does</b> deactivate the currently active TabPanelItem.</div> 
312                  
313                  
314                  
315                     <div class="long">
316                         
317                                 Activates this TabPanelItem -- this <b>does</b> deactivate the currently active TabPanelItem.
318                     
319                                 
320                         
321                         
322                         
323                         
324                         
325                         
326                         
327                         
328                         
329                         
330
331                     
332                     
333                      
334                     </div>                    
335                 </div>
336
337             </td>
338             <td class="msource">
339                 
340                         Roo.TabPanelItem
341                 &nbsp;
342             </td>
343         </tr>
344         
345           
346           <tr class="method-row config-row-alt0 expandable">
347             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
348            
349            
350             <td class="sig">
351                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
352                 <div class="fixedFont">
353                         <span class="attributes"></span><b class="itemname">addEvents</b>
354                                 
355                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
356                         
357                                 
358                         
359                 </div>
360                 <div class="mdesc">
361                 
362                    <div class="short">Used to define events on this Observable</div> 
363                  
364                  
365                  
366                     <div class="long">
367                         
368                                 Used to define events on this Observable
369                     
370                                 
371                         
372                         
373                         
374                         
375                                 <dl class="detailList">
376                                 <dt class="heading">Parameters:</dt>
377                                 
378                                         <dt>
379                                                 <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>
380                                                 
381                                         </dt>
382                                         <dd>The object with the events defined</dd>
383                                 
384                                 </dl>
385                         
386                         
387                         
388                         
389                         
390                         
391                         
392
393                     
394                     
395                      
396                     </div>                    
397                 </div>
398
399             </td>
400             <td class="msource">
401                 
402                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
403                 &nbsp;
404             </td>
405         </tr>
406         
407           
408           <tr class="method-row config-row-alt1 expandable">
409             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
410            
411            
412             <td class="sig">
413                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
414                 <div class="fixedFont">
415                         <span class="attributes"></span><b class="itemname">addListener</b>
416                                 
417                                  (<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>) 
418                         
419                                 
420                         
421                 </div>
422                 <div class="mdesc">
423                 
424                    <div class="short">Appends an event handler to this component</div> 
425                  
426                  
427                  
428                     <div class="long">
429                         
430                                 Appends an event handler to this component
431                     
432                                 
433                         
434                         
435                         
436                         
437                                 <dl class="detailList">
438                                 <dt class="heading">Parameters:</dt>
439                                 
440                                         <dt>
441                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
442                                                 
443                                         </dt>
444                                         <dd>The type of event to listen for</dd>
445                                 
446                                         <dt>
447                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
448                                                 
449                                         </dt>
450                                         <dd>The method the event invokes</dd>
451                                 
452                                         <dt>
453                                                 <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>
454                                                 
455                                         </dt>
456                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
457                                 
458                                         <dt>
459                                                 <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>
460                                                 
461                                         </dt>
462                                         <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>
463                                 
464                                 </dl>
465                         
466                         
467                         
468                         
469                         
470                         
471                         
472
473                     
474                     
475                      
476                     </div>                    
477                 </div>
478
479             </td>
480             <td class="msource">
481                 
482                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
483                 &nbsp;
484             </td>
485         </tr>
486         
487           
488           <tr class="method-row config-row-alt0 expandable notInherited">
489             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
490            
491            
492             <td class="sig">
493                 <a id="Roo.TabPanelItem-method-disable"   name=".disable"></a>
494                 <div class="fixedFont">
495                         <span class="attributes"></span><b class="itemname">disable</b>
496                                 
497                                  () 
498                         
499                                 
500                         
501                 </div>
502                 <div class="mdesc">
503                 
504                    <div class="short">Disables this TabPanelItem -- this does nothing if this is the active TabPanelItem.</div> 
505                  
506                  
507                  
508                     <div class="long">
509                         
510                                 Disables this TabPanelItem -- this does nothing if this is the active TabPanelItem.
511                     
512                                 
513                         
514                         
515                         
516                         
517                         
518                         
519                         
520                         
521                         
522                         
523
524                     
525                     
526                      
527                     </div>                    
528                 </div>
529
530             </td>
531             <td class="msource">
532                 
533                         Roo.TabPanelItem
534                 &nbsp;
535             </td>
536         </tr>
537         
538           
539           <tr class="method-row config-row-alt1 expandable notInherited">
540             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
541            
542            
543             <td class="sig">
544                 <a id="Roo.TabPanelItem-method-enable"   name=".enable"></a>
545                 <div class="fixedFont">
546                         <span class="attributes"></span><b class="itemname">enable</b>
547                                 
548                                  () 
549                         
550                                 
551                         
552                 </div>
553                 <div class="mdesc">
554                 
555                    <div class="short">Enables this TabPanelItem if it was previously disabled.</div> 
556                  
557                  
558                  
559                     <div class="long">
560                         
561                                 Enables this TabPanelItem if it was previously disabled.
562                     
563                                 
564                         
565                         
566                         
567                         
568                         
569                         
570                         
571                         
572                         
573                         
574
575                     
576                     
577                      
578                     </div>                    
579                 </div>
580
581             </td>
582             <td class="msource">
583                 
584                         Roo.TabPanelItem
585                 &nbsp;
586             </td>
587         </tr>
588         
589           
590           <tr class="method-row config-row-alt0 expandable">
591             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
592            
593            
594             <td class="sig">
595                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
596                 <div class="fixedFont">
597                         <span class="attributes"></span><b class="itemname">fireEvent</b>
598                                 
599                                  (<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>) 
600                         
601                                 
602                                          : 
603                                         
604                                                 
605                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
606                                         
607                                         
608                                         
609                                 
610                         
611                 </div>
612                 <div class="mdesc">
613                 
614                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
615                  
616                  
617                  
618                     <div class="long">
619                         
620                                 Fires the specified event with the passed parameters (minus the event name).
621                     
622                                 
623                         
624                         
625                         
626                         
627                                 <dl class="detailList">
628                                 <dt class="heading">Parameters:</dt>
629                                 
630                                         <dt>
631                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
632                                                 
633                                         </dt>
634                                         <dd></dd>
635                                 
636                                         <dt>
637                                                 <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>
638                                                 
639                                         </dt>
640                                         <dd>Variable number of parameters are passed to handlers</dd>
641                                 
642                                 </dl>
643                         
644                         
645                         
646                         
647                         
648                                 <dl class="detailList">
649                                 <dt class="heading">Returns:</dt>
650                                 
651                                         <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>
652                                 
653                                 </dl>
654                         
655                         
656                         
657
658                     
659                     
660                      
661                     </div>                    
662                 </div>
663
664             </td>
665             <td class="msource">
666                 
667                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
668                 &nbsp;
669             </td>
670         </tr>
671         
672           
673           <tr class="method-row config-row-alt1 expandable notInherited">
674             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
675            
676            
677             <td class="sig">
678                 <a id="Roo.TabPanelItem-method-getText"   name=".getText"></a>
679                 <div class="fixedFont">
680                         <span class="attributes"></span><b class="itemname">getText</b>
681                                 
682                                  () 
683                         
684                                 
685                                          : 
686                                         
687                                                 
688                                                 <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
689                                         
690                                         
691                                         
692                                 
693                         
694                 </div>
695                 <div class="mdesc">
696                 
697                    <div class="short">Returns the text for this tab</div> 
698                  
699                  
700                  
701                     <div class="long">
702                         
703                                 Returns the text for this tab
704                     
705                                 
706                         
707                         
708                         
709                         
710                         
711                         
712                         
713                         
714                                 <dl class="detailList">
715                                 <dt class="heading">Returns:</dt>
716                                 
717                                         <dd><span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  </dd>
718                                 
719                                 </dl>
720                         
721                         
722                         
723
724                     
725                     
726                      
727                     </div>                    
728                 </div>
729
730             </td>
731             <td class="msource">
732                 
733                         Roo.TabPanelItem
734                 &nbsp;
735             </td>
736         </tr>
737         
738           
739           <tr class="method-row config-row-alt0 expandable notInherited">
740             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
741            
742            
743             <td class="sig">
744                 <a id="Roo.TabPanelItem-method-getUpdateManager"   name=".getUpdateManager"></a>
745                 <div class="fixedFont">
746                         <span class="attributes"></span><b class="itemname">getUpdateManager</b>
747                                 
748                                  () 
749                         
750                                 
751                                          : 
752                                         
753                                                 
754                                                 <a href="./Roo.UpdateManager.html#constructor" roo:cls="Roo.UpdateManager.html#constructor">Roo.UpdateManager</a>
755                                         
756                                         
757                                         
758                                 
759                         
760                 </div>
761                 <div class="mdesc">
762                 
763                    <div class="short">Gets the {<b>link</b> Roo.UpdateManager} for the body of this TabPanelItem.</div> 
764                  
765                  
766                  
767                     <div class="long">
768                         
769                                 Gets the {<b>link</b> Roo.UpdateManager} for the body of this TabPanelItem. Enables you to perform Ajax updates.
770                     
771                                 
772                         
773                         
774                         
775                         
776                         
777                         
778                         
779                         
780                                 <dl class="detailList">
781                                 <dt class="heading">Returns:</dt>
782                                 
783                                         <dd><span class="fixedFont"><a href="./Roo.UpdateManager.html#constructor" roo:cls="Roo.UpdateManager.html#constructor">Roo.UpdateManager</a></span>  The UpdateManager</dd>
784                                 
785                                 </dl>
786                         
787                         
788                         
789
790                     
791                     
792                      
793                     </div>                    
794                 </div>
795
796             </td>
797             <td class="msource">
798                 
799                         Roo.TabPanelItem
800                 &nbsp;
801             </td>
802         </tr>
803         
804           
805           <tr class="method-row config-row-alt1 expandable">
806             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
807            
808            
809             <td class="sig">
810                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
811                 <div class="fixedFont">
812                         <span class="attributes"></span><b class="itemname">hasListener</b>
813                                 
814                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
815                         
816                                 
817                                          : 
818                                         
819                                                 
820                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
821                                         
822                                         
823                                         
824                                 
825                         
826                 </div>
827                 <div class="mdesc">
828                 
829                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
830                  
831                  
832                  
833                     <div class="long">
834                         
835                                 Checks to see if this object has any listeners for a specified event
836                     
837                                 
838                         
839                         
840                         
841                         
842                                 <dl class="detailList">
843                                 <dt class="heading">Parameters:</dt>
844                                 
845                                         <dt>
846                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
847                                                 
848                                         </dt>
849                                         <dd>The name of the event to check for</dd>
850                                 
851                                 </dl>
852                         
853                         
854                         
855                         
856                         
857                                 <dl class="detailList">
858                                 <dt class="heading">Returns:</dt>
859                                 
860                                         <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>
861                                 
862                                 </dl>
863                         
864                         
865                         
866
867                     
868                     
869                      
870                     </div>                    
871                 </div>
872
873             </td>
874             <td class="msource">
875                 
876                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
877                 &nbsp;
878             </td>
879         </tr>
880         
881           
882           <tr class="method-row config-row-alt0 expandable notInherited">
883             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
884            
885            
886             <td class="sig">
887                 <a id="Roo.TabPanelItem-method-hide"   name=".hide"></a>
888                 <div class="fixedFont">
889                         <span class="attributes"></span><b class="itemname">hide</b>
890                                 
891                                  () 
892                         
893                                 
894                         
895                 </div>
896                 <div class="mdesc">
897                 
898                    <div class="short">Hides this TabPanelItem -- if you don't activate another TabPanelItem this could look odd.</div> 
899                  
900                  
901                  
902                     <div class="long">
903                         
904                                 Hides this TabPanelItem -- if you don't activate another TabPanelItem this could look odd.
905                     
906                                 
907                         
908                         
909                         
910                         
911                         
912                         
913                         
914                         
915                         
916                         
917
918                     
919                     
920                      
921                     </div>                    
922                 </div>
923
924             </td>
925             <td class="msource">
926                 
927                         Roo.TabPanelItem
928                 &nbsp;
929             </td>
930         </tr>
931         
932           
933           <tr class="method-row config-row-alt1 expandable notInherited">
934             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
935            
936            
937             <td class="sig">
938                 <a id="Roo.TabPanelItem-method-isActive"   name=".isActive"></a>
939                 <div class="fixedFont">
940                         <span class="attributes"></span><b class="itemname">isActive</b>
941                                 
942                                  () 
943                         
944                                 
945                                          : 
946                                         
947                                                 
948                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
949                                         
950                                         
951                                         
952                                 
953                         
954                 </div>
955                 <div class="mdesc">
956                 
957                    <div class="short">Returns true if this tab is the active tab.</div> 
958                  
959                  
960                  
961                     <div class="long">
962                         
963                                 Returns true if this tab is the active tab.
964                     
965                                 
966                         
967                         
968                         
969                         
970                         
971                         
972                         
973                         
974                                 <dl class="detailList">
975                                 <dt class="heading">Returns:</dt>
976                                 
977                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
978                                 
979                                 </dl>
980                         
981                         
982                         
983
984                     
985                     
986                      
987                     </div>                    
988                 </div>
989
990             </td>
991             <td class="msource">
992                 
993                         Roo.TabPanelItem
994                 &nbsp;
995             </td>
996         </tr>
997         
998           
999           <tr class="method-row config-row-alt0 expandable notInherited">
1000             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1001            
1002            
1003             <td class="sig">
1004                 <a id="Roo.TabPanelItem-method-isHidden"   name=".isHidden"></a>
1005                 <div class="fixedFont">
1006                         <span class="attributes"></span><b class="itemname">isHidden</b>
1007                                 
1008                                  () 
1009                         
1010                                 
1011                                          : 
1012                                         
1013                                                 
1014                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1015                                         
1016                                         
1017                                         
1018                                 
1019                         
1020                 </div>
1021                 <div class="mdesc">
1022                 
1023                    <div class="short">Returns true if this tab is "hidden"</div> 
1024                  
1025                  
1026                  
1027                     <div class="long">
1028                         
1029                                 Returns true if this tab is "hidden"
1030                     
1031                                 
1032                         
1033                         
1034                         
1035                         
1036                         
1037                         
1038                         
1039                         
1040                                 <dl class="detailList">
1041                                 <dt class="heading">Returns:</dt>
1042                                 
1043                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
1044                                 
1045                                 </dl>
1046                         
1047                         
1048                         
1049
1050                     
1051                     
1052                      
1053                     </div>                    
1054                 </div>
1055
1056             </td>
1057             <td class="msource">
1058                 
1059                         Roo.TabPanelItem
1060                 &nbsp;
1061             </td>
1062         </tr>
1063         
1064           
1065           <tr class="method-row config-row-alt1 expandable">
1066             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1067            
1068            
1069             <td class="sig">
1070                 <a id="Roo.util.Observable-method-on"   name=".on"></a>
1071                 <div class="fixedFont">
1072                         <span class="attributes"></span><b class="itemname">on</b>
1073                                 
1074                                  (<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>) 
1075                         
1076                                 
1077                         
1078                 </div>
1079                 <div class="mdesc">
1080                 
1081                    <div class="short">Appends an event handler to this element (shorthand for addListener)</div> 
1082                  
1083                  
1084                  
1085                     <div class="long">
1086                         
1087                                 Appends an event handler to this element (shorthand for addListener)
1088                     
1089                                 
1090                         
1091                         
1092                         
1093                         
1094                                 <dl class="detailList">
1095                                 <dt class="heading">Parameters:</dt>
1096                                 
1097                                         <dt>
1098                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1099                                                 
1100                                         </dt>
1101                                         <dd>The type of event to listen for</dd>
1102                                 
1103                                         <dt>
1104                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1105                                                 
1106                                         </dt>
1107                                         <dd>The method the event invokes</dd>
1108                                 
1109                                         <dt>
1110                                                 <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>
1111                                                 
1112                                         </dt>
1113                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1114                                 
1115                                         <dt>
1116                                                 <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>
1117                                                 
1118                                         </dt>
1119                                         <dd>(optional)</dd>
1120                                 
1121                                 </dl>
1122                         
1123                         
1124                         
1125                         
1126                         
1127                         
1128                         
1129
1130                     
1131                     
1132                      
1133                     </div>                    
1134                 </div>
1135
1136             </td>
1137             <td class="msource">
1138                 
1139                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1140                 &nbsp;
1141             </td>
1142         </tr>
1143         
1144           
1145           <tr class="method-row config-row-alt0 expandable">
1146             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1147            
1148            
1149             <td class="sig">
1150                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
1151                 <div class="fixedFont">
1152                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
1153                                 
1154                                  () 
1155                         
1156                                 
1157                         
1158                 </div>
1159                 <div class="mdesc">
1160                 
1161                    <div class="short">Removes all listeners for this object</div> 
1162                  
1163                  
1164                  
1165                     <div class="long">
1166                         
1167                                 Removes all listeners for this object
1168                     
1169                                 
1170                         
1171                         
1172                         
1173                         
1174                         
1175                         
1176                         
1177                         
1178                         
1179                         
1180
1181                     
1182                     
1183                      
1184                     </div>                    
1185                 </div>
1186
1187             </td>
1188             <td class="msource">
1189                 
1190                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1191                 &nbsp;
1192             </td>
1193         </tr>
1194         
1195           
1196           <tr class="method-row config-row-alt1 expandable notInherited">
1197             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1198            
1199            
1200             <td class="sig">
1201                 <a id="Roo.TabPanelItem-method-refresh"   name=".refresh"></a>
1202                 <div class="fixedFont">
1203                         <span class="attributes"></span><b class="itemname">refresh</b>
1204                                 
1205                                  () 
1206                         
1207                                 
1208                         
1209                 </div>
1210                 <div class="mdesc">
1211                 
1212                    <div class="short">Forces a content refresh from the URL specified in the {<b>link</b> <b>setUrl</b>} method.</div> 
1213                  
1214                  
1215                  
1216                     <div class="long">
1217                         
1218                                 Forces a content refresh from the URL specified in the {<b>link</b> <b>setUrl</b>} method.<br/>  Will fail silently if the setUrl method has not been called.<br/>  This does not activate the panel, just updates its content.
1219                     
1220                                 
1221                         
1222                         
1223                         
1224                         
1225                         
1226                         
1227                         
1228                         
1229                         
1230                         
1231
1232                     
1233                     
1234                      
1235                     </div>                    
1236                 </div>
1237
1238             </td>
1239             <td class="msource">
1240                 
1241                         Roo.TabPanelItem
1242                 &nbsp;
1243             </td>
1244         </tr>
1245         
1246           
1247           <tr class="method-row config-row-alt0 expandable">
1248             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1249            
1250            
1251             <td class="sig">
1252                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
1253                 <div class="fixedFont">
1254                         <span class="attributes"></span><b class="itemname">removeListener</b>
1255                                 
1256                                  (<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>) 
1257                         
1258                                 
1259                         
1260                 </div>
1261                 <div class="mdesc">
1262                 
1263                    <div class="short">Removes a listener</div> 
1264                  
1265                  
1266                  
1267                     <div class="long">
1268                         
1269                                 Removes a listener
1270                     
1271                                 
1272                         
1273                         
1274                         
1275                         
1276                                 <dl class="detailList">
1277                                 <dt class="heading">Parameters:</dt>
1278                                 
1279                                         <dt>
1280                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1281                                                 
1282                                         </dt>
1283                                         <dd>The type of event to listen for</dd>
1284                                 
1285                                         <dt>
1286                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1287                                                 
1288                                         </dt>
1289                                         <dd>The handler to remove</dd>
1290                                 
1291                                         <dt>
1292                                                 <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>
1293                                                 
1294                                         </dt>
1295                                         <dd>(optional) The scope (this object) for the handler</dd>
1296                                 
1297                                 </dl>
1298                         
1299                         
1300                         
1301                         
1302                         
1303                         
1304                         
1305
1306                     
1307                     
1308                      
1309                     </div>                    
1310                 </div>
1311
1312             </td>
1313             <td class="msource">
1314                 
1315                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1316                 &nbsp;
1317             </td>
1318         </tr>
1319         
1320           
1321           <tr class="method-row config-row-alt1 expandable notInherited">
1322             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1323            
1324            
1325             <td class="sig">
1326                 <a id="Roo.TabPanelItem-method-setContent"   name=".setContent"></a>
1327                 <div class="fixedFont">
1328                         <span class="attributes"></span><b class="itemname">setContent</b>
1329                                 
1330                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>content</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>loadScripts</i></B>) 
1331                         
1332                                 
1333                         
1334                 </div>
1335                 <div class="mdesc">
1336                 
1337                    <div class="short">Sets the content for this TabPanelItem.</div> 
1338                  
1339                  
1340                  
1341                     <div class="long">
1342                         
1343                                 Sets the content for this TabPanelItem.
1344                     
1345                                 
1346                         
1347                         
1348                         
1349                         
1350                                 <dl class="detailList">
1351                                 <dt class="heading">Parameters:</dt>
1352                                 
1353                                         <dt>
1354                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>content</b>
1355                                                 
1356                                         </dt>
1357                                         <dd>The content</dd>
1358                                 
1359                                         <dt>
1360                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>loadScripts</b>
1361                                                 
1362                                         </dt>
1363                                         <dd>true to look for and load scripts</dd>
1364                                 
1365                                 </dl>
1366                         
1367                         
1368                         
1369                         
1370                         
1371                         
1372                         
1373
1374                     
1375                     
1376                      
1377                     </div>                    
1378                 </div>
1379
1380             </td>
1381             <td class="msource">
1382                 
1383                         Roo.TabPanelItem
1384                 &nbsp;
1385             </td>
1386         </tr>
1387         
1388           
1389           <tr class="method-row config-row-alt0 expandable notInherited">
1390             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1391            
1392            
1393             <td class="sig">
1394                 <a id="Roo.TabPanelItem-method-setHidden"   name=".setHidden"></a>
1395                 <div class="fixedFont">
1396                         <span class="attributes"></span><b class="itemname">setHidden</b>
1397                                 
1398                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>hidden</i></B>) 
1399                         
1400                                 
1401                         
1402                 </div>
1403                 <div class="mdesc">
1404                 
1405                    <div class="short">Show or hide the tab</div> 
1406                  
1407                  
1408                  
1409                     <div class="long">
1410                         
1411                                 Show or hide the tab
1412                     
1413                                 
1414                         
1415                         
1416                         
1417                         
1418                                 <dl class="detailList">
1419                                 <dt class="heading">Parameters:</dt>
1420                                 
1421                                         <dt>
1422                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>hidden</b>
1423                                                 
1424                                         </dt>
1425                                         <dd>True to hide or false to show.</dd>
1426                                 
1427                                 </dl>
1428                         
1429                         
1430                         
1431                         
1432                         
1433                         
1434                         
1435
1436                     
1437                     
1438                      
1439                     </div>                    
1440                 </div>
1441
1442             </td>
1443             <td class="msource">
1444                 
1445                         Roo.TabPanelItem
1446                 &nbsp;
1447             </td>
1448         </tr>
1449         
1450           
1451           <tr class="method-row config-row-alt1 expandable notInherited">
1452             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1453            
1454            
1455             <td class="sig">
1456                 <a id="Roo.TabPanelItem-method-setText"   name=".setText"></a>
1457                 <div class="fixedFont">
1458                         <span class="attributes"></span><b class="itemname">setText</b>
1459                                 
1460                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>text</i></B>) 
1461                         
1462                                 
1463                         
1464                 </div>
1465                 <div class="mdesc">
1466                 
1467                    <div class="short">Sets the text for the tab (Note: this also sets the tooltip text)</div> 
1468                  
1469                  
1470                  
1471                     <div class="long">
1472                         
1473                                 Sets the text for the tab (Note: this also sets the tooltip text)
1474                     
1475                                 
1476                         
1477                         
1478                         
1479                         
1480                                 <dl class="detailList">
1481                                 <dt class="heading">Parameters:</dt>
1482                                 
1483                                         <dt>
1484                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>text</b>
1485                                                 
1486                                         </dt>
1487                                         <dd>The tab's text and tooltip</dd>
1488                                 
1489                                 </dl>
1490                         
1491                         
1492                         
1493                         
1494                         
1495                         
1496                         
1497
1498                     
1499                     
1500                      
1501                     </div>                    
1502                 </div>
1503
1504             </td>
1505             <td class="msource">
1506                 
1507                         Roo.TabPanelItem
1508                 &nbsp;
1509             </td>
1510         </tr>
1511         
1512           
1513           <tr class="method-row config-row-alt0 expandable notInherited">
1514             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1515            
1516            
1517             <td class="sig">
1518                 <a id="Roo.TabPanelItem-method-setTooltip"   name=".setTooltip"></a>
1519                 <div class="fixedFont">
1520                         <span class="attributes"></span><b class="itemname">setTooltip</b>
1521                                 
1522                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>tooltip</i></B>) 
1523                         
1524                                 
1525                         
1526                 </div>
1527                 <div class="mdesc">
1528                 
1529                    <div class="short">Set the tooltip for the tab.</div> 
1530                  
1531                  
1532                  
1533                     <div class="long">
1534                         
1535                                 Set the tooltip for the tab.
1536                     
1537                                 
1538                         
1539                         
1540                         
1541                         
1542                                 <dl class="detailList">
1543                                 <dt class="heading">Parameters:</dt>
1544                                 
1545                                         <dt>
1546                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>tooltip</b>
1547                                                 
1548                                         </dt>
1549                                         <dd>The tab's tooltip</dd>
1550                                 
1551                                 </dl>
1552                         
1553                         
1554                         
1555                         
1556                         
1557                         
1558                         
1559
1560                     
1561                     
1562                      
1563                     </div>                    
1564                 </div>
1565
1566             </td>
1567             <td class="msource">
1568                 
1569                         Roo.TabPanelItem
1570                 &nbsp;
1571             </td>
1572         </tr>
1573         
1574           
1575           <tr class="method-row config-row-alt1 expandable notInherited">
1576             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1577            
1578            
1579             <td class="sig">
1580                 <a id="Roo.TabPanelItem-method-setUrl"   name=".setUrl"></a>
1581                 <div class="fixedFont">
1582                         <span class="attributes"></span><b class="itemname">setUrl</b>
1583                                 
1584                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Function <B><i>url</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Object <B><i>params</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>loadOnce</i></B>) 
1585                         
1586                                 
1587                                          : 
1588                                         
1589                                                 
1590                                                 <a href="./Roo.UpdateManager.html#constructor" roo:cls="Roo.UpdateManager.html#constructor">Roo.UpdateManager</a>
1591                                         
1592                                         
1593                                         
1594                                 
1595                         
1596                 </div>
1597                 <div class="mdesc">
1598                 
1599                    <div class="short">Set a URL to be used to load the content for this TabPanelItem.</div> 
1600                  
1601                  
1602                  
1603                     <div class="long">
1604                         
1605                                 Set a URL to be used to load the content for this TabPanelItem.
1606                     
1607                                 
1608                         
1609                         
1610                         
1611                         
1612                                 <dl class="detailList">
1613                                 <dt class="heading">Parameters:</dt>
1614                                 
1615                                         <dt>
1616                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Function</span>  <b>url</b>
1617                                                 
1618                                         </dt>
1619                                         <dd>The URL to load the content from, or a function to call to get the URL</dd>
1620                                 
1621                                         <dt>
1622                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Object</span>  <b>params</b>
1623                                                 
1624                                         </dt>
1625                                         <dd>(optional) The string params for the update call or an object of the params. See {<b>link</b> Roo.UpdateManager<b>update</b>} for more details. (Defaults to null)</dd>
1626                                 
1627                                         <dt>
1628                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>loadOnce</b>
1629                                                 
1630                                         </dt>
1631                                         <dd>(optional) Whether to only load the content once. If this is false it makes the Ajax call every time this TabPanelItem is activated. (Defaults to false)</dd>
1632                                 
1633                                 </dl>
1634                         
1635                         
1636                         
1637                         
1638                         
1639                                 <dl class="detailList">
1640                                 <dt class="heading">Returns:</dt>
1641                                 
1642                                         <dd><span class="fixedFont"><a href="./Roo.UpdateManager.html#constructor" roo:cls="Roo.UpdateManager.html#constructor">Roo.UpdateManager</a></span>  The UpdateManager</dd>
1643                                 
1644                                 </dl>
1645                         
1646                         
1647                         
1648
1649                     
1650                     
1651                      
1652                     </div>                    
1653                 </div>
1654
1655             </td>
1656             <td class="msource">
1657                 
1658                         Roo.TabPanelItem
1659                 &nbsp;
1660             </td>
1661         </tr>
1662         
1663           
1664           <tr class="method-row config-row-alt0 expandable notInherited">
1665             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1666            
1667            
1668             <td class="sig">
1669                 <a id="Roo.TabPanelItem-method-show"   name=".show"></a>
1670                 <div class="fixedFont">
1671                         <span class="attributes"></span><b class="itemname">show</b>
1672                                 
1673                                  () 
1674                         
1675                                 
1676                         
1677                 </div>
1678                 <div class="mdesc">
1679                 
1680                    <div class="short">Shows this TabPanelItem -- this <b>does not</b> deactivate the currently active TabPanelItem.</div> 
1681                  
1682                  
1683                  
1684                     <div class="long">
1685                         
1686                                 Shows this TabPanelItem -- this <b>does not</b> deactivate the currently active TabPanelItem.
1687                     
1688                                 
1689                         
1690                         
1691                         
1692                         
1693                         
1694                         
1695                         
1696                         
1697                         
1698                         
1699
1700                     
1701                     
1702                      
1703                     </div>                    
1704                 </div>
1705
1706             </td>
1707             <td class="msource">
1708                 
1709                         Roo.TabPanelItem
1710                 &nbsp;
1711             </td>
1712         </tr>
1713         
1714           
1715           <tr class="method-row config-row-alt1 expandable">
1716             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1717            
1718            
1719             <td class="sig">
1720                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
1721                 <div class="fixedFont">
1722                         <span class="attributes"></span><b class="itemname">un</b>
1723                                 
1724                                  (<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>) 
1725                         
1726                                 
1727                         
1728                 </div>
1729                 <div class="mdesc">
1730                 
1731                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
1732                  
1733                  
1734                  
1735                     <div class="long">
1736                         
1737                                 Removes a listener (shorthand for removeListener)
1738                     
1739                                 
1740                         
1741                         
1742                         
1743                         
1744                                 <dl class="detailList">
1745                                 <dt class="heading">Parameters:</dt>
1746                                 
1747                                         <dt>
1748                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1749                                                 
1750                                         </dt>
1751                                         <dd>The type of event to listen for</dd>
1752                                 
1753                                         <dt>
1754                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1755                                                 
1756                                         </dt>
1757                                         <dd>The handler to remove</dd>
1758                                 
1759                                         <dt>
1760                                                 <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>
1761                                                 
1762                                         </dt>
1763                                         <dd>(optional) The scope (this object) for the handler</dd>
1764                                 
1765                                 </dl>
1766                         
1767                         
1768                         
1769                         
1770                         
1771                         
1772                         
1773
1774                     
1775                     
1776                      
1777                     </div>                    
1778                 </div>
1779
1780             </td>
1781             <td class="msource">
1782                 
1783                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1784                 &nbsp;
1785             </td>
1786         </tr>
1787         
1788                                                        
1789     </table>
1790
1791   
1792   <!-- ============================== events summary / details ======================== -->
1793   
1794   
1795   <a id="Roo.TabPanelItem-events"></a>
1796     
1797   
1798         
1799    
1800   
1801     
1802     
1803     
1804       <table cellspacing="0" class="member-table">
1805                 <caption>Events</caption>
1806               <thead>
1807                 <tr>
1808                     <th class="sig-header" colspan="2">Event</th>            
1809                     <th class="msource-header">Defined By</th>
1810
1811                 </tr>
1812               </thead>  
1813         
1814         
1815          
1816         
1817         
1818           <tr class="method-row expandable config-row-alt0 notInherited">
1819             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1820             
1821             <td class="sig">
1822                 <a id="Roo.TabPanelItem-event-*activate"></a>
1823                 
1824                <div class="fixedFont">
1825                 <b class="itemname">activate</b> (<a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a> <B><i>tabPanel</i></B>, <a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a> <B><i>this</i></B>) 
1826                 
1827                 </div>
1828
1829                 <div class="mdesc">
1830
1831                    <div class="short">Fires when this tab becomes the active tab.
1832                    
1833                 </div> 
1834                     
1835                     <div class="long">
1836                     
1837                         Fires when this tab becomes the active tab.
1838                     
1839                         
1840                         
1841                 
1842                         
1843                                 <dl class="detailList">
1844                                 <dt class="heading">Parameters:</dt>
1845                                 
1846                                         <dt>
1847                                                 <span class="fixedFont"><a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a></span> <b>tabPanel</b>
1848                                                 
1849                                         </dt>
1850                                         <dd>The parent TabPanel</dd>
1851                                 
1852                                         <dt>
1853                                                 <span class="fixedFont"><a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a></span> <b>this</b>
1854                                                 
1855                                         </dt>
1856                                         <dd></dd>
1857                                 
1858                                 </dl>
1859                         
1860                         
1861                         
1862                         
1863                         
1864                         
1865                         
1866
1867                     
1868                     
1869                      
1870                     </div>                    
1871                 </div>
1872
1873             </td>
1874             <td class="msource">
1875                 Roo.TabPanelItem
1876             </td>
1877         </tr>
1878         
1879           <tr class="method-row expandable config-row-alt1 notInherited">
1880             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1881             
1882             <td class="sig">
1883                 <a id="Roo.TabPanelItem-event-*beforeclose"></a>
1884                 
1885                <div class="fixedFont">
1886                 <b class="itemname">beforeclose</b> (<a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a> <B><i>this</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>e</i></B>) 
1887                 
1888                 </div>
1889
1890                 <div class="mdesc">
1891
1892                    <div class="short">Fires before this tab is closed.
1893                    
1894                 </div> 
1895                     
1896                     <div class="long">
1897                     
1898                         Fires before this tab is closed. To cancel the close, set cancel to true on e (e.cancel = true).
1899                     
1900                         
1901                         
1902                 
1903                         
1904                                 <dl class="detailList">
1905                                 <dt class="heading">Parameters:</dt>
1906                                 
1907                                         <dt>
1908                                                 <span class="fixedFont"><a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a></span> <b>this</b>
1909                                                 
1910                                         </dt>
1911                                         <dd></dd>
1912                                 
1913                                         <dt>
1914                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span> <b>e</b>
1915                                                 
1916                                         </dt>
1917                                         <dd>Set cancel to true on this object to cancel the close.</dd>
1918                                 
1919                                 </dl>
1920                         
1921                         
1922                         
1923                         
1924                         
1925                         
1926                         
1927
1928                     
1929                     
1930                      
1931                     </div>                    
1932                 </div>
1933
1934             </td>
1935             <td class="msource">
1936                 Roo.TabPanelItem
1937             </td>
1938         </tr>
1939         
1940           <tr class="method-row expandable config-row-alt0 notInherited">
1941             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1942             
1943             <td class="sig">
1944                 <a id="Roo.TabPanelItem-event-*close"></a>
1945                 
1946                <div class="fixedFont">
1947                 <b class="itemname">close</b> (<a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a> <B><i>this</i></B>) 
1948                 
1949                 </div>
1950
1951                 <div class="mdesc">
1952
1953                    <div class="short">Fires when this tab is closed.
1954                    
1955                 </div> 
1956                     
1957                     <div class="long">
1958                     
1959                         Fires when this tab is closed.
1960                     
1961                         
1962                         
1963                 
1964                         
1965                                 <dl class="detailList">
1966                                 <dt class="heading">Parameters:</dt>
1967                                 
1968                                         <dt>
1969                                                 <span class="fixedFont"><a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a></span> <b>this</b>
1970                                                 
1971                                         </dt>
1972                                         <dd></dd>
1973                                 
1974                                 </dl>
1975                         
1976                         
1977                         
1978                         
1979                         
1980                         
1981                         
1982
1983                     
1984                     
1985                      
1986                     </div>                    
1987                 </div>
1988
1989             </td>
1990             <td class="msource">
1991                 Roo.TabPanelItem
1992             </td>
1993         </tr>
1994         
1995           <tr class="method-row expandable config-row-alt1 notInherited">
1996             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1997             
1998             <td class="sig">
1999                 <a id="Roo.TabPanelItem-event-*deactivate"></a>
2000                 
2001                <div class="fixedFont">
2002                 <b class="itemname">deactivate</b> (<a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a> <B><i>tabPanel</i></B>, <a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a> <B><i>this</i></B>) 
2003                 
2004                 </div>
2005
2006                 <div class="mdesc">
2007
2008                    <div class="short">Fires when this tab is no longer the active tab.
2009                    
2010                 </div> 
2011                     
2012                     <div class="long">
2013                     
2014                         Fires when this tab is no longer the active tab.
2015                     
2016                         
2017                         
2018                 
2019                         
2020                                 <dl class="detailList">
2021                                 <dt class="heading">Parameters:</dt>
2022                                 
2023                                         <dt>
2024                                                 <span class="fixedFont"><a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a></span> <b>tabPanel</b>
2025                                                 
2026                                         </dt>
2027                                         <dd>The parent TabPanel</dd>
2028                                 
2029                                         <dt>
2030                                                 <span class="fixedFont"><a href="./Roo.TabPanelItem.html#constructor" roo:cls="Roo.TabPanelItem.html#constructor">Roo.TabPanelItem</a></span> <b>this</b>
2031                                                 
2032                                         </dt>
2033                                         <dd></dd>
2034                                 
2035                                 </dl>
2036                         
2037                         
2038                         
2039                         
2040                         
2041                         
2042                         
2043
2044                     
2045                     
2046                      
2047                     </div>                    
2048                 </div>
2049
2050             </td>
2051             <td class="msource">
2052                 Roo.TabPanelItem
2053             </td>
2054         </tr>
2055         
2056                                                        
2057     </table>
2058
2059   
2060   
2061   
2062  
2063 <!-- ============================== footer ================================= -->
2064                 <div class="fineprint" style="clear:both">
2065                         
2066                         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)
2067                         Based on 
2068                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
2069                 </div>
2070         </body>
2071 </html>