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