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