Pman.Tab.AdminEmailTemplates.bjs
[Pman.Admin] / Pman.Tab.AdminEmailTemplates.bjs
1 {
2  "name" : "Pman.Tab.AdminEmailTemplates",
3  "parent" : "Pman.Tab.Admin",
4  "title" : "Manage Email Templates",
5  "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminEmailTemplates.bjs",
6  "permname" : "",
7  "modOrder" : "999",
8  "strings" : {
9   "ec211f7c20af43e742bf2570c3cb84f9" : "Add",
10   "c7d299bf3f9e37c77ab646f7e5366696" : "core_email",
11   "00d6e06d2f3c092b4f5e1e708a360b0f" : "Displaying Message{0} - {1} of {2}",
12   "9076cbba1d9ef79280b4f39e2aa0d115" : "Nothing found",
13   "b78a3223503896721cca1303f776159b" : "Title",
14   "9e11143e29a031212f2cdefcf61f39e9" : "View Message",
15   "f49559cda3fb906fbd7736f8b8a0e37d" : "Email Template",
16   "4a4a8fe0c6dfb6bd2a41755d15eb6f0b" : "From Name",
17   "4ca679a383343ab3d4ca1cd7c91b43f7" : "From Email",
18   "5fb63579fc981698f97d55bfecb213ea" : "Copy",
19   "f2a6c498fb90ee345d997f888fce3b18" : "Delete",
20   "49ee3087348e8d44e1feda1917443987" : "Name"
21  },
22  "items" : [
23   {
24    "region" : "center",
25    "title" : "Email Template",
26    "xtype" : "NestedLayoutPanel",
27    "$ xns" : "Roo",
28    "items" : [
29     {
30      "xtype" : "BorderLayout",
31      "$ xns" : "Roo",
32      "* prop" : "layout",
33      "items" : [
34       {
35        "autoScroll" : false,
36        "xtype" : "LayoutRegion",
37        "$ xns" : "Roo",
38        "split" : true,
39        "* prop" : "center"
40       },
41       {
42        "autoScroll" : false,
43        "xtype" : "LayoutRegion",
44        "$ xns" : "Roo",
45        "split" : true,
46        "height" : 300,
47        "* prop" : "south",
48        "titlebar" : true
49       },
50       {
51        "listeners" : {
52         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
53        },
54        "fitToframe" : true,
55        "background" : true,
56        "region" : "center",
57        "title" : "core_email",
58        "xtype" : "GridPanel",
59        "fitContainer" : true,
60        "$ xns" : "Roo",
61        "tableName" : "core_email",
62        "items" : [
63         {
64          "listeners" : {
65           "|rowdblclick" : "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) { \n        return;\n        }\n    var data = this.getDataSource().getAt(rowIndex).data;\n    _this.dialog.show( {id : data.id, module : 'core_email'} , function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n",
66           "|render" : "function() \n{\n    _this.grid = this; \n    _this.dialog = Pman.Dialog.CoreEmail;\n    if (_this.panel.active) {\n       _this.grid.footer.onClick('first');\n    }\n}",
67           "rowclick" : "function (_self, rowIndex, e)\n{\n   // _this.grid.ds.load({});\n    _this.viewPanel.view.store.load({});\n}"
68          },
69          "autoExpandColumn" : "subject",
70          "xtype" : "Grid",
71          "loadMask" : true,
72          "$ xns" : "Roo.grid",
73          "* prop" : "grid",
74          "items" : [
75           {
76            "xtype" : "RowSelectionModel",
77            "singleSelect" : true,
78            "$ xns" : "Roo.grid",
79            "* prop" : "sm"
80           },
81           {
82            "listeners" : {
83             "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    \n    var s = _this.searchBox.getValue();\n    \n    if(s.length){\n        options.params['search[nameortitle]'] = s;\n    }\n\n}"
84            },
85            "xtype" : "Store",
86            "remoteSort" : true,
87            "$ sortInfo" : "{ field : 'name', direction: 'ASC' }",
88            "$ xns" : "Roo.data",
89            "* prop" : "dataSource",
90            "items" : [
91             {
92              "$ url" : "baseURL + '/Roo/Core_email.php'",
93              "method" : "GET",
94              "xtype" : "HttpProxy",
95              "$ xns" : "Roo.data",
96              "* prop" : "proxy"
97             },
98             {
99              "id" : "id",
100              "root" : "data",
101              "xtype" : "JsonReader",
102              "$ fields" : "[\n    {\n        \"name\":\"name\",\n        \"type\":\"string\"\n    },\n    {\n        \"name\":\"subject\",\n        \"type\":\"string\"\n    }\n]",
103              "$ xns" : "Roo.data",
104              "* prop" : "reader",
105              "totalProperty" : "total"
106             }
107            ]
108           },
109           {
110            "pageSize" : 25,
111            "xtype" : "PagingToolbar",
112            "emptyMsg" : "Nothing found",
113            "$ xns" : "Roo",
114            "displayMsg" : "Displaying Message{0} - {1} of {2}",
115            "displayInfo" : true,
116            "* prop" : "footer",
117            "items" : [
118             {
119              "listeners" : {
120               "|click" : "function()\n{\n  var sel = _this.grid.selModel.getSelected();\n  if (!sel) {\n        Roo.MessageBox.alert(\"Error\", \"Select a message to copy\");\n        return;\n    }\nnew Pman.Request({\n    url : baseURL + '/Roo/Core_email',\n    method : 'POST',\n    params : {\n        id : sel.data.id,\n        _make_copy : 1\n    },\n    success : function() {\n        _this.grid.footer.onClick('refresh');\n    }\n});\n  \n}\n"
121              },
122              "text" : "Copy",
123              "xtype" : "Button",
124              "cls" : "x-btn-text-icon",
125              "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
126              "$ xns" : "Roo.Toolbar"
127             }
128            ]
129           },
130           {
131            "xtype" : "Toolbar",
132            "$ xns" : "Roo",
133            "* prop" : "toolbar",
134            "items" : [
135             {
136              "listeners" : {
137               "specialkey" : "function (_self, e)\n{\n  _this.grid.footer.onClick('first');\n}",
138               "render" : "function (_self)\n{\n    _this.searchBox = _self;\n}"
139              },
140              "xtype" : "TextField",
141              "$ xns" : "Roo.form"
142             },
143             {
144              "listeners" : {
145               "click" : "function (_self, e)\n{\n    _this.grid.footer.onClick('first');\n}"
146              },
147              "xtype" : "Button",
148              "cls" : "x-btn-icon",
149              "$ icon" : "rootURL + '/Pman/templates/images/search.gif'",
150              "$ xns" : "Roo.Toolbar"
151             },
152             {
153              "listeners" : {
154               "click" : "function (_self, e)\n{\n    _this.searchBox.setValue('');\r\n    _this.grid.footer.onClick('first');\r\n}"
155              },
156              "xtype" : "Button",
157              "cls" : "x-btn-icon",
158              "$ icon" : "rootURL + '/Pman/templates/images/edit-clear.gif'",
159              "$ xns" : "Roo.Toolbar"
160             },
161             {
162              "xtype" : "Fill",
163              "$ xns" : "Roo.Toolbar"
164             },
165             {
166              "listeners" : {
167               "|click" : "function()\n{\n  var sel = _this.grid.selModel.getSelected();\n  if (!sel) {\n        Roo.MessageBox.alert(\"Error\", \"Select a message to copy\");\n        return;\n    }\nnew Pman.Request({\n    url : baseURL + '/Roo/Core_email',\n    method : 'POST',\n    params : {\n        id : sel.data.id,\n        _make_copy : 1\n    },\n    success : function() {\n        _this.grid.footer.onClick('refresh');\n    }\n});\n  \n}\n"
168              },
169              "text" : "Copy",
170              "xtype" : "Button",
171              "cls" : "x-btn-text-icon",
172              "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
173              "$ xns" : "Roo.Toolbar"
174             },
175             {
176              "listeners" : {
177               "|click" : "function()\n{\n    if (!_this.dialog) {\n         return;\n         }\n    _this.dialog.show( { id : 0, module : 'core_email' } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
178              },
179              "text" : "Add",
180              "xtype" : "Button",
181              "cls" : "x-btn-text-icon",
182              "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
183              "$ xns" : "Roo.Toolbar"
184             },
185             {
186              "xtype" : "Separator",
187              "$ xns" : "Roo.Toolbar"
188             },
189             {
190              "listeners" : {
191               "|click" : "function()\n{\n    Pman.genericDelete(_this, 'core_email');\n    \n}\n"
192              },
193              "text" : "Delete",
194              "xtype" : "Button",
195              "cls" : "x-btn-text-icon",
196              "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
197              "$ xns" : "Roo.Toolbar"
198             }
199            ]
200           },
201           {
202            "xtype" : "ColumnModel",
203            "width" : 250,
204            "header" : "Name",
205            "$ renderer" : "function(v) { return String.format('{0}', v); }",
206            "$ xns" : "Roo.grid",
207            "Boolean sortable" : true,
208            "* prop" : "colModel[]",
209            "dataIndex" : "name"
210           },
211           {
212            "xtype" : "ColumnModel",
213            "width" : 300,
214            "header" : "Title",
215            "$ renderer" : "function(v) { return String.format('{0}', v); }",
216            "$ xns" : "Roo.grid",
217            "Boolean sortable" : true,
218            "* prop" : "colModel[]",
219            "dataIndex" : "subject"
220           },
221           {
222            "xtype" : "ColumnModel",
223            "width" : 400,
224            "header" : "From Name",
225            "$ renderer" : "function(v) { return String.format('{0}', v); }",
226            "$ xns" : "Roo.grid",
227            "Boolean sortable" : true,
228            "* prop" : "colModel[]",
229            "dataIndex" : "from_name"
230           },
231           {
232            "xtype" : "ColumnModel",
233            "width" : 400,
234            "header" : "From Email",
235            "$ renderer" : "function(v) { return String.format('{0}', v); }",
236            "$ xns" : "Roo.grid",
237            "Boolean sortable" : true,
238            "* prop" : "colModel[]",
239            "dataIndex" : "from_email"
240           }
241          ]
242         }
243        ]
244       },
245       {
246        "listeners" : {
247         "render" : "function (_self)\n{\n    _this.viewPanel = _self;\n}"
248        },
249        "autoScroll" : true,
250        "fitToFrame" : true,
251        "background" : false,
252        "region" : "south",
253        "title" : "View Message",
254        "xtype" : "ContentPanel",
255        "fitContainer" : true,
256        "$ xns" : "Roo",
257        "items" : [
258         {
259          "listeners" : {
260           "preparedata" : "function (_self, data, i, rec)\n{\n   // Roo.log(data);\n    //Roo.apply(data, rec.json);\n}"
261          },
262          "$ tpl" : "new Roo.DomTemplate({url : rootURL+'/Pman/Crm/domtemplates/crm_mail.html'})",
263          "xtype" : "View",
264          "$ xns" : "Roo",
265          "* prop" : "view",
266          "items" : [
267           {
268            "listeners" : {
269             "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    var p = _this.grid.selModel.getSelected();\n    if (!p || !p.data.id) {\n        this.removeAll();\n        return false;\n    }\n   \n    options.params['id'] = p.data.id;\n \n}",
270             "load" : "function (_self, records, options)\n{\n    var p = _this.grid.selModel.getSelected();\n  //  Roo.log(p);\n    if (!p || !p.data.id) {\n        this.removeAll();\n        return false;\n    }\n  /*  \n    new Pman.Request({\n        url : baseURL + '/Roo/crm_action.php',\n        method : 'GET',\n        params : {\n            person_id : p.data.id,\n            sort : 'action_dt',\n            dir : 'DESC'\n        },\n        success : function(res) {\n            if(res.success){\n                var el = _this.cpanel.el.select('.crm-history-content').first();\n                _this.historyTemplate.overwrite(el, res);\n                el.select('.crm-history-log').on('click', Pman.Crm.auditToggle);\n                //Roo.log(res);\n            }\n        },\n        failure : function(e) {\n            //Roo.log(e);\n          _this.grid.ds.load({});\n        }\n        \n    });\n    */\n\n//_this.historyTemplate = new Roo.DomTemplate({url : rootURL+'/Pman/Crm/domtemplates/crm_history.html'})\n\n/*\n  new pman request ([\n  \n  } successs(data)\n       el = _this.elemmnt.select('.services')\n       _this.serviceTemplate.overwite(el, data)\n  */\n}"
271            },
272            "xtype" : "Store",
273            "$ xns" : "Roo.data",
274            "* prop" : "store",
275            "items" : [
276             {
277              "$ url" : "baseURL+'/Roo/Core_email.php'",
278              "method" : "GET",
279              "xtype" : "HttpProxy",
280              "$ xns" : "Roo.data",
281              "* prop" : "proxy"
282             },
283             {
284              "id" : "id",
285              "root" : "data",
286              "xtype" : "JsonReader",
287              "$ xns" : "Roo.data",
288              "* prop" : "reader",
289              "totalProperty" : "total"
290             }
291            ]
292           }
293          ]
294         }
295        ]
296       }
297      ]
298     }
299    ]
300   }
301  ]
302 }