sync
[roojs1] / docs / symbols / Roo.DialogManager.json
1 {
2   "name" : "Roo.DialogManager",
3   "augments" : [],
4   "childClasses" : [],
5   "desc" : "Provides global access to BasicDialogs that have been created and\nsupport for z-indexing (layering) multiple open dialogs.",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "DialogManager",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [],
15   "returns" : [],
16   "throws" : "",
17   "requires" : "",
18   "config" : [],
19   "methods" : [
20     {
21       "name" : "bringToFront",
22       "type" : "function",
23       "desc" : "Brings the specified dialog to the front",
24       "sig" : "(dlg)",
25       "static" : false,
26       "memberOf" : "",
27       "isStatic" : false,
28       "isConstructor" : false,
29       "isPrivate" : false,
30       "example" : "",
31       "deprecated" : "",
32       "since" : "",
33       "see" : "",
34       "exceptions" : "",
35       "requires" : "",
36       "params" : [
37         {
38           "name" : "dlg",
39           "type" : "String/Object",
40           "desc" : "The id of the dialog or a dialog",
41           "isOptional" : false
42         }
43       ],
44       "returns" : [
45         {
46           "name" : "",
47           "type" : "Roo.BasicDialog",
48           "desc" : "this"
49         }
50       ]
51     },
52     {
53       "name" : "sendToBack",
54       "type" : "function",
55       "desc" : "Sends the specified dialog to the back",
56       "sig" : "(dlg)",
57       "static" : false,
58       "memberOf" : "",
59       "isStatic" : false,
60       "isConstructor" : false,
61       "isPrivate" : false,
62       "example" : "",
63       "deprecated" : "",
64       "since" : "",
65       "see" : "",
66       "exceptions" : "",
67       "requires" : "",
68       "params" : [
69         {
70           "name" : "dlg",
71           "type" : "String/Object",
72           "desc" : "The id of the dialog or a dialog",
73           "isOptional" : false
74         }
75       ],
76       "returns" : [
77         {
78           "name" : "",
79           "type" : "Roo.BasicDialog",
80           "desc" : "this"
81         }
82       ]
83     },
84     {
85       "name" : "hideAll",
86       "type" : "function",
87       "desc" : "Hides all dialogs",
88       "sig" : "()\n{\n\n}",
89       "static" : false,
90       "memberOf" : "",
91       "isStatic" : false,
92       "isConstructor" : false,
93       "isPrivate" : false,
94       "example" : "",
95       "deprecated" : "",
96       "since" : "",
97       "see" : "",
98       "exceptions" : "",
99       "requires" : "",
100       "params" : [],
101       "returns" : []
102     },
103     {
104       "name" : "get",
105       "type" : "function",
106       "desc" : "Gets a registered dialog by id",
107       "sig" : "(id)",
108       "static" : false,
109       "memberOf" : "",
110       "isStatic" : false,
111       "isConstructor" : false,
112       "isPrivate" : false,
113       "example" : "",
114       "deprecated" : "",
115       "since" : "",
116       "see" : "",
117       "exceptions" : "",
118       "requires" : "",
119       "params" : [
120         {
121           "name" : "id",
122           "type" : "String/Object",
123           "desc" : "The id of the dialog or a dialog",
124           "isOptional" : false
125         }
126       ],
127       "returns" : [
128         {
129           "name" : "",
130           "type" : "Roo.BasicDialog",
131           "desc" : "this"
132         }
133       ]
134     }
135   ],
136   "events" : []
137 }