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