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