Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.bjs
1 {
2     "id": "roo-file-348",
3     "name": "Pman.Dialog.CoreAutoSavePreview",
4     "parent": "",
5     "title": "",
6     "path": "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs",
7     "items": [
8         {
9             "background": false,
10             "closable": false,
11             "collapsible": false,
12             "height": 500,
13             "modal": true,
14             "resizable": false,
15             "title": "Saved Version",
16             "width": 800,
17             "xtype": "LayoutDialog",
18             "|xns": "Roo",
19             "items": [
20                 {
21                     "*prop": "center",
22                     "titlebar": false,
23                     "xtype": "LayoutRegion",
24                     "|xns": "Roo"
25                 },
26                 {
27                     "*prop": "west",
28                     "split": true,
29                     "width": 300,
30                     "xtype": "LayoutRegion",
31                     "|xns": "Roo"
32                 },
33                 {
34                     "listeners": {
35                         "|click": "function() {\n    _this.dialog.hide();\n}"
36                     },
37                     "*prop": "buttons[]",
38                     "text": "Cancel",
39                     "xtype": "Button",
40                     "|xns": "Roo"
41                 },
42                 {
43                     "listeners": {
44                         "|click": "function() {\n    _this.dialog.hide();\n}"
45                     },
46                     "*prop": "buttons[]",
47                     "text": "OK",
48                     "xtype": "Button",
49                     "|xns": "Roo"
50                 }
51             ]
52         }
53     ],
54     "permname": "",
55     "modOrder": "001"
56 }