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