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