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