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