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