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