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