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