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