1a84829dc25af61311ab56dddca157f821e7892b
[roojs1] / docs / symbols / Roo.DialogManager.json
1 {
2   "name" : "Roo.DialogManager",
3   "augments" : [
4   ],
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   ],
16   "returns" : [
17   ],
18   "config" : [
19   ],
20   "methods" : [
21     {
22       "name" : "bringToFront",
23       "desc" : "Brings the specified dialog to the front",
24       "isStatic" : false,
25       "isConstructor" : false,
26       "isPrivate" : false,
27       "memberOf" : "Roo.DialogManager",
28       "example" : "",
29       "deprecated" : "",
30       "since" : "",
31       "see" : "",
32       "params" : [
33         {
34           "name" : "dlg",
35           "type" : "String/Object",
36           "desc" : "The id of the dialog or a dialog",
37           "isOptional" : false
38         }
39       ],
40       "returns" : [
41         {
42           "name" : "",
43           "type" : "Roo.BasicDialog",
44           "desc" : "this"
45         }
46       ]
47     },
48     {
49       "name" : "sendToBack",
50       "desc" : "Sends the specified dialog to the back",
51       "isStatic" : false,
52       "isConstructor" : false,
53       "isPrivate" : false,
54       "memberOf" : "Roo.DialogManager",
55       "example" : "",
56       "deprecated" : "",
57       "since" : "",
58       "see" : "",
59       "params" : [
60         {
61           "name" : "dlg",
62           "type" : "String/Object",
63           "desc" : "The id of the dialog or a dialog",
64           "isOptional" : false
65         }
66       ],
67       "returns" : [
68         {
69           "name" : "",
70           "type" : "Roo.BasicDialog",
71           "desc" : "this"
72         }
73       ]
74     },
75     {
76       "name" : "hideAll",
77       "desc" : "Hides all dialogs",
78       "isStatic" : false,
79       "isConstructor" : false,
80       "isPrivate" : false,
81       "memberOf" : "Roo.DialogManager",
82       "example" : "",
83       "deprecated" : "",
84       "since" : "",
85       "see" : "",
86       "params" : [
87       ],
88       "returns" : [
89       ]
90     },
91     {
92       "name" : "get",
93       "desc" : "Gets a registered dialog by id",
94       "isStatic" : false,
95       "isConstructor" : false,
96       "isPrivate" : false,
97       "memberOf" : "Roo.DialogManager",
98       "example" : "",
99       "deprecated" : "",
100       "since" : "",
101       "see" : "",
102       "params" : [
103         {
104           "name" : "id",
105           "type" : "String/Object",
106           "desc" : "The id of the dialog or a dialog",
107           "isOptional" : false
108         }
109       ],
110       "returns" : [
111         {
112           "name" : "",
113           "type" : "Roo.BasicDialog",
114           "desc" : "this"
115         }
116       ]
117     }
118   ],
119   "events" : [
120   ]
121 }