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