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