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