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