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