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