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