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