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