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