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