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