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