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