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