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