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