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