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