sync
[roojs1] / docs / symbols / Roo.bootstrap.panel.TabItem.json
1 {
2   "name" : "Roo.bootstrap.panel.TabItem",
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" : "TabItem",
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" : "hide",
56       "type" : "function",
57       "desc" : "Hides this TabPanelItem -- if you don't activate another TabPanelItem this could look odd.",
58       "sig" : "()\n{\n\n}",
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       "returns" : []
72     },
73     {
74       "name" : "show",
75       "type" : "function",
76       "desc" : "Shows this TabPanelItem -- this <b>does not</b> deactivate the currently active TabPanelItem.",
77       "sig" : "()\n{\n\n}",
78       "static" : false,
79       "memberOf" : "",
80       "isStatic" : false,
81       "isConstructor" : false,
82       "isPrivate" : false,
83       "example" : "",
84       "deprecated" : "",
85       "since" : "",
86       "see" : "",
87       "exceptions" : "",
88       "requires" : "",
89       "params" : [],
90       "returns" : []
91     },
92     {
93       "name" : "isHidden",
94       "type" : "function",
95       "desc" : "Returns true if this tab is \"hidden\"",
96       "sig" : "()\n{\n\n}",
97       "static" : false,
98       "memberOf" : "",
99       "isStatic" : false,
100       "isConstructor" : false,
101       "isPrivate" : false,
102       "example" : "",
103       "deprecated" : "",
104       "since" : "",
105       "see" : "",
106       "exceptions" : "",
107       "requires" : "",
108       "params" : [],
109       "returns" : [
110         {
111           "name" : "",
112           "type" : "Boolean",
113           "desc" : ""
114         }
115       ]
116     },
117     {
118       "name" : "activate",
119       "type" : "function",
120       "desc" : "Activates this TabPanelItem -- this <b>does</b> deactivate the currently active TabPanelItem.",
121       "sig" : "()\n{\n\n}",
122       "static" : false,
123       "memberOf" : "",
124       "isStatic" : false,
125       "isConstructor" : false,
126       "isPrivate" : false,
127       "example" : "",
128       "deprecated" : "",
129       "since" : "",
130       "see" : "",
131       "exceptions" : "",
132       "requires" : "",
133       "params" : [],
134       "returns" : []
135     },
136     {
137       "name" : "isActive",
138       "type" : "function",
139       "desc" : "Returns true if this tab is the active tab.",
140       "sig" : "()\n{\n\n}",
141       "static" : false,
142       "memberOf" : "",
143       "isStatic" : false,
144       "isConstructor" : false,
145       "isPrivate" : false,
146       "example" : "",
147       "deprecated" : "",
148       "since" : "",
149       "see" : "",
150       "exceptions" : "",
151       "requires" : "",
152       "params" : [],
153       "returns" : [
154         {
155           "name" : "",
156           "type" : "Boolean",
157           "desc" : ""
158         }
159       ]
160     },
161     {
162       "name" : "disable",
163       "type" : "function",
164       "desc" : "Disables this TabPanelItem -- this does nothing if this is the active TabPanelItem.",
165       "sig" : "()\n{\n\n}",
166       "static" : false,
167       "memberOf" : "",
168       "isStatic" : false,
169       "isConstructor" : false,
170       "isPrivate" : false,
171       "example" : "",
172       "deprecated" : "",
173       "since" : "",
174       "see" : "",
175       "exceptions" : "",
176       "requires" : "",
177       "params" : [],
178       "returns" : []
179     },
180     {
181       "name" : "setUrl",
182       "type" : "function",
183       "desc" : "Set a URL to be used to load the content for this TabPanelItem.",
184       "sig" : "(url, params, loadOnce)",
185       "static" : false,
186       "memberOf" : "",
187       "isStatic" : false,
188       "isConstructor" : false,
189       "isPrivate" : false,
190       "example" : "",
191       "deprecated" : "",
192       "since" : "",
193       "see" : "",
194       "exceptions" : "",
195       "requires" : "",
196       "params" : [
197         {
198           "name" : "url",
199           "type" : "String/Function",
200           "desc" : "The URL to load the content from, or a function to call to get the URL",
201           "isOptional" : false
202         },
203         {
204           "name" : "params",
205           "type" : "String/Object",
206           "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)",
207           "isOptional" : false
208         },
209         {
210           "name" : "loadOnce",
211           "type" : "Boolean",
212           "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)",
213           "isOptional" : false
214         }
215       ],
216       "returns" : [
217         {
218           "name" : "",
219           "type" : "Roo.UpdateManager",
220           "desc" : "The UpdateManager"
221         }
222       ]
223     },
224     {
225       "name" : "setContent",
226       "type" : "function",
227       "desc" : "Sets the content for this TabPanelItem.",
228       "sig" : "(content, loadScripts)",
229       "static" : false,
230       "memberOf" : "",
231       "isStatic" : false,
232       "isConstructor" : false,
233       "isPrivate" : false,
234       "example" : "",
235       "deprecated" : "",
236       "since" : "",
237       "see" : "",
238       "exceptions" : "",
239       "requires" : "",
240       "params" : [
241         {
242           "name" : "content",
243           "type" : "String",
244           "desc" : "The content",
245           "isOptional" : false
246         },
247         {
248           "name" : "loadScripts",
249           "type" : "Boolean",
250           "desc" : "true to look for and load scripts",
251           "isOptional" : false
252         }
253       ],
254       "returns" : []
255     },
256     {
257       "name" : "getUpdateManager",
258       "type" : "function",
259       "desc" : "Gets the {@link Roo.UpdateManager} for the body of this TabPanelItem. Enables you to perform Ajax updates.",
260       "sig" : "()\n{\n\n}",
261       "static" : false,
262       "memberOf" : "",
263       "isStatic" : false,
264       "isConstructor" : false,
265       "isPrivate" : false,
266       "example" : "",
267       "deprecated" : "",
268       "since" : "",
269       "see" : "",
270       "exceptions" : "",
271       "requires" : "",
272       "params" : [],
273       "returns" : [
274         {
275           "name" : "",
276           "type" : "Roo.UpdateManager",
277           "desc" : "The UpdateManager"
278         }
279       ]
280     },
281     {
282       "name" : "setTooltip",
283       "type" : "function",
284       "desc" : "Set the tooltip for the tab.",
285       "sig" : "(tooltip)",
286       "static" : false,
287       "memberOf" : "",
288       "isStatic" : false,
289       "isConstructor" : false,
290       "isPrivate" : false,
291       "example" : "",
292       "deprecated" : "",
293       "since" : "",
294       "see" : "",
295       "exceptions" : "",
296       "requires" : "",
297       "params" : [
298         {
299           "name" : "tooltip",
300           "type" : "String",
301           "desc" : "The tab's tooltip",
302           "isOptional" : false
303         }
304       ],
305       "returns" : []
306     },
307     {
308       "name" : "getText",
309       "type" : "function",
310       "desc" : "Returns the text for this tab",
311       "sig" : "()\n{\n\n}",
312       "static" : false,
313       "memberOf" : "",
314       "isStatic" : false,
315       "isConstructor" : false,
316       "isPrivate" : false,
317       "example" : "",
318       "deprecated" : "",
319       "since" : "",
320       "see" : "",
321       "exceptions" : "",
322       "requires" : "",
323       "params" : [],
324       "returns" : [
325         {
326           "name" : "",
327           "type" : "String",
328           "desc" : ""
329         }
330       ]
331     },
332     {
333       "name" : "setText",
334       "type" : "function",
335       "desc" : "Sets the text for the tab (Note: this also sets the tooltip text)",
336       "sig" : "(text)",
337       "static" : false,
338       "memberOf" : "",
339       "isStatic" : false,
340       "isConstructor" : false,
341       "isPrivate" : false,
342       "example" : "",
343       "deprecated" : "",
344       "since" : "",
345       "see" : "",
346       "exceptions" : "",
347       "requires" : "",
348       "params" : [
349         {
350           "name" : "text",
351           "type" : "String",
352           "desc" : "The tab's text and tooltip",
353           "isOptional" : false
354         }
355       ],
356       "returns" : []
357     },
358     {
359       "name" : "setHidden",
360       "type" : "function",
361       "desc" : "Show or hide the tab",
362       "sig" : "(hidden)",
363       "static" : false,
364       "memberOf" : "",
365       "isStatic" : false,
366       "isConstructor" : false,
367       "isPrivate" : false,
368       "example" : "",
369       "deprecated" : "",
370       "since" : "",
371       "see" : "",
372       "exceptions" : "",
373       "requires" : "",
374       "params" : [
375         {
376           "name" : "hidden",
377           "type" : "Boolean",
378           "desc" : "True to hide or false to show.",
379           "isOptional" : false
380         }
381       ],
382       "returns" : []
383     },
384     {
385       "name" : "refresh",
386       "type" : "function",
387       "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.",
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" : "enable",
405       "type" : "function",
406       "desc" : "Enables this TabPanelItem if it was previously disabled.",
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" : "close",
769       "type" : "function",
770       "desc" : "Fires when this tab is closed.",
771       "sig" : "function (_self)\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       "returns" : []
786     },
787     {
788       "name" : "activate",
789       "type" : "function",
790       "desc" : "Fires when this tab becomes the active tab.",
791       "sig" : "function (tabPanel, _self)\n{\n\n}",
792       "memberOf" : "",
793       "example" : "",
794       "deprecated" : "",
795       "since" : "",
796       "see" : "",
797       "params" : [
798         {
799           "name" : "tabPanel",
800           "type" : "Roo.TabPanel",
801           "desc" : "The parent TabPanel",
802           "isOptional" : false
803         },
804         {
805           "name" : "this",
806           "type" : "Roo.TabPanelItem",
807           "desc" : "",
808           "isOptional" : false
809         }
810       ],
811       "returns" : []
812     },
813     {
814       "name" : "beforeclose",
815       "type" : "function",
816       "desc" : "Fires before this tab is closed. To cancel the close, set cancel to true on e (e.cancel = true).",
817       "sig" : "function (_self, e)\n{\n\n}",
818       "memberOf" : "",
819       "example" : "",
820       "deprecated" : "",
821       "since" : "",
822       "see" : "",
823       "params" : [
824         {
825           "name" : "this",
826           "type" : "Roo.TabPanelItem",
827           "desc" : "",
828           "isOptional" : false
829         },
830         {
831           "name" : "e",
832           "type" : "Object",
833           "desc" : "Set cancel to true on this object to cancel the close.",
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 }