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