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