more quote identeiifers fixessss
[Pman.Core] / Pman.Dialog.CoreEmailPreview.bjs
1 {
2  "name" : "Pman.Dialog.CoreEmailPreview",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/johns/gitlive/Pman.Core/Pman.Dialog.CoreEmailPreview.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "4cd8413207629a963225f4314b53adcd" : "Plain",
10   "4c4ad5fca2e7a3f74dbb1ced00381aa4" : "HTML",
11   "006c82ffdd63692a84a259c4f8732842" : "Email Preview",
12   "e0aa021e21dddbd6d8cecec71e9cf564" : "OK"
13  },
14  "items" : [
15   {
16    "listeners" : {
17     "show" : "function (_self)\n{\n    \n    _self.layout.getRegion('center').showPanel(0);\n    _this.panel.load({ \n        url: baseURL + '/Core/MessagePreview', \n        params  : {\n            _id : _this.data.id,\n            _table : _this.data.module\n        },\n        method : 'GET'\n    });\n    _this.hpanel.load({ \n        url: baseURL + '/Core/MessagePreview', \n        params  : {\n            _as_html : 1,\n            _id : _this.data.id,\n            _table : _this.data.module\n        },\n        method : 'GET'\n    });\n        \n}"
18    },
19    "shadow" : true,
20    "autoScroll" : true,
21    "title" : "Email Preview",
22    "xtype" : "LayoutDialog",
23    "width" : 1200,
24    "$ xns" : "Roo",
25    "closable" : true,
26    "height" : 800,
27    "items" : [
28     {
29      "autoScroll" : true,
30      "xtype" : "LayoutRegion",
31      "tabPosition" : "top",
32      "$ xns" : "Roo",
33      "* prop" : "center"
34     },
35     {
36      "listeners" : {
37       "render" : "function (_self)\n{\n    _this.panel = _self;\n}"
38      },
39      "region" : "center",
40      "fitToFrame" : true,
41      "title" : "Plain",
42      "xtype" : "ContentPanel",
43      "fitContainer" : true,
44      "$ xns" : "Roo"
45     },
46     {
47      "listeners" : {
48       "render" : "function (_self)\n{\n    _this.hpanel = _self;\n}"
49      },
50      "region" : "center",
51      "fitToFrame" : true,
52      "title" : "HTML",
53      "xtype" : "ContentPanel",
54      "fitContainer" : true,
55      "$ xns" : "Roo"
56     },
57     {
58      "listeners" : {
59       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
60      },
61      "text" : "OK",
62      "xtype" : "Button",
63      "$ xns" : "Roo",
64      "* prop" : "buttons[]"
65     }
66    ]
67   }
68  ]
69 }