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