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