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