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