Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.menu.MenuMgr.json
1 {
2   "name" : "Roo.menu.MenuMgr",
3   "augments" : [
4   ],
5   "desc" : "Provides a common registry of all menu items on a page so that they can be easily accessed by id.",
6   "isSingleton" : true,
7   "isStatic" : true,
8   "isBuiltin" : false,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "hideAll",
14       "desc" : "Hides all menus that are currently visible",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Roo.menu.MenuMgr",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24       ],
25       "returns" : [
26       ]
27     },
28     {
29       "name" : "get",
30       "desc" : "Returns a {@link Roo.menu.Menu} object",
31       "isStatic" : false,
32       "isConstructor" : false,
33       "isPrivate" : false,
34       "memberOf" : "Roo.menu.MenuMgr",
35       "example" : "",
36       "deprecated" : "",
37       "since" : "",
38       "see" : "",
39       "params" : [
40         {
41           "name" : "menu",
42           "type" : "String/Object",
43           "desc" : "The string menu id, an existing menu object reference, or a Menu config that will\nbe used to generate and return a new Menu instance.",
44           "isOptional" : false
45         }
46       ],
47       "returns" : [
48       ]
49     }
50   ],
51   "events" : [
52   ]
53 }