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