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   "5b8ef4e762c00a15a41cfc26dc3ef99c" : "Send me a test copy",
24   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
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   "5da618e8e4b89c66fe86e32cdafde142" : "From",
35   "31bb2f6e9b8fb11cbb7fb63c6025223f" : "Select Template",
36   "b78a3223503896721cca1303f776159b" : "Title",
37   "278c491bdd8a53618c149c4ac790da34" : "Template",
38   "1351017ac6423911223bc19a8cb7c653" : "Filename",
39   "308f2757bfc9ce92fb00ff93fdffd279" : "Images / Attachments",
40   "c9cc8cce247e49bae79f15173ce97354" : "Save",
41   "5feb9bf3c03b32635135006cbacb9542" : "Insert Field",
42   "4c2a8fe7eaf24721cc7a9f0175115bd4" : "Message",
43   "fff0d600f8a0b5e19e88bfb821dd1157" : "Images"
44  },
45  "items" : [
46   {
47    "listeners" : {
48     "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}"
49    },
50    "modal" : true,
51    "collapsible" : false,
52    "title" : "Edit / Create Message",
53    "xtype" : "LayoutDialog",
54    "width" : 800,
55    "$ xns" : "Roo",
56    "closable" : true,
57    "resizable" : true,
58    "height" : 500,
59    "items" : [
60     {
61      "xtype" : "LayoutRegion",
62      "$ xns" : "Roo",
63      "tabPosition" : "top",
64      "* prop" : "center"
65     },
66     {
67      "hidden" : true,
68      "xtype" : "LayoutRegion",
69      "title" : "Images / Attachments",
70      "width" : 500,
71      "$ xns" : "Roo",
72      "split" : true,
73      "* prop" : "east",
74      "titlebar" : true
75     },
76     {
77      "autoScroll" : false,
78      "region" : "center",
79      "fitToFrame" : true,
80      "xtype" : "NestedLayoutPanel",
81      "fitContainer" : true,
82      "$ xns" : "Roo",
83      "items" : [
84       {
85        "xtype" : "Toolbar",
86        "$ xns" : "Roo",
87        "* prop" : "toolbar",
88        "items" : [
89         {
90          "text" : "Import",
91          "xtype" : "Button",
92          "$ xns" : "Roo.Toolbar",
93          "items" : [
94           {
95            "xtype" : "Menu",
96            "$ xns" : "Roo.menu",
97            "* prop" : "menu",
98            "items" : [
99             {
100              "listeners" : {
101               "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}"
102              },
103              "text" : "URL",
104              "xtype" : "Item",
105              "$ xns" : "Roo.menu"
106             },
107             {
108              "listeners" : {
109               "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}"
110              },
111              "text" : "Html File",
112              "xtype" : "Item",
113              "$ xns" : "Roo.menu"
114             }
115            ]
116           }
117          ]
118         },
119         {
120          "text" : "Use template",
121          "xtype" : "Button",
122          "$ xns" : "Roo.Toolbar",
123          "items" : [
124           {
125            "xtype" : "Menu",
126            "$ xns" : "Roo.menu",
127            "* prop" : "menu",
128            "items" : [
129             {
130              "listeners" : {
131               "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}"
132              },
133              "text" : "Responsive Email (1)",
134              "xtype" : "Item",
135              "$ xns" : "Roo.menu"
136             }
137            ]
138           }
139          ]
140         },
141         {
142          "listeners" : {
143           "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}"
144          },
145          "alwaysQuery" : true,
146          "listWidth" : 400,
147          "triggerAction" : "all",
148          "fieldLabel" : "Template",
149          "forceSelection" : true,
150          "selectOnFocus" : true,
151          "pageSize" : 20,
152          "displayField" : "file",
153          "emptyText" : "Select Template",
154          "hiddenName" : "template",
155          "minChars" : 2,
156          "valueField" : "file",
157          "xtype" : "ComboBox",
158          "allowBlank" : true,
159          "typeAhead" : true,
160          "editable" : false,
161          "width" : 200,
162          "$ xns" : "Roo.form",
163          "name" : "template",
164          "qtip" : "Select Template",
165          "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{file}</b> </div>",
166          "loadingText" : "Searching...",
167          "items" : [
168           {
169            "listeners" : {
170             "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n   \n}\n"
171            },
172            "xtype" : "Store",
173            "remoteSort" : true,
174            "$ sortInfo" : "{ direction : 'DESC', field: 'file' }",
175            "$ xns" : "Roo.data",
176            "* prop" : "store",
177            "items" : [
178             {
179              "$ url" : "baseURL + '/Core/MailTemplateList.php'",
180              "method" : "GET",
181              "xtype" : "HttpProxy",
182              "$ xns" : "Roo.data",
183              "* prop" : "proxy"
184             },
185             {
186              "id" : "name",
187              "root" : "data",
188              "xtype" : "JsonReader",
189              "$ fields" : "[{\"name\":\"file\",\"type\":\"string\"},{\"name\":\"content\",\"type\":\"string\"}]",
190              "$ xns" : "Roo.data",
191              "* prop" : "reader",
192              "totalProperty" : "total"
193             }
194            ]
195           }
196          ]
197         },
198         {
199          "xtype" : "Fill",
200          "$ xns" : "Roo.Toolbar"
201         },
202         {
203          "listeners" : {
204           "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}"
205          },
206          "text" : "Images / Attachments >>",
207          "xtype" : "Button",
208          "$ xns" : "Roo.Toolbar"
209         }
210        ]
211       },
212       {
213        "xtype" : "BorderLayout",
214        "$ xns" : "Roo",
215        "* prop" : "layout",
216        "items" : [
217         {
218          "autoScroll" : true,
219          "xtype" : "LayoutRegion",
220          "$ xns" : "Roo",
221          "* prop" : "center"
222         },
223         {
224          "listeners" : {
225           "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}",
226           "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}"
227          },
228          "autoScroll" : false,
229          "fitToFrame" : true,
230          "background" : false,
231          "region" : "center",
232          "title" : "Message",
233          "xtype" : "ContentPanel",
234          "fitContainer" : true,
235          "$ xns" : "Roo",
236          "items" : [
237           {
238            "listeners" : {
239             "|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",
240             "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
241            },
242            "labelAlign" : "right",
243            "$ 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",
244            "$ url" : "baseURL + '/Roo/crm_mailing_list_message.php'",
245            "method" : "POST",
246            "style" : "margin:10px",
247            "xtype" : "Form",
248            "labelWidth" : 120,
249            "$ xns" : "Roo.form",
250            "items" : [
251             {
252              "xtype" : "Row",
253              "$ xns" : "Roo.form",
254              "items" : [
255               {
256                "fieldLabel" : "Mailout Name",
257                "xtype" : "TextField",
258                "allowBlank" : false,
259                "width" : 400,
260                "$ xns" : "Roo.form",
261                "name" : "name"
262               },
263               {
264                "xtype" : "Column",
265                "$ xns" : "Roo.form",
266                "Boolean hideLabels" : true,
267                "items" : [
268                 {
269                  "listeners" : {
270                   "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 right of \\'Mailout Name\\'';\n    }\n    \n    this.setBoxLabel = boxLabel;\n}"
271                  },
272                  "String name" : "active",
273                  "Boolean checked" : true,
274                  "xtype" : "Checkbox",
275                  "String valueOff" : 0,
276                  "String boxLabel" : "Enabled - will be sent out",
277                  "$ xns" : "Roo.form",
278                  "Mixed value" : 1
279                 }
280                ]
281               }
282              ]
283             },
284             {
285              "xtype" : "Row",
286              "$ xns" : "Roo.form",
287              "items" : [
288               {
289                "fieldLabel" : "From",
290                "xtype" : "TextField",
291                "allowBlank" : false,
292                "width" : 300,
293                "$ xns" : "Roo.form",
294                "name" : "from_name"
295               },
296               {
297                "fieldLabel" : "Email address",
298                "xtype" : "TextField",
299                "allowBlank" : false,
300                "width" : 300,
301                "$ xns" : "Roo.form",
302                "name" : "from_email"
303               }
304              ]
305             },
306             {
307              "fieldLabel" : "Subject",
308              "xtype" : "TextField",
309              "allowBlank" : false,
310              "width" : 600,
311              "$ xns" : "Roo.form",
312              "name" : "subject"
313             },
314             {
315              "hideLabels" : true,
316              "xtype" : "Row",
317              "$ xns" : "Roo.form",
318              "items" : [
319               {
320                "hideLabels" : true,
321                "legend" : "Html Editor",
322                "style" : "text-align:center;",
323                "xtype" : "FieldSet",
324                "$ xns" : "Roo.form",
325                "items" : [
326                 {
327                  "listeners" : {
328                   "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}",
329                   "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}"
330                  },
331                  "| 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",
332                  "xtype" : "HtmlEditor",
333                  "$ 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 ]",
334                  "$ xns" : "Roo.form",
335                  "resizable" : "s",
336                  "name" : "bodytext",
337                  "height" : 250,
338                  "clearUp" : false,
339                  "items" : [
340                   {
341                    "xtype" : "ToolbarContext",
342                    "$ xns" : "Roo.form.HtmlEditor",
343                    "* prop" : "toolbars[]"
344                   },
345                   {
346                    "xtype" : "ToolbarStandard",
347                    "$ xns" : "Roo.form.HtmlEditor",
348                    "* prop" : "toolbars[]",
349                    "items" : [
350                     {
351                      "listeners" : {
352                       "render" : "function (_self)\n{\n    _this.extendimgselect = _self;\n}",
353                       "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}",
354                       "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 }"
355                      },
356                      "alwaysQuery" : true,
357                      "listWidth" : 400,
358                      "triggerAction" : "all",
359                      "fieldLabel" : "Images",
360                      "forceSelection" : true,
361                      "selectOnFocus" : true,
362                      "pageSize" : 20,
363                      "displayField" : "name",
364                      "emptyText" : "Add Image",
365                      "minChars" : 2,
366                      "valueField" : "id",
367                      "xtype" : "ComboBox",
368                      "typeAhead" : true,
369                      "editable" : false,
370                      "width" : 100,
371                      "$ xns" : "Roo.form",
372                      "* prop" : "btns[]",
373                      "qtip" : "Select Images",
374                      "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>",
375                      "loadingText" : "Searching...",
376                      "items" : [
377                       {
378                        "listeners" : {
379                         "|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"
380                        },
381                        "xtype" : "Store",
382                        "remoteSort" : true,
383                        "$ sortInfo" : "{ direction : 'ASC', field: 'id' }",
384                        "$ xns" : "Roo.data",
385                        "* prop" : "store",
386                        "items" : [
387                         {
388                          "$ url" : "baseURL + '/Roo/Images.php'",
389                          "xtype" : "HttpProxy",
390                          "method" : "GET",
391                          "$ xns" : "Roo.data",
392                          "* prop" : "proxy"
393                         },
394                         {
395                          "id" : "id",
396                          "root" : "data",
397                          "xtype" : "JsonReader",
398                          "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"filename\",\"type\":\"string\"},{\"name\":\"url_thumb\",\"type\":\"string\"}]",
399                          "$ xns" : "Roo.data",
400                          "* prop" : "reader",
401                          "totalProperty" : "total"
402                         }
403                        ]
404                       }
405                      ]
406                     },
407                     {
408                      "listeners" : {
409                       "render" : "function (_self)\n{\n    _this.unsubscribeselect = _self;\n}",
410                       "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 }"
411                      },
412                      "alwaysQuery" : true,
413                      "listWidth" : 400,
414                      "triggerAction" : "all",
415                      "fieldLabel" : "Field",
416                      "forceSelection" : true,
417                      "selectOnFocus" : true,
418                      "pageSize" : 20,
419                      "displayField" : "name",
420                      "emptyText" : "Insert Field",
421                      "minChars" : 2,
422                      "valueField" : "type",
423                      "xtype" : "ComboBox",
424                      "typeAhead" : true,
425                      "editable" : false,
426                      "width" : 100,
427                      "$ xns" : "Roo.form",
428                      "* prop" : "btns[]",
429                      "qtip" : "Insert Field",
430                      "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
431                      "loadingText" : "Searching...",
432                      "items" : [
433                       {
434                        "xtype" : "SimpleStore",
435                        "$ data" : "[ \n    [ '{person.firstname}', \"First Name\"],\n    [ '{person.lastname}' , \"Last Name\"],\n    [ '{person.name}', \"Full Name\"],\n    [ '#unsubscribe', \"Unsubscribe\"]\n]\n",
436                        "$ fields" : "[  'type', 'name']",
437                        "$ xns" : "Roo.data",
438                        "* prop" : "store"
439                       }
440                      ]
441                     },
442                     {
443                      "xtype" : "Separator",
444                      "$ xns" : "Roo.Toolbar",
445                      "* prop" : "btns[]"
446                     },
447                     {
448                      "listeners" : {
449                       "click" : "function (_self, e)\n{\n    this.scope.owner.fireEvent('savedpreview', this.scope.owner);\n    \n}"
450                      },
451                      "String cls" : "x-init-enable",
452                      "text" : "Saved Version",
453                      "xtype" : "Button",
454                      "$ xns" : "Roo.Toolbar",
455                      "* prop" : "btns[]"
456                     }
457                    ]
458                   }
459                  ]
460                 }
461                ]
462               }
463              ]
464             },
465             {
466              "hideLabels" : true,
467              "xtype" : "Row",
468              "$ xns" : "Roo.form",
469              "items" : [
470               {
471                "listeners" : {
472                 "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}"
473                },
474                "text" : "Convert Html to Text",
475                "xtype" : "Button",
476                "$ xns" : "Roo"
477               }
478              ]
479             },
480             {
481              "hideLabels" : true,
482              "xtype" : "Row",
483              "$ xns" : "Roo.form",
484              "items" : [
485               {
486                "hideLabels" : true,
487                "legend" : "Plain Text",
488                "style" : "text-align:center;",
489                "xtype" : "FieldSet",
490                "$ xns" : "Roo.form",
491                "items" : [
492                 {
493                  "xtype" : "TextArea",
494                  "$ xns" : "Roo.form",
495                  "height" : 50,
496                  "name" : "plaintext"
497                 }
498                ]
499               }
500              ]
501             },
502             {
503              "xtype" : "Hidden",
504              "$ xns" : "Roo.form",
505              "name" : "id"
506             }
507            ]
508           }
509          ]
510         }
511        ]
512       }
513      ]
514     },
515     {
516      "listeners" : {
517       "|activate" : "function() {\n    _this.ipanel = this;\n    if (_this.igrid) {\n       _this.igrid.ds.load({});\n    }\n}"
518      },
519      "autoScroll" : false,
520      "fitToframe" : true,
521      "background" : false,
522      "region" : "east",
523      "title" : "Images / Attachments",
524      "xtype" : "GridPanel",
525      "fitContainer" : true,
526      "$ xns" : "Roo",
527      "tableName" : "Images",
528      "items" : [
529       {
530        "listeners" : {
531         "|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}"
532        },
533        "autoExpandColumn" : "filename",
534        "xtype" : "Grid",
535        "loadMask" : true,
536        "$ xns" : "Roo.grid",
537        "* prop" : "grid",
538        "items" : [
539         {
540          "listeners" : {
541           "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}"
542          },
543          "xtype" : "Store",
544          "remoteSort" : true,
545          "$ sortInfo" : "{ field : 'filename', direction: 'ASC' }",
546          "$ xns" : "Roo.data",
547          "* prop" : "dataSource",
548          "items" : [
549           {
550            "$ url" : "baseURL + '/Roo/Images.php'",
551            "xtype" : "HttpProxy",
552            "method" : "GET",
553            "$ xns" : "Roo.data",
554            "* prop" : "proxy"
555           },
556           {
557            "id" : "id",
558            "root" : "data",
559            "xtype" : "JsonReader",
560            "$ 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]",
561            "$ xns" : "Roo.data",
562            "* prop" : "reader",
563            "totalProperty" : "total"
564           }
565          ]
566         },
567         {
568          "xtype" : "Toolbar",
569          "$ xns" : "Roo",
570          "* prop" : "toolbar",
571          "items" : [
572           {
573            "listeners" : {
574             "|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"
575            },
576            "text" : "Add",
577            "xtype" : "Button",
578            "cls" : "x-btn-text-icon",
579            "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
580            "$ xns" : "Roo.Toolbar"
581           },
582           {
583            "listeners" : {
584             "|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        "
585            },
586            "text" : "Delete",
587            "xtype" : "Button",
588            "cls" : "x-btn-text-icon",
589            "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'",
590            "$ xns" : "Roo.Toolbar"
591           }
592          ]
593         },
594         {
595          "xtype" : "ColumnModel",
596          "width" : 300,
597          "header" : "Filename",
598          "$ 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}",
599          "$ xns" : "Roo.grid",
600          "* prop" : "colModel[]",
601          "dataIndex" : "filename"
602         },
603         {
604          "xtype" : "ColumnModel",
605          "header" : "Displayorder",
606          "width" : 75,
607          "$ renderer" : "function(v) { return String.format('{0}', v); }",
608          "$ xns" : "Roo.grid",
609          "* prop" : "colModel[]",
610          "dataIndex" : "displayorder"
611         },
612         {
613          "xtype" : "ColumnModel",
614          "width" : 75,
615          "header" : "Title",
616          "$ renderer" : "function(v) { return String.format('{0}', v); }",
617          "$ xns" : "Roo.grid",
618          "* prop" : "colModel[]",
619          "dataIndex" : "title"
620         }
621        ]
622       }
623      ]
624     },
625     {
626      "listeners" : {
627       "render" : "function (_self)\n{\n    _this.preview_btn = _self;\n}",
628       "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}"
629      },
630      "text" : "Preview",
631      "xtype" : "Button",
632      "$ xns" : "Roo",
633      "* prop" : "buttons[]"
634     },
635     {
636      "listeners" : {
637       "render" : "function (_self)\n{\n    _this.html_preview = _self;\n}",
638       "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}"
639      },
640      "text" : "Send me a test copy",
641      "xtype" : "Button",
642      "$ xns" : "Roo",
643      "* prop" : "buttons[]"
644     },
645     {
646      "listeners" : {
647       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
648      },
649      "text" : "Cancel",
650      "xtype" : "Button",
651      "$ xns" : "Roo",
652      "* prop" : "buttons[]"
653     },
654     {
655      "listeners" : {
656       "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}"
657      },
658      "text" : "Save",
659      "xtype" : "Button",
660      "$ xns" : "Roo",
661      "* prop" : "buttons[]"
662     }
663    ]
664   }
665  ]
666 }