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