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