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