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