sync
[roojs1] / docs / symbols / Roo.menu.MenuMgr.json
1 {
2   "name" : "Roo.menu.MenuMgr",
3   "augments" : [],
4   "childClasses" : {  },
5   "tree_children" : [],
6   "tree_parent" : [],
7   "desc" : "Provides a common registry of all menu items on a page so that they can be easily accessed by id.",
8   "isSingleton" : true,
9   "isStatic" : true,
10   "isBuiltin" : false,
11   "isAbstract" : false,
12   "isBuilderTop" : false,
13   "memberOf" : "MenuMgr",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [],
19   "returns" : [],
20   "throws" : "",
21   "requires" : "",
22   "config" : [],
23   "methods" : [
24     {
25       "name" : "hideAll",
26       "type" : "function",
27       "desc" : "Hides all menus that are currently visible",
28       "sig" : "()\n{\n\n}",
29       "static" : false,
30       "memberOf" : "",
31       "isStatic" : false,
32       "isConstructor" : false,
33       "isPrivate" : false,
34       "example" : "",
35       "deprecated" : "",
36       "since" : "",
37       "see" : "",
38       "exceptions" : "",
39       "requires" : "",
40       "params" : [],
41       "returns" : []
42     },
43     {
44       "name" : "get",
45       "type" : "function",
46       "desc" : "Returns a {@link Roo.menu.Menu} object",
47       "sig" : "(menu)",
48       "static" : false,
49       "memberOf" : "",
50       "isStatic" : false,
51       "isConstructor" : false,
52       "isPrivate" : false,
53       "example" : "",
54       "deprecated" : "",
55       "since" : "",
56       "see" : "",
57       "exceptions" : "",
58       "requires" : "",
59       "params" : [
60         {
61           "name" : "menu",
62           "type" : "String/Object",
63           "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.",
64           "isOptional" : false
65         }
66       ],
67       "returns" : []
68     }
69   ],
70   "events" : []
71 }