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