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