Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.bootstrap.dash.TabBox.json
1 {
2   "name" : "Roo.bootstrap.dash.TabBox",
3   "augments" : [
4     "Roo.bootstrap.Component",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "desc" : "Bootstrap TabBox class",
9   "isSingleton" : false,
10   "isStatic" : false,
11   "isBuiltin" : false,
12   "memberOf" : "TabBox",
13   "example" : "",
14   "deprecated" : "",
15   "since" : "",
16   "see" : "",
17   "params" : [
18     {
19       "name" : "config",
20       "type" : "Object",
21       "desc" : "The config object",
22       "isOptional" : false
23     }
24   ],
25   "returns" : [],
26   "config" : [
27     {
28       "name" : "listeners",
29       "type" : "Object",
30       "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>",
31       "memberOf" : "Roo.util.Observable",
32       "optvals" : []
33     },
34     {
35       "name" : "tooltip",
36       "type" : "string",
37       "desc" : "Text for the tooltip",
38       "memberOf" : "Roo.bootstrap.Component",
39       "optvals" : []
40     },
41     {
42       "name" : "container_method",
43       "type" : "string",
44       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
45       "memberOf" : "Roo.bootstrap.Component",
46       "optvals" : []
47     },
48     {
49       "name" : "visibilityEl",
50       "type" : "string|object",
51       "desc" : "t) What element to use for visibility (@see getVisibilityEl())",
52       "memberOf" : "Roo.bootstrap.Component",
53       "optvals" : [
54         "el",
55         "parent"
56       ]
57     },
58     {
59       "name" : "can_build_overlaid",
60       "type" : "Boolean",
61       "desc" : "True if element can be rebuild from a HTML page",
62       "memberOf" : "Roo.bootstrap.Component",
63       "optvals" : []
64     },
65     {
66       "name" : "hideMode",
67       "type" : "String",
68       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
69       "memberOf" : "Roo.Component",
70       "optvals" : [
71         "display",
72         "visibility"
73       ]
74     },
75     {
76       "name" : "title",
77       "type" : "String",
78       "desc" : "Title of the TabBox",
79       "memberOf" : "Roo.bootstrap.dash.TabBox",
80       "optvals" : []
81     },
82     {
83       "name" : "style",
84       "type" : "String",
85       "desc" : "any extra css",
86       "memberOf" : "Roo.bootstrap.Component",
87       "optvals" : []
88     },
89     {
90       "name" : "allowDomMove",
91       "type" : "Boolean",
92       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
93       "memberOf" : "Roo.Component",
94       "optvals" : []
95     },
96     {
97       "name" : "cls",
98       "type" : "String",
99       "desc" : "css class",
100       "memberOf" : "Roo.bootstrap.Component",
101       "optvals" : []
102     },
103     {
104       "name" : "xattr",
105       "type" : "Object",
106       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
107       "memberOf" : "Roo.bootstrap.Component",
108       "optvals" : []
109     },
110     {
111       "name" : "actionMode",
112       "type" : "String",
113       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
114       "memberOf" : "Roo.Component",
115       "optvals" : []
116     },
117     {
118       "name" : "icon",
119       "type" : "String",
120       "desc" : "Icon of the TabBox",
121       "memberOf" : "Roo.bootstrap.dash.TabBox",
122       "optvals" : []
123     },
124     {
125       "name" : "dataId",
126       "type" : "string",
127       "desc" : "cutomer id",
128       "memberOf" : "Roo.bootstrap.Component",
129       "optvals" : []
130     },
131     {
132       "name" : "tabScrollable",
133       "type" : "Boolean",
134       "desc" : "e) tab scrollable when mobile view default false",
135       "memberOf" : "Roo.bootstrap.dash.TabBox",
136       "optvals" : [
137         "true",
138         "false"
139       ]
140     },
141     {
142       "name" : "name",
143       "type" : "string",
144       "desc" : "Specifies name attribute",
145       "memberOf" : "Roo.bootstrap.Component",
146       "optvals" : []
147     },
148     {
149       "name" : "disableClass",
150       "type" : "String",
151       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
152       "memberOf" : "Roo.Component",
153       "optvals" : []
154     },
155     {
156       "name" : "showtabs",
157       "type" : "Boolean",
158       "desc" : "e) show the tabs default true",
159       "memberOf" : "Roo.bootstrap.dash.TabBox",
160       "optvals" : [
161         "true",
162         "false"
163       ]
164     }
165   ],
166   "methods" : [
167     {
168       "name" : "setTitle",
169       "desc" : "Updates the box title",
170       "isStatic" : false,
171       "isConstructor" : false,
172       "isPrivate" : false,
173       "memberOf" : "Roo.bootstrap.dash.TabBox",
174       "example" : "",
175       "deprecated" : "",
176       "since" : "",
177       "see" : "",
178       "params" : [
179         {
180           "name" : "html",
181           "type" : "String",
182           "desc" : "to set the title to.",
183           "isOptional" : false
184         }
185       ],
186       "returns" : []
187     },
188     {
189       "name" : "tooltipEl",
190       "desc" : "Fetch the element to display the tooltip on.",
191       "isStatic" : false,
192       "isConstructor" : false,
193       "isPrivate" : false,
194       "memberOf" : "Roo.bootstrap.Component",
195       "example" : "",
196       "deprecated" : "",
197       "since" : "",
198       "see" : "",
199       "params" : [],
200       "returns" : [
201         {
202           "name" : "",
203           "type" : "Roo.Element",
204           "desc" : "defaults to this.el"
205         }
206       ]
207     },
208     {
209       "name" : "hide",
210       "desc" : "Hide a component - adds 'hidden' class",
211       "isStatic" : false,
212       "isConstructor" : false,
213       "isPrivate" : false,
214       "memberOf" : "Roo.bootstrap.Component",
215       "example" : "",
216       "deprecated" : "",
217       "since" : "",
218       "see" : "",
219       "params" : [],
220       "returns" : []
221     },
222     {
223       "name" : "show",
224       "desc" : "Show a component - removes 'hidden' class",
225       "isStatic" : false,
226       "isConstructor" : false,
227       "isPrivate" : false,
228       "memberOf" : "Roo.bootstrap.Component",
229       "example" : "",
230       "deprecated" : "",
231       "since" : "",
232       "see" : "",
233       "params" : [],
234       "returns" : []
235     },
236     {
237       "name" : "setVisibilityEl",
238       "desc" : "Set the element that will be used to show or hide",
239       "isStatic" : false,
240       "isConstructor" : false,
241       "isPrivate" : false,
242       "memberOf" : "Roo.bootstrap.Component",
243       "example" : "",
244       "deprecated" : "",
245       "since" : "",
246       "see" : "",
247       "params" : [],
248       "returns" : []
249     },
250     {
251       "name" : "getVisibilityEl",
252       "desc" : "Get the element that will be used to show or hide",
253       "isStatic" : false,
254       "isConstructor" : false,
255       "isPrivate" : false,
256       "memberOf" : "Roo.bootstrap.Component",
257       "example" : "",
258       "deprecated" : "",
259       "since" : "",
260       "see" : "",
261       "params" : [],
262       "returns" : []
263     },
264     {
265       "name" : "initEvents",
266       "desc" : "Initialize Events for the element",
267       "isStatic" : false,
268       "isConstructor" : false,
269       "isPrivate" : false,
270       "memberOf" : "Roo.bootstrap.Component",
271       "example" : "",
272       "deprecated" : "",
273       "since" : "",
274       "see" : "",
275       "params" : [],
276       "returns" : []
277     },
278     {
279       "name" : "getChildContainer",
280       "desc" : "Fetch the element to add children to",
281       "isStatic" : false,
282       "isConstructor" : false,
283       "isPrivate" : false,
284       "memberOf" : "Roo.bootstrap.Component",
285       "example" : "",
286       "deprecated" : "",
287       "since" : "",
288       "see" : "",
289       "params" : [],
290       "returns" : [
291         {
292           "name" : "",
293           "type" : "Roo.Element",
294           "desc" : "defaults to this.el"
295         }
296       ]
297     },
298     {
299       "name" : "getId",
300       "desc" : "Returns the id of this component.",
301       "isStatic" : false,
302       "isConstructor" : false,
303       "isPrivate" : false,
304       "memberOf" : "Roo.Component",
305       "example" : "",
306       "deprecated" : "",
307       "since" : "",
308       "see" : "",
309       "params" : [],
310       "returns" : [
311         {
312           "name" : "",
313           "type" : "String",
314           "desc" : ""
315         }
316       ]
317     },
318     {
319       "name" : "render",
320       "desc" : "If this is a lazy rendering component, render it to its container element.",
321       "isStatic" : false,
322       "isConstructor" : false,
323       "isPrivate" : false,
324       "memberOf" : "Roo.Component",
325       "example" : "",
326       "deprecated" : "",
327       "since" : "",
328       "see" : "",
329       "params" : [
330         {
331           "name" : "container",
332           "type" : "String/HTMLElement/Element",
333           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
334           "isOptional" : false
335         }
336       ],
337       "returns" : []
338     },
339     {
340       "name" : "destroy",
341       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
342       "isStatic" : false,
343       "isConstructor" : false,
344       "isPrivate" : false,
345       "memberOf" : "Roo.Component",
346       "example" : "",
347       "deprecated" : "",
348       "since" : "",
349       "see" : "",
350       "params" : [],
351       "returns" : []
352     },
353     {
354       "name" : "isVisible",
355       "desc" : "Returns true if this component is visible.",
356       "isStatic" : false,
357       "isConstructor" : false,
358       "isPrivate" : false,
359       "memberOf" : "Roo.Component",
360       "example" : "",
361       "deprecated" : "",
362       "since" : "",
363       "see" : "",
364       "params" : [],
365       "returns" : []
366     },
367     {
368       "name" : "setDisabled",
369       "desc" : "Convenience function for setting disabled/enabled by boolean.",
370       "isStatic" : false,
371       "isConstructor" : false,
372       "isPrivate" : false,
373       "memberOf" : "Roo.Component",
374       "example" : "",
375       "deprecated" : "",
376       "since" : "",
377       "see" : "",
378       "params" : [
379         {
380           "name" : "disabled",
381           "type" : "Boolean",
382           "desc" : "",
383           "isOptional" : false
384         }
385       ],
386       "returns" : []
387     },
388     {
389       "name" : "focus",
390       "desc" : "Try to focus this component.",
391       "isStatic" : false,
392       "isConstructor" : false,
393       "isPrivate" : false,
394       "memberOf" : "Roo.Component",
395       "example" : "",
396       "deprecated" : "",
397       "since" : "",
398       "see" : "",
399       "params" : [
400         {
401           "name" : "selectText",
402           "type" : "Boolean",
403           "desc" : "True to also select the text in this component (if applicable)",
404           "isOptional" : false
405         }
406       ],
407       "returns" : [
408         {
409           "name" : "",
410           "type" : "Roo.Component",
411           "desc" : "this"
412         }
413       ]
414     },
415     {
416       "name" : "enable",
417       "desc" : "Enable this component.",
418       "isStatic" : false,
419       "isConstructor" : false,
420       "isPrivate" : false,
421       "memberOf" : "Roo.Component",
422       "example" : "",
423       "deprecated" : "",
424       "since" : "",
425       "see" : "",
426       "params" : [],
427       "returns" : [
428         {
429           "name" : "",
430           "type" : "Roo.Component",
431           "desc" : "this"
432         }
433       ]
434     },
435     {
436       "name" : "setVisible",
437       "desc" : "Convenience function to hide or show this component by boolean.",
438       "isStatic" : false,
439       "isConstructor" : false,
440       "isPrivate" : false,
441       "memberOf" : "Roo.Component",
442       "example" : "",
443       "deprecated" : "",
444       "since" : "",
445       "see" : "",
446       "params" : [
447         {
448           "name" : "visible",
449           "type" : "Boolean",
450           "desc" : "True to show, false to hide",
451           "isOptional" : false
452         }
453       ],
454       "returns" : [
455         {
456           "name" : "",
457           "type" : "Roo.Component",
458           "desc" : "this"
459         }
460       ]
461     },
462     {
463       "name" : "disable",
464       "desc" : "Disable this component.",
465       "isStatic" : false,
466       "isConstructor" : false,
467       "isPrivate" : false,
468       "memberOf" : "Roo.Component",
469       "example" : "",
470       "deprecated" : "",
471       "since" : "",
472       "see" : "",
473       "params" : [],
474       "returns" : [
475         {
476           "name" : "",
477           "type" : "Roo.Component",
478           "desc" : "this"
479         }
480       ]
481     },
482     {
483       "name" : "getEl",
484       "desc" : "Returns the underlying {@link Roo.Element}.",
485       "isStatic" : false,
486       "isConstructor" : false,
487       "isPrivate" : false,
488       "memberOf" : "Roo.Component",
489       "example" : "",
490       "deprecated" : "",
491       "since" : "",
492       "see" : "",
493       "params" : [],
494       "returns" : [
495         {
496           "name" : "",
497           "type" : "Roo.Element",
498           "desc" : "The element"
499         }
500       ]
501     },
502     {
503       "name" : "purgeListeners",
504       "desc" : "Removes all listeners for this object",
505       "isStatic" : false,
506       "isConstructor" : false,
507       "isPrivate" : false,
508       "memberOf" : "Roo.util.Observable",
509       "example" : "",
510       "deprecated" : "",
511       "since" : "",
512       "see" : "",
513       "params" : [],
514       "returns" : []
515     },
516     {
517       "name" : "on",
518       "desc" : "Appends an event handler to this element (shorthand for addListener)",
519       "isStatic" : false,
520       "isConstructor" : false,
521       "isPrivate" : false,
522       "memberOf" : "Roo.util.Observable",
523       "example" : "",
524       "deprecated" : "",
525       "since" : "",
526       "see" : "",
527       "params" : [
528         {
529           "name" : "eventName",
530           "type" : "String",
531           "desc" : "The type of event to listen for",
532           "isOptional" : false
533         },
534         {
535           "name" : "handler",
536           "type" : "Function",
537           "desc" : "The method the event invokes",
538           "isOptional" : false
539         },
540         {
541           "name" : "scope",
542           "type" : "Object",
543           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
544           "isOptional" : false
545         },
546         {
547           "name" : "options",
548           "type" : "Object",
549           "desc" : "(optional)",
550           "isOptional" : false
551         }
552       ],
553       "returns" : []
554     },
555     {
556       "name" : "un",
557       "desc" : "Removes a listener (shorthand for removeListener)",
558       "isStatic" : false,
559       "isConstructor" : false,
560       "isPrivate" : false,
561       "memberOf" : "Roo.util.Observable",
562       "example" : "",
563       "deprecated" : "",
564       "since" : "",
565       "see" : "",
566       "params" : [
567         {
568           "name" : "eventName",
569           "type" : "String",
570           "desc" : "The type of event to listen for",
571           "isOptional" : false
572         },
573         {
574           "name" : "handler",
575           "type" : "Function",
576           "desc" : "The handler to remove",
577           "isOptional" : false
578         },
579         {
580           "name" : "scope",
581           "type" : "Object",
582           "desc" : "(optional) The scope (this object) for the handler",
583           "isOptional" : false
584         }
585       ],
586       "returns" : []
587     },
588     {
589       "name" : "addEvents",
590       "desc" : "Used to define events on this Observable",
591       "isStatic" : false,
592       "isConstructor" : false,
593       "isPrivate" : false,
594       "memberOf" : "Roo.util.Observable",
595       "example" : "",
596       "deprecated" : "",
597       "since" : "",
598       "see" : "",
599       "params" : [
600         {
601           "name" : "object",
602           "type" : "Object",
603           "desc" : "The object with the events defined",
604           "isOptional" : false
605         }
606       ],
607       "returns" : []
608     },
609     {
610       "name" : "releaseCapture",
611       "desc" : "Removes <b>all</b> added captures from the Observable.",
612       "isStatic" : true,
613       "isConstructor" : false,
614       "isPrivate" : false,
615       "memberOf" : "Roo.util.Observable",
616       "example" : "",
617       "deprecated" : "",
618       "since" : "",
619       "see" : "",
620       "params" : [
621         {
622           "name" : "o",
623           "type" : "Observable",
624           "desc" : "The Observable to release",
625           "isOptional" : false
626         }
627       ],
628       "returns" : []
629     },
630     {
631       "name" : "removeListener",
632       "desc" : "Removes a listener",
633       "isStatic" : false,
634       "isConstructor" : false,
635       "isPrivate" : false,
636       "memberOf" : "Roo.util.Observable",
637       "example" : "",
638       "deprecated" : "",
639       "since" : "",
640       "see" : "",
641       "params" : [
642         {
643           "name" : "eventName",
644           "type" : "String",
645           "desc" : "The type of event to listen for",
646           "isOptional" : false
647         },
648         {
649           "name" : "handler",
650           "type" : "Function",
651           "desc" : "The handler to remove",
652           "isOptional" : false
653         },
654         {
655           "name" : "scope",
656           "type" : "Object",
657           "desc" : "(optional) The scope (this object) for the handler",
658           "isOptional" : false
659         }
660       ],
661       "returns" : []
662     },
663     {
664       "name" : "fireEvent",
665       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
666       "isStatic" : false,
667       "isConstructor" : false,
668       "isPrivate" : false,
669       "memberOf" : "Roo.util.Observable",
670       "example" : "",
671       "deprecated" : "",
672       "since" : "",
673       "see" : "",
674       "params" : [
675         {
676           "name" : "eventName",
677           "type" : "String",
678           "desc" : "",
679           "isOptional" : false
680         },
681         {
682           "name" : "args",
683           "type" : "Object...",
684           "desc" : "Variable number of parameters are passed to handlers",
685           "isOptional" : false
686         }
687       ],
688       "returns" : [
689         {
690           "name" : "",
691           "type" : "Boolean",
692           "desc" : "returns false if any of the handlers return false otherwise it returns true"
693         }
694       ]
695     },
696     {
697       "name" : "hasListener",
698       "desc" : "Checks to see if this object has any listeners for a specified event",
699       "isStatic" : false,
700       "isConstructor" : false,
701       "isPrivate" : false,
702       "memberOf" : "Roo.util.Observable",
703       "example" : "",
704       "deprecated" : "",
705       "since" : "",
706       "see" : "",
707       "params" : [
708         {
709           "name" : "eventName",
710           "type" : "String",
711           "desc" : "The name of the event to check for",
712           "isOptional" : false
713         }
714       ],
715       "returns" : [
716         {
717           "name" : "",
718           "type" : "Boolean",
719           "desc" : "True if the event is being listened for, else false"
720         }
721       ]
722     },
723     {
724       "name" : "capture",
725       "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.",
726       "isStatic" : true,
727       "isConstructor" : false,
728       "isPrivate" : false,
729       "memberOf" : "Roo.util.Observable",
730       "example" : "",
731       "deprecated" : "",
732       "since" : "",
733       "see" : "",
734       "params" : [
735         {
736           "name" : "o",
737           "type" : "Observable",
738           "desc" : "The Observable to capture",
739           "isOptional" : false
740         },
741         {
742           "name" : "fn",
743           "type" : "Function",
744           "desc" : "The function to call",
745           "isOptional" : false
746         },
747         {
748           "name" : "scope",
749           "type" : "Object",
750           "desc" : "(optional) The scope (this object) for the fn",
751           "isOptional" : false
752         }
753       ],
754       "returns" : []
755     },
756     {
757       "name" : "addListener",
758       "desc" : "Appends an event handler to this component",
759       "isStatic" : false,
760       "isConstructor" : false,
761       "isPrivate" : false,
762       "memberOf" : "Roo.util.Observable",
763       "example" : "",
764       "deprecated" : "",
765       "since" : "",
766       "see" : "",
767       "params" : [
768         {
769           "name" : "eventName",
770           "type" : "String",
771           "desc" : "The type of event to listen for",
772           "isOptional" : false
773         },
774         {
775           "name" : "handler",
776           "type" : "Function",
777           "desc" : "The method the event invokes",
778           "isOptional" : false
779         },
780         {
781           "name" : "scope",
782           "type" : "Object",
783           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
784           "isOptional" : false
785         },
786         {
787           "name" : "options",
788           "type" : "Object",
789           "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>",
790           "isOptional" : false
791         }
792       ],
793       "returns" : []
794     }
795   ],
796   "events" : [
797     {
798       "name" : "activatepane",
799       "desc" : "When a pane is activated",
800       "memberOf" : "Roo.bootstrap.dash.TabBox",
801       "example" : "",
802       "deprecated" : "",
803       "since" : "",
804       "see" : "",
805       "params" : [
806         {
807           "name" : "pane",
808           "type" : "Roo.bootstrap.dash.TabPane",
809           "desc" : "",
810           "isOptional" : false
811         }
812       ],
813       "returns" : []
814     },
815     {
816       "name" : "addpane",
817       "desc" : "When a pane is added",
818       "memberOf" : "Roo.bootstrap.dash.TabBox",
819       "example" : "",
820       "deprecated" : "",
821       "since" : "",
822       "see" : "",
823       "params" : [
824         {
825           "name" : "pane",
826           "type" : "Roo.bootstrap.dash.TabPane",
827           "desc" : "",
828           "isOptional" : false
829         }
830       ],
831       "returns" : []
832     },
833     {
834       "name" : "childrenrendered",
835       "desc" : "Fires when the children have been rendered..",
836       "memberOf" : "Roo.bootstrap.Component",
837       "example" : "",
838       "deprecated" : "",
839       "since" : "",
840       "see" : "",
841       "params" : [
842         {
843           "name" : "this",
844           "type" : "Roo.bootstrap.Component",
845           "desc" : "",
846           "isOptional" : false
847         }
848       ],
849       "returns" : []
850     },
851     {
852       "name" : "beforerender",
853       "desc" : "Fires before the component is rendered. Return false to stop the render.",
854       "memberOf" : "Roo.Component",
855       "example" : "",
856       "deprecated" : "",
857       "since" : "",
858       "see" : "",
859       "params" : [
860         {
861           "name" : "this",
862           "type" : "Roo.Component",
863           "desc" : "",
864           "isOptional" : false
865         }
866       ],
867       "returns" : []
868     },
869     {
870       "name" : "disable",
871       "desc" : "Fires after the component is disabled.",
872       "memberOf" : "Roo.Component",
873       "example" : "",
874       "deprecated" : "",
875       "since" : "",
876       "see" : "",
877       "params" : [
878         {
879           "name" : "this",
880           "type" : "Roo.Component",
881           "desc" : "",
882           "isOptional" : false
883         }
884       ],
885       "returns" : []
886     },
887     {
888       "name" : "render",
889       "desc" : "Fires after the component is rendered.",
890       "memberOf" : "Roo.Component",
891       "example" : "",
892       "deprecated" : "",
893       "since" : "",
894       "see" : "",
895       "params" : [
896         {
897           "name" : "this",
898           "type" : "Roo.Component",
899           "desc" : "",
900           "isOptional" : false
901         }
902       ],
903       "returns" : []
904     },
905     {
906       "name" : "destroy",
907       "desc" : "Fires after the component is destroyed.",
908       "memberOf" : "Roo.Component",
909       "example" : "",
910       "deprecated" : "",
911       "since" : "",
912       "see" : "",
913       "params" : [
914         {
915           "name" : "this",
916           "type" : "Roo.Component",
917           "desc" : "",
918           "isOptional" : false
919         }
920       ],
921       "returns" : []
922     },
923     {
924       "name" : "hide",
925       "desc" : "Fires after the component is hidden.",
926       "memberOf" : "Roo.Component",
927       "example" : "",
928       "deprecated" : "",
929       "since" : "",
930       "see" : "",
931       "params" : [
932         {
933           "name" : "this",
934           "type" : "Roo.Component",
935           "desc" : "",
936           "isOptional" : false
937         }
938       ],
939       "returns" : []
940     },
941     {
942       "name" : "beforehide",
943       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
944       "memberOf" : "Roo.Component",
945       "example" : "",
946       "deprecated" : "",
947       "since" : "",
948       "see" : "",
949       "params" : [
950         {
951           "name" : "this",
952           "type" : "Roo.Component",
953           "desc" : "",
954           "isOptional" : false
955         }
956       ],
957       "returns" : []
958     },
959     {
960       "name" : "show",
961       "desc" : "Fires after the component is shown.",
962       "memberOf" : "Roo.Component",
963       "example" : "",
964       "deprecated" : "",
965       "since" : "",
966       "see" : "",
967       "params" : [
968         {
969           "name" : "this",
970           "type" : "Roo.Component",
971           "desc" : "",
972           "isOptional" : false
973         }
974       ],
975       "returns" : []
976     },
977     {
978       "name" : "beforeshow",
979       "desc" : "Fires before the component is shown.  Return false to stop the show.",
980       "memberOf" : "Roo.Component",
981       "example" : "",
982       "deprecated" : "",
983       "since" : "",
984       "see" : "",
985       "params" : [
986         {
987           "name" : "this",
988           "type" : "Roo.Component",
989           "desc" : "",
990           "isOptional" : false
991         }
992       ],
993       "returns" : []
994     },
995     {
996       "name" : "enable",
997       "desc" : "Fires after the component is enabled.",
998       "memberOf" : "Roo.Component",
999       "example" : "",
1000       "deprecated" : "",
1001       "since" : "",
1002       "see" : "",
1003       "params" : [
1004         {
1005           "name" : "this",
1006           "type" : "Roo.Component",
1007           "desc" : "",
1008           "isOptional" : false
1009         }
1010       ],
1011       "returns" : []
1012     },
1013     {
1014       "name" : "beforedestroy",
1015       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1016       "memberOf" : "Roo.Component",
1017       "example" : "",
1018       "deprecated" : "",
1019       "since" : "",
1020       "see" : "",
1021       "params" : [
1022         {
1023           "name" : "this",
1024           "type" : "Roo.Component",
1025           "desc" : "",
1026           "isOptional" : false
1027         }
1028       ],
1029       "returns" : []
1030     }
1031   ]
1032 }