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