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