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