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