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