sync
[roojs1] / docs / symbols / Roo.TabPanelItem.json
1 {
2   "name" : "Roo.TabPanelItem",
3   "augments" : [
4     "Roo.util.Observable"
5   ],
6   "childClasses" : [],
7   "desc" : "Represents an individual item (tab plus body) in a TabPanel.",
8   "isSingleton" : false,
9   "isStatic" : false,
10   "isBuiltin" : false,
11   "memberOf" : "TabPanelItem",
12   "example" : "",
13   "deprecated" : "",
14   "since" : "",
15   "see" : "",
16   "params" : [
17     {
18       "name" : "tabPanel",
19       "type" : "Roo.TabPanel",
20       "desc" : "The {@link Roo.TabPanel} this TabPanelItem belongs to",
21       "isOptional" : false
22     },
23     {
24       "name" : "id",
25       "type" : "String",
26       "desc" : "The id of this TabPanelItem",
27       "isOptional" : false
28     },
29     {
30       "name" : "text",
31       "type" : "String",
32       "desc" : "The text for the tab of this TabPanelItem",
33       "isOptional" : false
34     },
35     {
36       "name" : "closable",
37       "type" : "Boolean",
38       "desc" : "True to allow this TabPanelItem to be closable (defaults to false)",
39       "isOptional" : false
40     }
41   ],
42   "returns" : [],
43   "throws" : "",
44   "requires" : "",
45   "config" : [
46     {
47       "name" : "listeners",
48       "type" : "Object",
49       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
50       "memberOf" : "Roo.util.Observable"
51     }
52   ],
53   "methods" : [
54     {
55       "name" : "setUrl",
56       "type" : "function",
57       "desc" : "Set a URL to be used to load the content for this TabPanelItem.",
58       "sig" : "(url, params, loadOnce)",
59       "static" : false,
60       "memberOf" : "",
61       "isStatic" : false,
62       "isConstructor" : false,
63       "isPrivate" : false,
64       "example" : "",
65       "deprecated" : "",
66       "since" : "",
67       "see" : "",
68       "exceptions" : "",
69       "requires" : "",
70       "params" : [
71         {
72           "name" : "url",
73           "type" : "String/Function",
74           "desc" : "The URL to load the content from, or a function to call to get the URL",
75           "isOptional" : false
76         },
77         {
78           "name" : "params",
79           "type" : "String/Object",
80           "desc" : "(optional) The string params for the update call or an object of the params. See {@link Roo.UpdateManager#update} for more details. (Defaults to null)",
81           "isOptional" : false
82         },
83         {
84           "name" : "loadOnce",
85           "type" : "Boolean",
86           "desc" : "(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)",
87           "isOptional" : false
88         }
89       ],
90       "returns" : [
91         {
92           "name" : "",
93           "type" : "Roo.UpdateManager",
94           "desc" : "The UpdateManager"
95         }
96       ]
97     },
98     {
99       "name" : "getText",
100       "type" : "function",
101       "desc" : "Returns the text for this tab",
102       "sig" : "()\n{\n\n}",
103       "static" : false,
104       "memberOf" : "",
105       "isStatic" : false,
106       "isConstructor" : false,
107       "isPrivate" : false,
108       "example" : "",
109       "deprecated" : "",
110       "since" : "",
111       "see" : "",
112       "exceptions" : "",
113       "requires" : "",
114       "params" : [],
115       "returns" : [
116         {
117           "name" : "",
118           "type" : "String",
119           "desc" : ""
120         }
121       ]
122     },
123     {
124       "name" : "isHidden",
125       "type" : "function",
126       "desc" : "Returns true if this tab is \"hidden\"",
127       "sig" : "()\n{\n\n}",
128       "static" : false,
129       "memberOf" : "",
130       "isStatic" : false,
131       "isConstructor" : false,
132       "isPrivate" : false,
133       "example" : "",
134       "deprecated" : "",
135       "since" : "",
136       "see" : "",
137       "exceptions" : "",
138       "requires" : "",
139       "params" : [],
140       "returns" : [
141         {
142           "name" : "",
143           "type" : "Boolean",
144           "desc" : ""
145         }
146       ]
147     },
148     {
149       "name" : "setText",
150       "type" : "function",
151       "desc" : "Sets the text for the tab (Note: this also sets the tooltip text)",
152       "sig" : "(text)",
153       "static" : false,
154       "memberOf" : "",
155       "isStatic" : false,
156       "isConstructor" : false,
157       "isPrivate" : false,
158       "example" : "",
159       "deprecated" : "",
160       "since" : "",
161       "see" : "",
162       "exceptions" : "",
163       "requires" : "",
164       "params" : [
165         {
166           "name" : "text",
167           "type" : "String",
168           "desc" : "The tab's text and tooltip",
169           "isOptional" : false
170         }
171       ],
172       "returns" : []
173     },
174     {
175       "name" : "activate",
176       "type" : "function",
177       "desc" : "Activates this TabPanelItem -- this <b>does</b> deactivate the currently active TabPanelItem.",
178       "sig" : "()\n{\n\n}",
179       "static" : false,
180       "memberOf" : "",
181       "isStatic" : false,
182       "isConstructor" : false,
183       "isPrivate" : false,
184       "example" : "",
185       "deprecated" : "",
186       "since" : "",
187       "see" : "",
188       "exceptions" : "",
189       "requires" : "",
190       "params" : [],
191       "returns" : []
192     },
193     {
194       "name" : "isActive",
195       "type" : "function",
196       "desc" : "Returns true if this tab is the active tab.",
197       "sig" : "()\n{\n\n}",
198       "static" : false,
199       "memberOf" : "",
200       "isStatic" : false,
201       "isConstructor" : false,
202       "isPrivate" : false,
203       "example" : "",
204       "deprecated" : "",
205       "since" : "",
206       "see" : "",
207       "exceptions" : "",
208       "requires" : "",
209       "params" : [],
210       "returns" : [
211         {
212           "name" : "",
213           "type" : "Boolean",
214           "desc" : ""
215         }
216       ]
217     },
218     {
219       "name" : "setContent",
220       "type" : "function",
221       "desc" : "Sets the content for this TabPanelItem.",
222       "sig" : "(content, loadScripts)",
223       "static" : false,
224       "memberOf" : "",
225       "isStatic" : false,
226       "isConstructor" : false,
227       "isPrivate" : false,
228       "example" : "",
229       "deprecated" : "",
230       "since" : "",
231       "see" : "",
232       "exceptions" : "",
233       "requires" : "",
234       "params" : [
235         {
236           "name" : "content",
237           "type" : "String",
238           "desc" : "The content",
239           "isOptional" : false
240         },
241         {
242           "name" : "loadScripts",
243           "type" : "Boolean",
244           "desc" : "true to look for and load scripts",
245           "isOptional" : false
246         }
247       ],
248       "returns" : []
249     },
250     {
251       "name" : "refresh",
252       "type" : "function",
253       "desc" : "Forces a content refresh from the URL specified in the {@link #setUrl} method.\n  Will fail silently if the setUrl method has not been called.\n  This does not activate the panel, just updates its content.",
254       "sig" : "()\n{\n\n}",
255       "static" : false,
256       "memberOf" : "",
257       "isStatic" : false,
258       "isConstructor" : false,
259       "isPrivate" : false,
260       "example" : "",
261       "deprecated" : "",
262       "since" : "",
263       "see" : "",
264       "exceptions" : "",
265       "requires" : "",
266       "params" : [],
267       "returns" : []
268     },
269     {
270       "name" : "setHidden",
271       "type" : "function",
272       "desc" : "Show or hide the tab",
273       "sig" : "(hidden)",
274       "static" : false,
275       "memberOf" : "",
276       "isStatic" : false,
277       "isConstructor" : false,
278       "isPrivate" : false,
279       "example" : "",
280       "deprecated" : "",
281       "since" : "",
282       "see" : "",
283       "exceptions" : "",
284       "requires" : "",
285       "params" : [
286         {
287           "name" : "hidden",
288           "type" : "Boolean",
289           "desc" : "True to hide or false to show.",
290           "isOptional" : false
291         }
292       ],
293       "returns" : []
294     },
295     {
296       "name" : "setTooltip",
297       "type" : "function",
298       "desc" : "Set the tooltip for the tab.",
299       "sig" : "(tooltip)",
300       "static" : false,
301       "memberOf" : "",
302       "isStatic" : false,
303       "isConstructor" : false,
304       "isPrivate" : false,
305       "example" : "",
306       "deprecated" : "",
307       "since" : "",
308       "see" : "",
309       "exceptions" : "",
310       "requires" : "",
311       "params" : [
312         {
313           "name" : "tooltip",
314           "type" : "String",
315           "desc" : "The tab's tooltip",
316           "isOptional" : false
317         }
318       ],
319       "returns" : []
320     },
321     {
322       "name" : "enable",
323       "type" : "function",
324       "desc" : "Enables this TabPanelItem if it was previously disabled.",
325       "sig" : "()\n{\n\n}",
326       "static" : false,
327       "memberOf" : "",
328       "isStatic" : false,
329       "isConstructor" : false,
330       "isPrivate" : false,
331       "example" : "",
332       "deprecated" : "",
333       "since" : "",
334       "see" : "",
335       "exceptions" : "",
336       "requires" : "",
337       "params" : [],
338       "returns" : []
339     },
340     {
341       "name" : "getUpdateManager",
342       "type" : "function",
343       "desc" : "Gets the {@link Roo.UpdateManager} for the body of this TabPanelItem. Enables you to perform Ajax updates.",
344       "sig" : "()\n{\n\n}",
345       "static" : false,
346       "memberOf" : "",
347       "isStatic" : false,
348       "isConstructor" : false,
349       "isPrivate" : false,
350       "example" : "",
351       "deprecated" : "",
352       "since" : "",
353       "see" : "",
354       "exceptions" : "",
355       "requires" : "",
356       "params" : [],
357       "returns" : [
358         {
359           "name" : "",
360           "type" : "Roo.UpdateManager",
361           "desc" : "The UpdateManager"
362         }
363       ]
364     },
365     {
366       "name" : "disable",
367       "type" : "function",
368       "desc" : "Disables this TabPanelItem -- this does nothing if this is the active TabPanelItem.",
369       "sig" : "()\n{\n\n}",
370       "static" : false,
371       "memberOf" : "",
372       "isStatic" : false,
373       "isConstructor" : false,
374       "isPrivate" : false,
375       "example" : "",
376       "deprecated" : "",
377       "since" : "",
378       "see" : "",
379       "exceptions" : "",
380       "requires" : "",
381       "params" : [],
382       "returns" : []
383     },
384     {
385       "name" : "hide",
386       "type" : "function",
387       "desc" : "Hides this TabPanelItem -- if you don't activate another TabPanelItem this could look odd.",
388       "sig" : "()\n{\n\n}",
389       "static" : false,
390       "memberOf" : "",
391       "isStatic" : false,
392       "isConstructor" : false,
393       "isPrivate" : false,
394       "example" : "",
395       "deprecated" : "",
396       "since" : "",
397       "see" : "",
398       "exceptions" : "",
399       "requires" : "",
400       "params" : [],
401       "returns" : []
402     },
403     {
404       "name" : "show",
405       "type" : "function",
406       "desc" : "Shows this TabPanelItem -- this <b>does not</b> deactivate the currently active TabPanelItem.",
407       "sig" : "()\n{\n\n}",
408       "static" : false,
409       "memberOf" : "",
410       "isStatic" : false,
411       "isConstructor" : false,
412       "isPrivate" : false,
413       "example" : "",
414       "deprecated" : "",
415       "since" : "",
416       "see" : "",
417       "exceptions" : "",
418       "requires" : "",
419       "params" : [],
420       "returns" : []
421     },
422     {
423       "name" : "purgeListeners",
424       "type" : "function",
425       "desc" : "Removes all listeners for this object",
426       "sig" : "()\n{\n\n}",
427       "static" : false,
428       "memberOf" : "Roo.util.Observable",
429       "isStatic" : false,
430       "isConstructor" : false,
431       "isPrivate" : false,
432       "example" : "",
433       "deprecated" : "",
434       "since" : "",
435       "see" : "",
436       "exceptions" : "",
437       "requires" : "",
438       "params" : [],
439       "returns" : []
440     },
441     {
442       "name" : "on",
443       "type" : "function",
444       "desc" : "Appends an event handler to this element (shorthand for addListener)",
445       "sig" : "(eventName, handler, scope, options)",
446       "static" : false,
447       "memberOf" : "Roo.util.Observable",
448       "isStatic" : false,
449       "isConstructor" : false,
450       "isPrivate" : false,
451       "example" : "",
452       "deprecated" : "",
453       "since" : "",
454       "see" : "",
455       "exceptions" : "",
456       "requires" : "",
457       "params" : [
458         {
459           "name" : "eventName",
460           "type" : "String",
461           "desc" : "The type of event to listen for",
462           "isOptional" : false
463         },
464         {
465           "name" : "handler",
466           "type" : "Function",
467           "desc" : "The method the event invokes",
468           "isOptional" : false
469         },
470         {
471           "name" : "scope",
472           "type" : "Object",
473           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
474           "isOptional" : false
475         },
476         {
477           "name" : "options",
478           "type" : "Object",
479           "desc" : "(optional)",
480           "isOptional" : false
481         }
482       ],
483       "returns" : []
484     },
485     {
486       "name" : "un",
487       "type" : "function",
488       "desc" : "Removes a listener (shorthand for removeListener)",
489       "sig" : "(eventName, handler, scope)",
490       "static" : false,
491       "memberOf" : "Roo.util.Observable",
492       "isStatic" : false,
493       "isConstructor" : false,
494       "isPrivate" : false,
495       "example" : "",
496       "deprecated" : "",
497       "since" : "",
498       "see" : "",
499       "exceptions" : "",
500       "requires" : "",
501       "params" : [
502         {
503           "name" : "eventName",
504           "type" : "String",
505           "desc" : "The type of event to listen for",
506           "isOptional" : false
507         },
508         {
509           "name" : "handler",
510           "type" : "Function",
511           "desc" : "The handler to remove",
512           "isOptional" : false
513         },
514         {
515           "name" : "scope",
516           "type" : "Object",
517           "desc" : "(optional) The scope (this object) for the handler",
518           "isOptional" : false
519         }
520       ],
521       "returns" : []
522     },
523     {
524       "name" : "addEvents",
525       "type" : "function",
526       "desc" : "Used to define events on this Observable",
527       "sig" : "(object)",
528       "static" : false,
529       "memberOf" : "Roo.util.Observable",
530       "isStatic" : false,
531       "isConstructor" : false,
532       "isPrivate" : false,
533       "example" : "",
534       "deprecated" : "",
535       "since" : "",
536       "see" : "",
537       "exceptions" : "",
538       "requires" : "",
539       "params" : [
540         {
541           "name" : "object",
542           "type" : "Object",
543           "desc" : "The object with the events defined",
544           "isOptional" : false
545         }
546       ],
547       "returns" : []
548     },
549     {
550       "name" : "releaseCapture",
551       "type" : "function",
552       "desc" : "Removes <b>all</b> added captures from the Observable.",
553       "sig" : "(o)",
554       "static" : true,
555       "memberOf" : "Roo.util.Observable",
556       "isStatic" : true,
557       "isConstructor" : false,
558       "isPrivate" : false,
559       "example" : "",
560       "deprecated" : "",
561       "since" : "",
562       "see" : "",
563       "exceptions" : "",
564       "requires" : "",
565       "params" : [
566         {
567           "name" : "o",
568           "type" : "Observable",
569           "desc" : "The Observable to release",
570           "isOptional" : false
571         }
572       ],
573       "returns" : []
574     },
575     {
576       "name" : "removeListener",
577       "type" : "function",
578       "desc" : "Removes a listener",
579       "sig" : "(eventName, handler, scope)",
580       "static" : false,
581       "memberOf" : "Roo.util.Observable",
582       "isStatic" : false,
583       "isConstructor" : false,
584       "isPrivate" : false,
585       "example" : "",
586       "deprecated" : "",
587       "since" : "",
588       "see" : "",
589       "exceptions" : "",
590       "requires" : "",
591       "params" : [
592         {
593           "name" : "eventName",
594           "type" : "String",
595           "desc" : "The type of event to listen for",
596           "isOptional" : false
597         },
598         {
599           "name" : "handler",
600           "type" : "Function",
601           "desc" : "The handler to remove",
602           "isOptional" : false
603         },
604         {
605           "name" : "scope",
606           "type" : "Object",
607           "desc" : "(optional) The scope (this object) for the handler",
608           "isOptional" : false
609         }
610       ],
611       "returns" : []
612     },
613     {
614       "name" : "fireEvent",
615       "type" : "function",
616       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
617       "sig" : "(eventName, args)",
618       "static" : false,
619       "memberOf" : "Roo.util.Observable",
620       "isStatic" : false,
621       "isConstructor" : false,
622       "isPrivate" : false,
623       "example" : "",
624       "deprecated" : "",
625       "since" : "",
626       "see" : "",
627       "exceptions" : "",
628       "requires" : "",
629       "params" : [
630         {
631           "name" : "eventName",
632           "type" : "String",
633           "desc" : "",
634           "isOptional" : false
635         },
636         {
637           "name" : "args",
638           "type" : "Object...",
639           "desc" : "Variable number of parameters are passed to handlers",
640           "isOptional" : false
641         }
642       ],
643       "returns" : [
644         {
645           "name" : "",
646           "type" : "Boolean",
647           "desc" : "returns false if any of the handlers return false otherwise it returns true"
648         }
649       ]
650     },
651     {
652       "name" : "hasListener",
653       "type" : "function",
654       "desc" : "Checks to see if this object has any listeners for a specified event",
655       "sig" : "(eventName)",
656       "static" : false,
657       "memberOf" : "Roo.util.Observable",
658       "isStatic" : false,
659       "isConstructor" : false,
660       "isPrivate" : false,
661       "example" : "",
662       "deprecated" : "",
663       "since" : "",
664       "see" : "",
665       "exceptions" : "",
666       "requires" : "",
667       "params" : [
668         {
669           "name" : "eventName",
670           "type" : "String",
671           "desc" : "The name of the event to check for",
672           "isOptional" : false
673         }
674       ],
675       "returns" : [
676         {
677           "name" : "",
678           "type" : "Boolean",
679           "desc" : "True if the event is being listened for, else false"
680         }
681       ]
682     },
683     {
684       "name" : "capture",
685       "type" : "function",
686       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
687       "sig" : "(o, fn, scope)",
688       "static" : true,
689       "memberOf" : "Roo.util.Observable",
690       "isStatic" : true,
691       "isConstructor" : false,
692       "isPrivate" : false,
693       "example" : "",
694       "deprecated" : "",
695       "since" : "",
696       "see" : "",
697       "exceptions" : "",
698       "requires" : "",
699       "params" : [
700         {
701           "name" : "o",
702           "type" : "Observable",
703           "desc" : "The Observable to capture",
704           "isOptional" : false
705         },
706         {
707           "name" : "fn",
708           "type" : "Function",
709           "desc" : "The function to call",
710           "isOptional" : false
711         },
712         {
713           "name" : "scope",
714           "type" : "Object",
715           "desc" : "(optional) The scope (this object) for the fn",
716           "isOptional" : false
717         }
718       ],
719       "returns" : []
720     },
721     {
722       "name" : "addListener",
723       "type" : "function",
724       "desc" : "Appends an event handler to this component",
725       "sig" : "(eventName, handler, scope, options)",
726       "static" : false,
727       "memberOf" : "Roo.util.Observable",
728       "isStatic" : false,
729       "isConstructor" : false,
730       "isPrivate" : false,
731       "example" : "",
732       "deprecated" : "",
733       "since" : "",
734       "see" : "",
735       "exceptions" : "",
736       "requires" : "",
737       "params" : [
738         {
739           "name" : "eventName",
740           "type" : "String",
741           "desc" : "The type of event to listen for",
742           "isOptional" : false
743         },
744         {
745           "name" : "handler",
746           "type" : "Function",
747           "desc" : "The method the event invokes",
748           "isOptional" : false
749         },
750         {
751           "name" : "scope",
752           "type" : "Object",
753           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
754           "isOptional" : false
755         },
756         {
757           "name" : "options",
758           "type" : "Object",
759           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
760           "isOptional" : false
761         }
762       ],
763       "returns" : []
764     }
765   ],
766   "events" : [
767     {
768       "name" : "beforeclose",
769       "type" : "function",
770       "desc" : "Fires before this tab is closed. To cancel the close, set cancel to true on e (e.cancel = true).",
771       "sig" : "function (_self, e)\n{\n\n}",
772       "memberOf" : "",
773       "example" : "",
774       "deprecated" : "",
775       "since" : "",
776       "see" : "",
777       "params" : [
778         {
779           "name" : "this",
780           "type" : "Roo.TabPanelItem",
781           "desc" : "",
782           "isOptional" : false
783         },
784         {
785           "name" : "e",
786           "type" : "Object",
787           "desc" : "Set cancel to true on this object to cancel the close.",
788           "isOptional" : false
789         }
790       ],
791       "returns" : []
792     },
793     {
794       "name" : "close",
795       "type" : "function",
796       "desc" : "Fires when this tab is closed.",
797       "sig" : "function (_self)\n{\n\n}",
798       "memberOf" : "",
799       "example" : "",
800       "deprecated" : "",
801       "since" : "",
802       "see" : "",
803       "params" : [
804         {
805           "name" : "this",
806           "type" : "Roo.TabPanelItem",
807           "desc" : "",
808           "isOptional" : false
809         }
810       ],
811       "returns" : []
812     },
813     {
814       "name" : "activate",
815       "type" : "function",
816       "desc" : "Fires when this tab becomes the active tab.",
817       "sig" : "function (tabPanel, _self)\n{\n\n}",
818       "memberOf" : "",
819       "example" : "",
820       "deprecated" : "",
821       "since" : "",
822       "see" : "",
823       "params" : [
824         {
825           "name" : "tabPanel",
826           "type" : "Roo.TabPanel",
827           "desc" : "The parent TabPanel",
828           "isOptional" : false
829         },
830         {
831           "name" : "this",
832           "type" : "Roo.TabPanelItem",
833           "desc" : "",
834           "isOptional" : false
835         }
836       ],
837       "returns" : []
838     },
839     {
840       "name" : "deactivate",
841       "type" : "function",
842       "desc" : "Fires when this tab is no longer the active tab.",
843       "sig" : "function (tabPanel, _self)\n{\n\n}",
844       "memberOf" : "",
845       "example" : "",
846       "deprecated" : "",
847       "since" : "",
848       "see" : "",
849       "params" : [
850         {
851           "name" : "tabPanel",
852           "type" : "Roo.TabPanel",
853           "desc" : "The parent TabPanel",
854           "isOptional" : false
855         },
856         {
857           "name" : "this",
858           "type" : "Roo.TabPanelItem",
859           "desc" : "",
860           "isOptional" : false
861         }
862       ],
863       "returns" : []
864     }
865   ]
866 }