Pman.Dialog.CoreEmail.bjs
[Pman.Core] / Pman.Dialog.CoreEmail.bjs
1 {
2  "name" : "Pman.Dialog.CoreEmail",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreEmail.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "e44b145bd8b49b06e0ad2ced1ad56466" : "Plain Text",
10   "2f26e35d61be90501e099089dc533638" : "Select Images",
11   "f2a6c498fb90ee345d997f888fce3b18" : "Delete",
12   "b357b524e740bc85b9790a0712d84a30" : "Email address",
13   "962b90039a542a29cedd51d87a9f28a1" : "Html Editor",
14   "72d6d7a1885885bb55a565fd1070581a" : "Import",
15   "31fde7b05ac8952dacf4af8a704074ec" : "Preview",
16   "ea30b40c3caf28acb29198d20d243e54" : "Images / Attachments >>",
17   "884df8e413319ff51a3f5f528606238a" : "Use template",
18   "e6b391a8d2c4d45902a23a8b6585703d" : "URL",
19   "2393ad754ba179442d85e415d1d5167c" : "Displayorder",
20   "6f16a5f8ff5d75ab84c018adacdfcbb7" : "Field",
21   "ec211f7c20af43e742bf2570c3cb84f9" : "Add",
22   "e9968623956c15023d54335ea3699855" : "Convert Html to Text",
23   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
24   "5b8ef4e762c00a15a41cfc26dc3ef99c" : "Send me a test copy",
25   "c7892ebbb139886662c6f2fc8c450710" : "Subject",
26   "dc0de523c25be298ba751c63c694109e" : "Responsive Email (1)",
27   "396ecabf0cd1f9503e591418851ef406" : "Edit / Create Message",
28   "b9c49611cfda3259a2b837b39489e650" : "Add Image",
29   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
30   "c4ca4238a0b923820dcc509a6f75849b" : "1",
31   "bd88a20b53a47f7b5704a83a15ff5506" : "Saved Version",
32   "b20a8b77b05d53b4e695738731400c85" : "Mailout Name",
33   "1bd18d39370b7f26c1c5e18067b74c6f" : "Html File",
34   "2c466a2c159463f1d9ef5a7b57b52827" : "Select BCC Group",
35   "5da618e8e4b89c66fe86e32cdafde142" : "From",
36   "31bb2f6e9b8fb11cbb7fb63c6025223f" : "Select Template",
37   "b78a3223503896721cca1303f776159b" : "Title",
38   "278c491bdd8a53618c149c4ac790da34" : "Template",
39   "1351017ac6423911223bc19a8cb7c653" : "Filename",
40   "308f2757bfc9ce92fb00ff93fdffd279" : "Images / Attachments",
41   "c9cc8cce247e49bae79f15173ce97354" : "Save",
42   "5feb9bf3c03b32635135006cbacb9542" : "Insert Field",
43   "4c2a8fe7eaf24721cc7a9f0175115bd4" : "Message",
44   "fff0d600f8a0b5e19e88bfb821dd1157" : "Images"
45  },
46  "items" : [
47   {
48    "listeners" : {
49     "show" : "function (_self)\n{\n    \n    _self.layout.getRegion('center').showPanel(0);\n    var w = Roo.lib.Dom.getViewWidth();\r\n    var h = Roo.lib.Dom.getViewHeight();    \r    this.resizeTo(w-50, h-50);\r\n    this.center();\r    \n    var ew = Math.max(250, w-320);\r\n    var eh = Math.max(250, h-350) ;\r\n    var e = _this.dialog.layout.getRegion('east');\n    if (e.visible) {\n        e.hide();\n    }\n    \n    var el = _self.getEl();\n    var elw = el.dom.clientWidth;\n    \n    var bdtext = _this.form.findField('bodytext');\n    var ptext = _this.form.findField('plaintext');\n    if(bdtext.resizeEl){\n        bdtext.width = elw-100;\n        bdtext.resizeEl.resizeTo.defer(110, bdtext.resizeEl,[ bdtext.width, bdtext.height  ] );\n        ptext.setSize(bdtext.width , bdtext.height);\n    }\n    \n}"
50    },
51    "modal" : true,
52    "collapsible" : false,
53    "title" : "Edit / Create Message",
54    "xtype" : "LayoutDialog",
55    "width" : 800,
56    "$ xns" : "Roo",
57    "closable" : true,
58    "resizable" : true,
59    "height" : 500,
60    "items" : [
61     {
62      "xtype" : "LayoutRegion",
63      "$ xns" : "Roo",
64      "tabPosition" : "top",
65      "* prop" : "center"
66     },
67     {
68      "hidden" : true,
69      "xtype" : "LayoutRegion",
70      "title" : "Images / Attachments",
71      "width" : 500,
72      "$ xns" : "Roo",
73      "split" : true,
74      "* prop" : "east",
75      "titlebar" : true
76     },
77     {
78      "autoScroll" : false,
79      "region" : "center",
80      "fitToFrame" : true,
81      "xtype" : "NestedLayoutPanel",
82      "fitContainer" : true,
83      "$ xns" : "Roo",
84      "items" : [
85       {
86        "xtype" : "Toolbar",
87        "$ xns" : "Roo",
88        "* prop" : "toolbar",
89        "items" : [
90         {
91          "text" : "Import",
92          "xtype" : "Button",
93          "$ xns" : "Roo.Toolbar",
94          "items" : [
95           {
96            "xtype" : "Menu",
97            "$ xns" : "Roo.menu",
98            "* prop" : "menu",
99            "items" : [
100             {
101              "listeners" : {
102               "click" : "function (_self, e)\n{\n    Pman.Dialog.CoreImportUrl.show({\n        target : '/Core/ImportMailMessage.php'\n    }, function(data) {\n        if  (data) {\n          //  Roo.log(data);\n            _this.form.findField('bodytext').setValue(data);\n        }\n    });\n}"
103              },
104              "text" : "URL",
105              "xtype" : "Item",
106              "$ xns" : "Roo.menu"
107             },
108             {
109              "listeners" : {
110               "click" : "function (_self, e)\n{\n    Pman.Dialog.Image.show({\n        _url : baseURL + '/Core/ImportMailMessage.php'\n    }, function(data) {\n        if  (data) {\n            _this.form.findField('bodytext').setValue(data);\n        }\n    });\n}"
111              },
112              "text" : "Html File",
113              "xtype" : "Item",
114              "$ xns" : "Roo.menu"
115             }
116            ]
117           }
118          ]
119         },
120         {
121          "text" : "Use template",
122          "xtype" : "Button",
123          "$ xns" : "Roo.Toolbar",
124          "items" : [
125           {
126            "xtype" : "Menu",
127            "$ xns" : "Roo.menu",
128            "* prop" : "menu",
129            "items" : [
130             {
131              "listeners" : {
132               "click" : "function (_self, e)\n{\n\n    var l = document.location;\n    new Pman.Request({\n\n        url : baseURL + '/Core/ImportMailMessage.php',\n\n        method: 'POST',\n        mask : \"Loading\",\n        params : {\n              importUrl : l.protocol +'//' + l.host +   rootURL + '/Pman/Crm/mail_templates/responsive1.html'\n       },\n        success : function (res) {\n\n         _this.form.findField('bodytext').setValue(res.data);\n        }\n  \n    });\n}"
133              },
134              "text" : "Responsive Email (1)",
135              "xtype" : "Item",
136              "$ xns" : "Roo.menu"
137             }
138            ]
139           }
140          ]
141         },
142         {
143          "listeners" : {
144           "select" : "function (combo, record, index)\n{\n   \n/*\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n*/    \n    if(!record){\n        return;\n    }\n    _this.form.findField('bodytext').setValue(record.data.content);\n\n}"
145          },
146          "alwaysQuery" : true,
147          "listWidth" : 400,
148          "triggerAction" : "all",
149          "fieldLabel" : "Template",
150          "forceSelection" : true,
151          "selectOnFocus" : true,
152          "pageSize" : 20,
153          "displayField" : "file",
154          "emptyText" : "Select Template",
155          "hiddenName" : "template",
156          "minChars" : 2,
157          "valueField" : "file",
158          "xtype" : "ComboBox",
159          "allowBlank" : true,
160          "typeAhead" : true,
161          "editable" : false,
162          "width" : 200,
163          "$ xns" : "Roo.form",
164          "name" : "template",
165          "qtip" : "Select Template",
166          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{file}</b> </div>",
167          "loadingText" : "Searching...",
168          "items" : [
169           {
170            "listeners" : {
171             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n   \n}\n"
172            },
173            "xtype" : "Store",
174            "remoteSort" : true,
175            "$ sortInfo" : "{ direction : 'DESC', field: 'file' }",
176            "$ xns" : "Roo.data",
177            "* prop" : "store",
178            "items" : [
179             {
180              "$ url" : "baseURL + '/Core/MailTemplateList.php'",
181              "method" : "GET",
182              "xtype" : "HttpProxy",
183              "$ xns" : "Roo.data",
184              "* prop" : "proxy"
185             },
186             {
187              "id" : "name",
188              "root" : "data",
189              "xtype" : "JsonReader",
190              "$ fields" : "[{\"name\":\"file\",\"type\":\"string\"},{\"name\":\"content\",\"type\":\"string\"}]",
191              "$ xns" : "Roo.data",
192              "* prop" : "reader",
193              "totalProperty" : "total"
194             }
195            ]
196           }
197          ]
198         },
199         {
200          "xtype" : "Fill",
201          "$ xns" : "Roo.Toolbar"
202         },
203         {
204          "listeners" : {
205           "click" : "function (_self, e)\n{\n    var el = _this.dialog.layout.getRegion('east');\n    if (el.visible) {\n        el.hide();\n    } else {\n        el.show();\n        el.showPanel(0);\n    }\n    \n}"
206          },
207          "text" : "Images / Attachments >>",
208          "xtype" : "Button",
209          "$ xns" : "Roo.Toolbar"
210         }
211        ]
212       },
213       {
214        "xtype" : "BorderLayout",
215        "$ xns" : "Roo",
216        "* prop" : "layout",
217        "items" : [
218         {
219          "autoScroll" : true,
220          "xtype" : "LayoutRegion",
221          "$ xns" : "Roo",
222          "* prop" : "center"
223         },
224         {
225          "listeners" : {
226           "resize" : "function (_self, width, height)\r\n{\r\n   var ew = Math.max(250, width-50);\r\n    var eh = Math.max(250,height-50) ;\n    \n    if (!_this.form) {\r\n        return;\r\n    }\r\n    var bdtext = _this.form.findField('bodytext');\r\n    var ptext = _this.form.findField('plaintext');\r\n    if(bdtext.resizeEl){\r\n        bdtext.width = ew-50;\r\n        bdtext.resizeEl.resizeTo.defer(110, bdtext.resizeEl,[ bdtext.width, bdtext.height  ] );\r\n        ptext.setSize(bdtext.width , bdtext.height);\r\n    }\r\r\n\r\n}",
227           "render" : "function (_self, width, height)\n{\n    \n      Roo.log(\"RESIZE, \" + width + ',' + height);\n    \n    var ew = Math.max(250, width-50);\n    var eh = Math.max(250,height-50) ;\n    \n   \n\n}"
228          },
229          "autoScroll" : false,
230          "fitToFrame" : true,
231          "background" : false,
232          "region" : "center",
233          "title" : "Message",
234          "xtype" : "ContentPanel",
235          "fitContainer" : true,
236          "$ xns" : "Roo",
237          "items" : [
238           {
239            "listeners" : {
240             "|actioncomplete" : "function(_self,action)\n{\n   \n    if (action.type == 'setdata') {\n    \n        setInterval(_this.form.findField('bodytext').autosave, 5000);\n        \n        _this.data.module = _this.data.module || 'crm_mailing_list_message';\n        \n        _this.form.url = baseURL + '/Roo/' + _this.data.module;\n        \n        _this.html_preview.hide();\n        _this.preview_btn.hide();\n            \n        if(_this.data.id*1 > 0){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n            _this.html_preview.show();\n            _this.preview_btn.show();\n            \n        } else {\n            _this.form.setValues({\n                'from_name' : Pman.Login.authUser.name,\n                'from_email' : Pman.Login.authUser.email\n            });\n        }\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        \n        _this.form.findField('bodytext').originalValue = _this.form.findField('bodytext').getValue();\n        \n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, action.result.data);\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
241             "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
242            },
243            "labelAlign" : "right",
244            "$ preValidate" : "function(done_callback) {\n    \n    Roo.MessageBox.progress(\"Uploading Images\", \"Uploading\");\n    \n    if(!_this.form.findField('bodytext').editorcore.sourceEditMode){\n        _this.form.findField('bodytext').syncValue();\n    }else{\n        _this.form.findField('bodytext').pushValue();\n    }\n    \n    var html = _this.form.findField('bodytext').getValue();\n    \n    var s = Roo.get(_this.form.findField('bodytext').editorcore.doc.documentElement);\n    \n    var ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n    \n    var nodes = [];\n    s.select('img[src]').each(function(i) {\n        nodes.push(i.dom);\n    });\n    var total = nodes.length;\n    var mkimg = function() {\n    \n        if (!nodes.length) {\n              Roo.MessageBox.hide();\n              _this.form.findField('bodytext').syncValue();\n              done_callback(true);\n           //    _this.form.doAction(\"submit\");\n              return;\n        }\n        var i = nodes.pop(); \n        \n        var n = i.getAttribute('src').match(/(baseURL|server_baseurl)/);\n        \n        if(n){\n            mkimg();\n            return;\n        }\n        \n        n = i.getAttribute('src').match(/^http(.*)/);\n       \n        if(!n ){\n            mkimg();\n            return;\n        }\n        \n        new Pman.Request({\n            url : baseURL + '/Roo/Images.php',\n            method : 'POST',\n            params : {\n                onid : _this.form.findField('id').getValue(),\n                ontable : ontable ,\n                _remote_upload : i.src\n            },\n            success : function(res){\n                if(res.success == true){      \n                    i.setAttribute('src', res.data);\n                    Roo.MessageBox.updateProgress( (total - nodes.length) / total , \"Done \" + (total - nodes.length) + '/' + total);\n                }\n                mkimg();\n            }\n        });\n       \n    }\n    mkimg();\n}\n",
245            "$ url" : "baseURL + '/Roo/crm_mailing_list_message.php'",
246            "method" : "POST",
247            "style" : "margin:10px",
248            "xtype" : "Form",
249            "labelWidth" : 120,
250            "$ xns" : "Roo.form",
251            "items" : [
252             {
253              "xtype" : "Row",
254              "$ xns" : "Roo.form",
255              "items" : [
256               {
257                "fieldLabel" : "Mailout Name",
258                "xtype" : "TextField",
259                "allowBlank" : false,
260                "width" : 400,
261                "$ xns" : "Roo.form",
262                "name" : "name"
263               },
264               {
265                "xtype" : "Column",
266                "$ xns" : "Roo.form",
267                "Boolean hideLabels" : true,
268                "items" : [
269                 {
270                  "listeners" : {
271                   "check" : "function (_self, checked)\n{\n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out';\n    }\n    \n    this.setBoxLabel(boxLabel);\n}"
272                  },
273                  "String name" : "active",
274                  "Boolean checked" : true,
275                  "xtype" : "Checkbox",
276                  "String valueOff" : 0,
277                  "String boxLabel" : "Enabled - will be sent out",
278                  "$ xns" : "Roo.form",
279                  "Mixed value" : 1
280                 }
281                ]
282               }
283              ]
284             },
285             {
286              "xtype" : "Row",
287              "$ xns" : "Roo.form",
288              "items" : [
289               {
290                "fieldLabel" : "From",
291                "xtype" : "TextField",
292                "allowBlank" : false,
293                "width" : 300,
294                "$ xns" : "Roo.form",
295                "name" : "from_name"
296               },
297               {
298                "fieldLabel" : "Email address",
299                "xtype" : "TextField",
300                "allowBlank" : false,
301                "width" : 300,
302                "$ xns" : "Roo.form",
303                "name" : "from_email"
304               },
305               {
306                "listeners" : {
307                 "select" : "function (combo, record, index)\n{\n   \n/*\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n*/    \n    if(!record){\n        return;\n    }\n    _this.form.findField('bodytext').setValue(record.data.content);\n\n}"
308                },
309                "alwaysQuery" : true,
310                "listWidth" : 400,
311                "triggerAction" : "all",
312                "fieldLabel" : "Template",
313                "forceSelection" : true,
314                "selectOnFocus" : true,
315                "pageSize" : 20,
316                "displayField" : "file",
317                "emptyText" : "Select BCC Group",
318                "hiddenName" : "template",
319                "minChars" : 2,
320                "valueField" : "file",
321                "xtype" : "ComboBox",
322                "allowBlank" : true,
323                "typeAhead" : true,
324                "editable" : false,
325                "width" : 200,
326                "$ xns" : "Roo.form",
327                "name" : "template",
328                "qtip" : "Select BCC Group",
329                "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{file}</b> </div>",
330                "loadingText" : "Searching...",
331                "items" : [
332                 {
333                  "listeners" : {
334                   "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n   \n}\n"
335                  },
336                  "xtype" : "Store",
337                  "remoteSort" : true,
338                  "$ sortInfo" : "{ direction : 'DESC', field: 'file' }",
339                  "$ xns" : "Roo.data",
340                  "* prop" : "store",
341                  "items" : [
342                   {
343                    "$ url" : "baseURL + '/Core/MailTemplateList.php'",
344                    "xtype" : "HttpProxy",
345                    "method" : "GET",
346                    "$ xns" : "Roo.data",
347                    "* prop" : "proxy"
348                   },
349                   {
350                    "id" : "name",
351                    "root" : "data",
352                    "xtype" : "JsonReader",
353                    "$ fields" : "[{\"name\":\"file\",\"type\":\"string\"},{\"name\":\"content\",\"type\":\"string\"}]",
354                    "$ xns" : "Roo.data",
355                    "* prop" : "reader",
356                    "totalProperty" : "total"
357                   }
358                  ]
359                 }
360                ]
361               }
362              ]
363             },
364             {
365              "fieldLabel" : "Subject",
366              "xtype" : "TextField",
367              "allowBlank" : false,
368              "width" : 600,
369              "$ xns" : "Roo.form",
370              "name" : "subject"
371             },
372             {
373              "hideLabels" : true,
374              "xtype" : "Row",
375              "$ xns" : "Roo.form",
376              "items" : [
377               {
378                "hideLabels" : true,
379                "legend" : "Html Editor",
380                "style" : "text-align:center;",
381                "xtype" : "FieldSet",
382                "$ xns" : "Roo.form",
383                "items" : [
384                 {
385                  "listeners" : {
386                   "savedpreview" : "function (_self)\n{\n    var id = _this.form.findField('id').getValue() * 1;\n    \n    var successFn = function(res){\n        return res.data.POST.source;\n    };\n    \n    var params = {\n        action : 'AUTOSAVE',\n        remarks : 'BODY',\n        on_id : (id < 1) ? 0 : id,\n        on_table : 'crm_mailing_list_message',\n        successFn : successFn\n    };\n    \n    \n    Pman.Dialog.CoreAutoSavePreview.show(params, function(res){\n        _self.setValue(res);\n        _self.originalValue = res;\n    });\n}",
387                   "autosave" : "function (_self)\n{\n    Roo.log('autosave');\n    \n    var id = _this.form.findField('id').getValue() * 1;\n    \n    /*\n    if(!_self.editorcore.sourceEditMode){\n        _self.syncValue();\n    }else{\n        _self.pushValue();\n    }\n    */\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/Events.php',\n        method :'POST',\n        params : {\n            id : 0,\n            action : 'AUTOSAVE',\n            on_id : (id > 0) ? id : 0,\n            on_table : 'crm_mailing_list_message',\n            remarks : 'BODY',\n            source: _self.getValue()\n        },\n        success : function() {\n            _self.originalValue = _self.getValue();\n            \n        },\n        failure : function() \n        {\n            Roo.log('body autosave failed?!');\n        }\n    });\n    \n}"
388                  },
389                  "| function autosave" : "function() {\n    \n    var body = _this.form.findField('bodytext');\n    \n    if(!body.wrap.isVisible(true) || body.getValue() == '' || !body.isDirty()){\n        Roo.log('body not dirty');\n        return;\n    }\n    \n    Roo.log('body dirty, auto save!');\n    \n    body.fireEvent('autosave', body);\n   \n}\n",
390                  "xtype" : "HtmlEditor",
391                  "$ cwhite" : "[ \n    'margin',\n    'padding',\n    'text-align',\n    'background',\n    'height',\n    'width',\n    'background-color',\n    'font-size',\n    'line-height',\n    'color',\n    'outline',\n    'text-decoration',\n    'position',\n    'clear',\n    'overflow',\n    'margin-top',\n    'border-bottom',\n    'top',\n    'list-style',\n    'margin-left',\n    'border',\n    'float' ,\n    'margin-right',\n    'padding-top',\n    'min-height',\n    'left',\n    'padding-left',\n    'font-weight',\n    'font-family',\n    'display',\n    'margin-bottom',\n    'padding-bottom',\n    'vertical-align',\n    'cursor',\n    'z-index',\n    'right'\n ]",
392                  "$ xns" : "Roo.form",
393                  "resizable" : "s",
394                  "name" : "bodytext",
395                  "height" : 250,
396                  "clearUp" : false,
397                  "items" : [
398                   {
399                    "xtype" : "ToolbarContext",
400                    "$ xns" : "Roo.form.HtmlEditor",
401                    "* prop" : "toolbars[]"
402                   },
403                   {
404                    "xtype" : "ToolbarStandard",
405                    "$ xns" : "Roo.form.HtmlEditor",
406                    "* prop" : "toolbars[]",
407                    "items" : [
408                     {
409                      "listeners" : {
410                       "render" : "function (_self)\n{\n    _this.extendimgselect = _self;\n}",
411                       "beforequery" : "function (combo, query, forceAll, cancel, e)\n{\n    var id = _this.form.findField('id').getValue() * 1;    \n    if (!id) {\n        Roo.MessageBox.alert(\"Error\", \"Save message first\");\n        return false;\n    }\n}",
412                       "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    var editor = _this.form.findField('bodytext').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    if (curnode && curnode.tagName == 'IMG') {\n        curnode.src= String.format('{0}/Images/{1}/{2}#image-{1}',\n                baseURL,  record.data.id, record.data.filename\n            );\n            // note -forces an update... hopefully...\n        editor.owner.fireEvent('editorevent', editor, false);\n    } else {\n    \n        editor.insertAtCursor(\n            String.format('<img src=\"{0}/Images/{1}/{2}#image-{1}\">',\n            baseURL,  record.data.id, record.data.filename\n            )\n        );\n\n    }\n    \n }"
413                      },
414                      "alwaysQuery" : true,
415                      "listWidth" : 400,
416                      "triggerAction" : "all",
417                      "fieldLabel" : "Images",
418                      "forceSelection" : true,
419                      "selectOnFocus" : true,
420                      "pageSize" : 20,
421                      "displayField" : "name",
422                      "emptyText" : "Add Image",
423                      "minChars" : 2,
424                      "valueField" : "id",
425                      "xtype" : "ComboBox",
426                      "typeAhead" : true,
427                      "editable" : false,
428                      "width" : 100,
429                      "$ xns" : "Roo.form",
430                      "* prop" : "btns[]",
431                      "qtip" : "Select Images",
432                      "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><img src=\"{public_baseURL}/Core/Images/Thumb/150x150/{id}.jpg\" height=\"150\" width=\"150\"><b>{filename}</b> </div>",
433                      "loadingText" : "Searching...",
434                      "items" : [
435                       {
436                        "listeners" : {
437                         "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n\n    var id = _this.form.findField('id').getValue() * 1;    \n    if (!id) {\n        Roo.MessageBox.alert(\"Error\", \"Save email template first\");\n        return false;\n    }\n    o.params.onid = id;\n    o.params.ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n    \n   // o.params.imgtype = 'PressRelease';\n    //o.params['query[imagesize]'] = '150x150';\n    // set more here\n}\n"
438                        },
439                        "xtype" : "Store",
440                        "remoteSort" : true,
441                        "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
442                        "$ xns" : "Roo.data",
443                        "* prop" : "store",
444                        "items" : [
445                         {
446                          "$ url" : "baseURL + '/Roo/Images.php'",
447                          "xtype" : "HttpProxy",
448                          "method" : "GET",
449                          "$ xns" : "Roo.data",
450                          "* prop" : "proxy"
451                         },
452                         {
453                          "id" : "id",
454                          "root" : "data",
455                          "xtype" : "JsonReader",
456                          "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"filename\",\"type\":\"string\"},{\"name\":\"url_thumb\",\"type\":\"string\"}]",
457                          "$ xns" : "Roo.data",
458                          "* prop" : "reader",
459                          "totalProperty" : "total"
460                         }
461                        ]
462                       }
463                      ]
464                     },
465                     {
466                      "listeners" : {
467                       "render" : "function (_self)\n{\n    _this.unsubscribeselect = _self;\n}",
468                       "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    var editor = _this.form.findField('bodytext').editorcore;\n    \n    if(record.data.name == 'Unsubscribe'){\n        editor.insertAtCursor(\n            String.format('<a href=\"{0}\">{1}</a>',\n                record.data.type,  record.data.name\n            )\n        );\n        return;     \n    }\n    \n    editor.insertAtCursor(\n        String.format('{0}',\n            record.data.type\n        )\n    );\n    \n }"
469                      },
470                      "alwaysQuery" : true,
471                      "listWidth" : 400,
472                      "triggerAction" : "all",
473                      "fieldLabel" : "Field",
474                      "forceSelection" : true,
475                      "selectOnFocus" : true,
476                      "pageSize" : 20,
477                      "displayField" : "name",
478                      "emptyText" : "Insert Field",
479                      "minChars" : 2,
480                      "valueField" : "type",
481                      "xtype" : "ComboBox",
482                      "typeAhead" : true,
483                      "editable" : false,
484                      "width" : 100,
485                      "$ xns" : "Roo.form",
486                      "* prop" : "btns[]",
487                      "qtip" : "Insert Field",
488                      "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
489                      "loadingText" : "Searching...",
490                      "items" : [
491                       {
492                        "xtype" : "SimpleStore",
493                        "$ data" : "[ \n    [ '{person.firstname}', \"First Name\"],\n    [ '{person.lastname}' , \"Last Name\"],\n    [ '{person.name}', \"Full Name\"],\n    [ '#unsubscribe', \"Unsubscribe\"]\n]\n",
494                        "$ fields" : "[  'type', 'name']",
495                        "$ xns" : "Roo.data",
496                        "* prop" : "store"
497                       }
498                      ]
499                     },
500                     {
501                      "xtype" : "Separator",
502                      "$ xns" : "Roo.Toolbar",
503                      "* prop" : "btns[]"
504                     },
505                     {
506                      "listeners" : {
507                       "click" : "function (_self, e)\n{\n    this.scope.owner.fireEvent('savedpreview', this.scope.owner);\n    \n}"
508                      },
509                      "String cls" : "x-init-enable",
510                      "text" : "Saved Version",
511                      "xtype" : "Button",
512                      "$ xns" : "Roo.Toolbar",
513                      "* prop" : "btns[]"
514                     }
515                    ]
516                   }
517                  ]
518                 }
519                ]
520               }
521              ]
522             },
523             {
524              "hideLabels" : true,
525              "xtype" : "Row",
526              "$ xns" : "Roo.form",
527              "items" : [
528               {
529                "listeners" : {
530                 "click" : "function (_self, e)\n{\n    var h = _this.form.findField('bodytext').getValue();\n    var p = _this.form.findField('plaintext');\n    \n    new Pman.Request({\r\n        url : baseURL + '/Core/ImportMailMessage.php',\r\n        method : 'POST',\r\n        params : {\n          bodytext : h,\r\n          _convertToPlain : true,\n          _check_unsubscribe : true\r\n        }, \r\n        success : function(res) {\r\n            if(res.success == true){\n               p.setValue(res.data);\n            }\r\n        }\r\n    });  \n    \n}"
531                },
532                "text" : "Convert Html to Text",
533                "xtype" : "Button",
534                "$ xns" : "Roo"
535               }
536              ]
537             },
538             {
539              "hideLabels" : true,
540              "xtype" : "Row",
541              "$ xns" : "Roo.form",
542              "items" : [
543               {
544                "hideLabels" : true,
545                "legend" : "Plain Text",
546                "style" : "text-align:center;",
547                "xtype" : "FieldSet",
548                "$ xns" : "Roo.form",
549                "items" : [
550                 {
551                  "xtype" : "TextArea",
552                  "$ xns" : "Roo.form",
553                  "height" : 50,
554                  "name" : "plaintext"
555                 }
556                ]
557               }
558              ]
559             },
560             {
561              "xtype" : "Hidden",
562              "$ xns" : "Roo.form",
563              "name" : "id"
564             }
565            ]
566           }
567          ]
568         }
569        ]
570       }
571      ]
572     },
573     {
574      "listeners" : {
575       "|activate" : "function() {\n    _this.ipanel = this;\n    if (_this.igrid) {\n       _this.igrid.ds.load({});\n    }\n}"
576      },
577      "autoScroll" : false,
578      "fitToframe" : true,
579      "background" : false,
580      "region" : "east",
581      "title" : "Images / Attachments",
582      "xtype" : "GridPanel",
583      "fitContainer" : true,
584      "$ xns" : "Roo",
585      "tableName" : "Images",
586      "items" : [
587       {
588        "listeners" : {
589         "|render" : "function() \n{\n    _this.igrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.ipanel.active) {\n   //    _this.igrid.ds.load({});\n    }\n}"
590        },
591        "autoExpandColumn" : "filename",
592        "xtype" : "Grid",
593        "loadMask" : true,
594        "$ xns" : "Roo.grid",
595        "* prop" : "grid",
596        "items" : [
597         {
598          "listeners" : {
599           "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    if (typeof(_this.data) == 'undefined') {\n        return false;\n    }\n    if(_this.data.id * 1 >= 0)\n    {\n        options.params.onid = _this.data.id;\n\n        options.params.ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n    }\n}"
600          },
601          "xtype" : "Store",
602          "remoteSort" : true,
603          "$ sortInfo" : "{ field : 'filename', direction: 'ASC' }",
604          "$ xns" : "Roo.data",
605          "* prop" : "dataSource",
606          "items" : [
607           {
608            "$ url" : "baseURL + '/Roo/Images.php'",
609            "xtype" : "HttpProxy",
610            "method" : "GET",
611            "$ xns" : "Roo.data",
612            "* prop" : "proxy"
613           },
614           {
615            "id" : "id",
616            "root" : "data",
617            "xtype" : "JsonReader",
618            "$ fields" : "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'filename',\n        'type': 'string'\n    },\n    {\n        'name': 'ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'onid',\n        'type': 'int'\n    },\n    {\n        'name': 'mimetype',\n        'type': 'string'\n    },\n    {\n        'name': 'width',\n        'type': 'int'\n    },\n    {\n        'name': 'height',\n        'type': 'int'\n    },\n    {\n        'name': 'filesize',\n        'type': 'int'\n    },\n    {\n        'name': 'displayorder',\n        'type': 'int'\n    },\n    {\n        'name': 'language',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id',\n        'type': 'int'\n    },\n    {\n        'name': 'created',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'imgtype',\n        'type': 'string'\n    },\n    {\n        'name': 'linkurl',\n        'type': 'string'\n    },\n    {\n        'name': 'descript',\n        'type': 'string'\n    },\n    {\n        'name': 'title',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_filename',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_onid',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_mimetype',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_width',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_height',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_filesize',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_displayorder',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_language',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_parent_image_id',\n        'type': 'int'\n    },\n    {\n        'name': 'parent_image_id_created',\n        'type': 'date'\n    },\n    {\n        'name': 'parent_image_id_imgtype',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_linkurl',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_descript',\n        'type': 'string'\n    },\n    {\n        'name': 'parent_image_id_title',\n        'type': 'string'\n    }\n]",
619            "$ xns" : "Roo.data",
620            "* prop" : "reader",
621            "totalProperty" : "total"
622           }
623          ]
624         },
625         {
626          "xtype" : "Toolbar",
627          "$ xns" : "Roo",
628          "* prop" : "toolbar",
629          "items" : [
630           {
631            "listeners" : {
632             "|click" : "function()\n{\n    var id = _this.form.findField('id').getValue();\n    \n    if(id*1 < 1){\n        Roo.MessageBox.alert('Error', 'Please save the email template first');\n        return;\n    }\n    \n    var ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n    \n    Pman.Dialog.Image.show( { id : 0, onid: id, ontable: ontable }, function() {\n        _this.igrid.getDataSource().load({});\n    }); \n}\n"
633            },
634            "text" : "Add",
635            "xtype" : "Button",
636            "cls" : "x-btn-text-icon",
637            "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
638            "$ xns" : "Roo.Toolbar"
639           },
640           {
641            "listeners" : {
642             "|click" : "function()\n{\n    var s = _this.igrid.getSelectionModel().getSelected();\n    if (!s || isNaN(s.id *1)) {\n        Roo.MessageBox.alert(\"Error\", \"Select a image\"); \n        return;\n    }\n    Roo.MessageBox.confirm(\"Confirm\", \"Are sure you want to delete this image?\", function (v){\n        if (v != 'yes') {\n            return;\n        }\n        \n        new Pman.Request({\n            url : baseURL + '/Roo/Images.php',\n            method: 'POST',\n            params : {\n                _delete : s.id\n            },\n            success : function()\n            {\n                Roo.log('Got Success!!');\n               _this.igrid.ds.load({});\n            }\n        });\n    });\n}\n        "
643            },
644            "text" : "Delete",
645            "xtype" : "Button",
646            "cls" : "x-btn-text-icon",
647            "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
648            "$ xns" : "Roo.Toolbar"
649           }
650          ]
651         },
652         {
653          "xtype" : "ColumnModel",
654          "width" : 300,
655          "header" : "Filename",
656          "$ renderer" : "function(v,x,r)\n{\n    var width = r.data.width;\n    var height = r.data.height;\n    \n    if(width > 50){\n        height = Math.round(height * 50 / width);\n        width = 50;\n    }\n    \n   return '<img src=\"' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '\" width=\"' + width + '\" height=\"' + height + '\" />';\n}",
657          "$ xns" : "Roo.grid",
658          "* prop" : "colModel[]",
659          "dataIndex" : "filename"
660         },
661         {
662          "xtype" : "ColumnModel",
663          "header" : "Displayorder",
664          "width" : 75,
665          "$ renderer" : "function(v) { return String.format('{0}', v); }",
666          "$ xns" : "Roo.grid",
667          "* prop" : "colModel[]",
668          "dataIndex" : "displayorder"
669         },
670         {
671          "xtype" : "ColumnModel",
672          "width" : 75,
673          "header" : "Title",
674          "$ renderer" : "function(v) { return String.format('{0}', v); }",
675          "$ xns" : "Roo.grid",
676          "* prop" : "colModel[]",
677          "dataIndex" : "title"
678         }
679        ]
680       }
681      ]
682     },
683     {
684      "listeners" : {
685       "render" : "function (_self)\n{\n    _this.preview_btn = _self;\n}",
686       "click" : "function (_self, e)\n{\n    //_this.dialog.hide();\n    Roo.log(_this.data.module);\n    Pman.Dialog.CoreEmailPreview.show({ id : _this.form.findField('id').getValue(), module : _this.data.module });\n}"
687      },
688      "text" : "Preview",
689      "xtype" : "Button",
690      "$ xns" : "Roo",
691      "* prop" : "buttons[]"
692     },
693     {
694      "listeners" : {
695       "render" : "function (_self)\n{\n    _this.html_preview = _self;\n}",
696       "click" : "function (_self, e)\n{\n    //_this.dialog.hide();\n    \n    var id = _this.form.findField('id').getValue();\n    \n    if(id*1 < 1){\n        Roo.MessageBox.alert('Error', 'Please save the message frist!');\n        return;\n    }\n   \n    new Pman.Request({\n        url : baseURL + '/Core/MessagePreview',\n        method : 'POST',\n        mask: 'Sending',\n        params : {\n            _id : id,\n            _table : _this.data.module\n        }, \n        success : function(res) { \n            if(res.data == 'SUCCESS'){\n                Roo.MessageBox.alert(\"Email Sent\", 'The report was sent to your email (HTML format).');\n            }\n        }\n    });\n}"
697      },
698      "text" : "Send me a test copy",
699      "xtype" : "Button",
700      "$ xns" : "Roo",
701      "* prop" : "buttons[]"
702     },
703     {
704      "listeners" : {
705       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
706      },
707      "text" : "Cancel",
708      "xtype" : "Button",
709      "$ xns" : "Roo",
710      "* prop" : "buttons[]"
711     },
712     {
713      "listeners" : {
714       "click" : "function (_self, e)\n{\n\n    // do some checks?\n    _this.form.preValidate(function(res) {\n        if (!res) {\n            return; //failed.\n        }\n         _this.form.doAction(\"submit\");\n    });\n\n}"
715      },
716      "text" : "Save",
717      "xtype" : "Button",
718      "$ xns" : "Roo",
719      "* prop" : "buttons[]"
720     }
721    ]
722   }
723  ]
724 }