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