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