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