Fix #5650 - fix images thumbnails and adding in CMS
authorAlan Knowles <alan@roojs.com>
Thu, 3 Jan 2019 06:48:26 +0000 (14:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Jan 2019 06:48:26 +0000 (14:48 +0800)
Pman.Dialog.CmsBlog.bjs
Pman.Dialog.CmsBlog.js

index 7bfe6fa..5f11507 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Dialog.CmsBlog",
  "parent" : "",
  "title" : "Cms -Edit Blog Entry",
- "path" : "/home/edward/gitlive/Pman.Cms/Pman.Dialog.CmsBlog.bjs",
+ "path" : "/home/alan/gitlive/Pman.Cms/Pman.Dialog.CmsBlog.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
           "render" : "function (_self)\n{\n  _this.cpanel = _self;\n}"
          },
          "autoScroll" : true,
-         "fitToFrame" : true,
          "region" : "center",
+         "fitToFrame" : true,
          "xtype" : "ContentPanel",
          "$ xns" : "Roo",
          "items" : [
             "|actioncomplete" : "function (_self, action)\n{\n\n   if (action.type == 'setdata') {\n\n        _this.form.addForm(_this.form1);\n        _this.form.addForm(_this.form2);\n        _this.form.addForm(_this.form3);\n        _this.form.addForm(_this.form4);\n        \n        _this.dialog.setStylesheets();\n        \n        _this.dialog.getLayout().getRegion('west').collapse();\n        _this.panel.region.collapse();\n        \n        _this.trpanel.el.mask('Save first');\n        _this.panel.el.mask('Save first');\n        \n        _this.loaded = false;\n        _this.interestsCol.hide();\n        \n        //_this.form.findField('category_page_id').fieldEl.select('label',true).first().dom.innerHTML = 'Category';\n        \n        if ( _this.data.id) {\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id, '_with_primary_image' : 1 }});\n        } else {\n\n            _this.loaded = true;\n            var is_draft = typeof(_this.data.is_draft) != 'undefined' ? _this.data.is_draft : 1;\n            this.findField('is_draft').setValue(is_draft);\n            _this.page_type.setValue(_this.data.page_type_id);\n            _this.page_type.el.dom.value = _this.data.page_type_id_display_name;\n            \n            if(_this.data.page_type_id_name == 'blog' && AppModules.indexOf(\"Crm\") !== -1){\n                _this.interestsCol.show();\n            }\n            \n            _this.form.showHide();\n            \n            /*\n            var catlabel= _this.form.findField('category_page_id').fieldEl.select('label',true).first()\n            catlabel.dom.innerHTML = 'Category';            \n            if(_this.data.page_type_id_name == 'category'){\n                catlabel.dom.innerHTML = 'Parent Category';\n            } \n            */\n            \n            /*\n            var catlabel= _this.form.findField('parent_id').fieldEl.select('label',true).first();\n            catlabel.dom.innerHTML = 'Parent page';\n            if(_this.data.page_type_id_name == 'category'){\n                catlabel.dom.innerHTML = 'Parent';\n            }\n            */\n            \n        }\n        \n        if(_this.data._is_copy){\n            _this.form.is_copy();\n        }\n        \n        return;\n    }\n    \n    if (action.type == 'load') {\n    \n        //_this.data = action.result.data;\n        \n        var d = action.result.data;\n        \n        _this.dialog.el.unmask();\n       _this.grid.getDataSource().load();\n       \n       _this.trform.reset();\n       _this.trform1.reset();\n       _this.trform2.reset();\n       _this.trform3.reset();\n       \n       _this.trform.addForm(_this.trform1);\n       _this.trform.addForm(_this.trform2);\n        \n       _this.form1.findField('body').originalValue = _this.form1.findField('body').getValue();\n       _this.form2.findField('extended').originalValue = _this.form2.findField('extended').getValue();\n       _this.form3.findField('extra_css').originalValue = _this.form3.findField('extra_css').getValue();\n       _this.form4.findField('keywords').originalValue = _this.form4.findField('keywords').getValue();\n       _this.form4.findField('descriptions').originalValue = _this.form4.findField('descriptions').getValue();\n       \n       /*\n        var catlabel= _this.form.findField('category_page_id').fieldEl.select('label',true).first()\n        catlabel.dom.innerHTML = 'Category';            \n        \n        if(_this.data.page_type_id_name == 'category'){\n            catlabel.dom.innerHTML = 'Parent Category';\n        }\n        */\n        /*\n        var catlabel= _this.form.findField('parent_id').fieldEl.select('label',true).first();\n        catlabel.dom.innerHTML = 'Parent page';            \n        if(_this.data.page_type_id_name == 'category'){\n            catlabel.dom.innerHTML = 'Parent';\n        }\n        */\n        // better if this was not here... - not sure which project uses it?\n        \n        if(_this.data.page_type_id_name == 'blog' && AppModules.indexOf(\"Crm\") !== -1){\n            _this.interestsCol.show();\n        }\n        \n        if(typeof(d['interests']) != 'undefined'){\n            _this.form.findField('interest').setValue(Roo.decode(d['interests']));\n        }\n        \n        if(typeof(d['categories']) != 'undefined'){\n            _this.form.findField('category').setValue(Roo.decode(d['categories']));\n        }\n        \n        if(typeof(d['page_classes']) != 'undefined'){\n            _this.form.findField('page_cls').setValue(Roo.decode(d['page_classes']));\n        }\n        \n        _this.trpanel.el.unmask();\n        _this.panel.el.unmask();\n        \n        // fix scrolling..\n        _this.cpanel.el.dom.scrollTop = 0;\n        \n        // fix messed up scroll.\n        _this.dialog.layout.el.dom.scrollTop = 0;\n        \n        return;\n    }\n    if (action.type =='submit') {\n       \n       _this.dialog.el.unmask();\n       \n       if(!_this.exit){\n            this.load({ method: 'GET', params: { '_id' : action.result.data.id }});\n            return;\n       }\n       \n       _this.dialog.hide();\n       \n\n        if (_this.callback) {\n           _this.callback.call(_this, action.result.data);\n        }\n        _this.form.reset();\n        return;\n    }\n}\n",
             "|rendered" : "function (_self)\n{\n    _this.form = _self;\n}\n"
            },
+           "| function is_copy" : "function() \n{ \n    _this.form.setValues(_this.data);\n    \n    var d = _this.data;\n\n    _this.dialog.el.unmask();\n   _this.grid.getDataSource().load();\n   \n   _this.trform.reset();\n   _this.trform1.reset();\n   _this.trform2.reset();\n   \n   _this.form1.findField('body').originalValue = _this.form1.findField('body').getValue();\n   _this.form2.findField('extended').originalValue = _this.form2.findField('extended').getValue();\n   \n   /*\n    var catlabel= _this.form.findField('category_page_id').fieldEl.select('label',true).first()\n    catlabel.dom.innerHTML = 'Category';            \n    \n    if(_this.data.page_type_id_name == 'category'){\n        catlabel.dom.innerHTML = 'Parent Category';\n    }\n    */\n    /*\n    var catlabel= _this.form.findField('parent_id').fieldEl.select('label',true).first();\n    catlabel.dom.innerHTML = 'Parent page';            \n    if(_this.data.page_type_id_name == 'category'){\n        catlabel.dom.innerHTML = 'Parent';\n    }\n    */\n    // better if this was not here... - not sure which project uses it?\n    \n    if(_this.data.page_type_id_name == 'blog' && AppModules.indexOf(\"Crm\") !== -1){\n        _this.interestsCol.show();\n    }\n    \n    if(typeof(d['interests']) != 'undefined'){\n        _this.form.findField('interest').setValue(Roo.decode(d['interests']));\n    }\n    \n    if(typeof(d['categories']) != 'undefined'){\n        _this.form.findField('category').setValue(Roo.decode(d['categories']));\n    }\n    \n    if(typeof(d['page_classes']) != 'undefined'){\n        _this.form.findField('page_cls').setValue(Roo.decode(d['page_classes']));\n    }\n    \n    _this.trpanel.el.unmask();\n    _this.panel.el.unmask();\n    \n    // fix scrolling..\n    _this.cpanel.el.dom.scrollTop = 0;\n    \n    // fix messed up scroll.\n    _this.dialog.layout.el.dom.scrollTop = 0;\n    return;\n}",
            "labelAlign" : "right",
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "| function is_copy" : "function() \n{ \n    _this.form.setValues(_this.data);\n    \n    var d = _this.data;\n\n    _this.dialog.el.unmask();\n   _this.grid.getDataSource().load();\n   \n   _this.trform.reset();\n   _this.trform1.reset();\n   _this.trform2.reset();\n   \n   _this.form1.findField('body').originalValue = _this.form1.findField('body').getValue();\n   _this.form2.findField('extended').originalValue = _this.form2.findField('extended').getValue();\n   \n   /*\n    var catlabel= _this.form.findField('category_page_id').fieldEl.select('label',true).first()\n    catlabel.dom.innerHTML = 'Category';            \n    \n    if(_this.data.page_type_id_name == 'category'){\n        catlabel.dom.innerHTML = 'Parent Category';\n    }\n    */\n    /*\n    var catlabel= _this.form.findField('parent_id').fieldEl.select('label',true).first();\n    catlabel.dom.innerHTML = 'Parent page';            \n    if(_this.data.page_type_id_name == 'category'){\n        catlabel.dom.innerHTML = 'Parent';\n    }\n    */\n    // better if this was not here... - not sure which project uses it?\n    \n    if(_this.data.page_type_id_name == 'blog' && AppModules.indexOf(\"Crm\") !== -1){\n        _this.interestsCol.show();\n    }\n    \n    if(typeof(d['interests']) != 'undefined'){\n        _this.form.findField('interest').setValue(Roo.decode(d['interests']));\n    }\n    \n    if(typeof(d['categories']) != 'undefined'){\n        _this.form.findField('category').setValue(Roo.decode(d['categories']));\n    }\n    \n    if(typeof(d['page_classes']) != 'undefined'){\n        _this.form.findField('page_cls').setValue(Roo.decode(d['page_classes']));\n    }\n    \n    _this.trpanel.el.unmask();\n    _this.panel.el.unmask();\n    \n    // fix scrolling..\n    _this.cpanel.el.dom.scrollTop = 0;\n    \n    // fix messed up scroll.\n    _this.dialog.layout.el.dom.scrollTop = 0;\n    return;\n}",
            "method" : "POST",
            "style" : "margin: 5px",
            "xtype" : "Form",
                 },
                 {
                  "hideLabels" : true,
-                 "xtype" : "Row",
                  "style" : "height:30px;overflow:hidden",
+                 "xtype" : "Row",
                  "labelWidth" : 0,
                  "width" : 600,
                  "$ xns" : "Roo.form",
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/core_enum.php'",
-                       "xtype" : "HttpProxy",
                        "method" : "GET",
+                       "xtype" : "HttpProxy",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
                 },
                 {
                  "hideLabels" : true,
-                 "xtype" : "Row",
                  "style" : "height:30px;overflow:hidden",
+                 "xtype" : "Row",
                  "labelWidth" : 0,
                  "width" : 540,
                  "$ xns" : "Roo.form",
                  "items" : [
                   {
                    "$ url" : "baseURL + '/Roo/core_person'",
-                   "xtype" : "HttpProxy",
                    "method" : "GET",
+                   "xtype" : "HttpProxy",
                    "$ xns" : "Roo.data",
                    "* prop" : "proxy"
                   },
               },
               {
                "fieldLabel" : "Category",
-               "hiddenName" : "category",
                "xtype" : "ComboBoxArray",
+               "hiddenName" : "category",
                "width" : 400,
                "$ xns" : "Roo.form",
                "name" : "category_name",
                "items" : [
                 {
+                 "listWidth" : 400,
                  "Number pageSize" : 40,
                  "alwaysQuery" : true,
-                 "listWidth" : 400,
                  "triggerAction" : "all",
                  "fieldLabel" : "Category",
                  "forceSelection" : true,
                    "items" : [
                     {
                      "$ url" : "baseURL + '/Roo/cms_page.php'",
-                     "xtype" : "HttpProxy",
                      "method" : "GET",
+                     "xtype" : "HttpProxy",
                      "$ xns" : "Roo.data",
                      "* prop" : "proxy"
                     },
                  "items" : [
                   {
                    "$ url" : "baseURL + '/Roo/cms_page.php'",
-                   "method" : "GET",
                    "xtype" : "HttpProxy",
+                   "method" : "GET",
                    "$ xns" : "Roo.data",
                    "* prop" : "proxy"
                   },
                "name" : "target_url"
               },
               {
+               "alwaysQuery" : true,
                "listWidth" : 400,
                "$ tpl" : "'<div class=\"x-grid-cell-text x-btn button\"><b>{template_clean}</b></div>'\n",
-               "alwaysQuery" : true,
                "triggerAction" : "all",
                "fieldLabel" : "Layout",
                "forceSelection" : true,
                  "items" : [
                   {
                    "$ url" : "baseURL + '/Roo/Cms_template'",
-                   "method" : "GET",
                    "xtype" : "HttpProxy",
+                   "method" : "GET",
                    "$ xns" : "Roo.data",
                    "* prop" : "proxy"
                   },
                  "items" : [
                   {
                    "$ url" : "baseURL + '/Roo/Cms_template_element'",
-                   "method" : "GET",
                    "xtype" : "HttpProxy",
+                   "method" : "GET",
                    "$ xns" : "Roo.data",
                    "* prop" : "proxy"
                   },
                  "items" : [
                   {
                    "$ url" : "baseURL + '/Roo/cms_page.php'",
-                   "method" : "GET",
                    "xtype" : "HttpProxy",
+                   "method" : "GET",
                    "$ xns" : "Roo.data",
                    "* prop" : "proxy"
                   },
               },
               {
                "fieldLabel" : "Page Class",
-               "xtype" : "ComboBoxArray",
                "hiddenName" : "page_cls",
+               "xtype" : "ComboBoxArray",
                "width" : 400,
                "$ xns" : "Roo.form",
                "name" : "page_cls_name",
                    "items" : [
                     {
                      "$ url" : "baseURL + '/Roo/core_enum.php'",
-                     "method" : "GET",
                      "xtype" : "HttpProxy",
+                     "method" : "GET",
                      "$ xns" : "Roo.data",
                      "* prop" : "proxy"
                     },
                 "render" : "function (_self)\n{\n    _this.interests = _self;\n    /*\n    _self.combo.addicon.setStyle( {\n        position : 'absolute',\n        right: '9px',\n        top : '2px',\n        float : 'left'\n    });\n    */\n}"
                },
                "fieldLabel" : "Interests",
-               "xtype" : "ComboBoxArray",
                "hiddenName" : "interest",
+               "xtype" : "ComboBoxArray",
                "width" : 300,
                "$ xns" : "Roo.form",
                "name" : "interest_name",
                    "items" : [
                     {
                      "$ url" : "baseURL + '/Roo/Core_enum.php'",
-                     "method" : "GET",
                      "xtype" : "HttpProxy",
+                     "method" : "GET",
                      "$ xns" : "Roo.data",
                      "* prop" : "proxy"
                     },
             "rendered" : "function (form)\n{\n    _this.form1 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "method" : "POST",
            "xtype" : "Form",
+           "method" : "POST",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
                 "autosave" : "function (_self)\n{\n    Roo.log('autosave');\n    \n    var id = _this.form.findField('id').getValue() * 1;\n    /*\n    if(!_self.editorcore.sourceEditMode){\n        _self.syncValue();\n    }else{\n        _self.pushValue();\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 : 'cms_page',\n            remarks : 'BODY',\n            source: _self.getValue()\n        },\n        success : function() {\n            _self.originalValue = _self.getValue();\n            \n        },\n        failure : function() \n        {\n            //Roo.MessageBox.alert(\"Error\", \"autosave failed\");\n            Roo.log('body autosave failed?!');\n        }\n    });\n    \n}"
                },
                "xtype" : "HtmlEditor",
-               "width" : 550,
                "$ xns" : "Roo.form",
+               "width" : 550,
                "String fieldLabel" : "Contents",
                "resizable" : "s",
                "$ autosave" : "function() {\n    \n    var body = _this.form1.findField('body');\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}\n",
                    "listeners" : {
                     "render" : "function (_self)\n{\n    _this.bodyimgselect = _self;\n}",
                     "beforequery" : "function (combo, query, forceAll, cancel, e)\n{\n \n    var id = _this.form.findField('id').getValue() * 1;    \n    if (!id) {\n        Roo.MessageBox.alert(\"Error\", \"Save Document First before adding images\");\n        return false;\n    }\n}",
-                    "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    \n    var editor = _this.form.findField('body').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    \n    if (curnode && curnode.tagName == 'IMG') {\n        curnode.src= String.format('{0}/Images/{1}/{2}#attachment-{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}#attachment-{1}\">',\n            baseURL,  record.data.id, record.data.filename\n            )\n        );\n\n    }\n    \n}"
+                    "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    \n    var editor = _this.form1.findField('body').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    \n    if (curnode && curnode.tagName == 'IMG') {\n        curnode.src= String.format('{0}/Images/{1}/{2}#attachment-{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}#attachment-{1}\">',\n            baseURL,  record.data.id, record.data.filename\n            )\n        );\n\n    }\n    \n}"
                    },
-                   "$ tpl" : "'<div class=\"x-grid-cell-text x-btn button\"><img src=\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\" height=\"150\" width=\"150\"><b>{filename}</b> </div>'",
-                   "alwaysQuery" : true,
                    "listWidth" : 400,
+                   "$ tpl" : "'<div class=\\\"x-grid-cell-text x-btn button\\\"><img src=\\\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\\\" height=\\\"150\\\" width=\\\"150\\\"><br/><b>{filename}</b> </div>'",
+                   "alwaysQuery" : true,
                    "triggerAction" : "all",
                    "fieldLabel" : "Images",
                    "forceSelection" : true,
                    "items" : [
                     {
                      "listeners" : {
-                      "|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 press release first\");\n        return false;\n    }\n    o.params.onid = id;\n    o.params.ontable = 'cms_page';\n   // o.params.imgtype = 'PressRelease';\n    //o.params['query[imagesize]'] = '150x150';\n    // set more here\n}\n"
+                      "|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 press release first\");\n        return false;\n    }\n    o.params.onid = id;\n    o.params.ontable = 'cms_page';\n   // o.params.imgtype = 'PressRelease';\n    o.params['query[imagesize]'] = '150x150';\n    // set more here\n}\n"
                      },
                      "xtype" : "Store",
                      "remoteSort" : true,
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/Images.php'",
-                       "xtype" : "HttpProxy",
                        "method" : "GET",
+                       "xtype" : "HttpProxy",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/cms_page.php'",
-                       "method" : "GET",
                        "xtype" : "HttpProxy",
+                       "method" : "GET",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
             "rendered" : "function (form)\n{\n    _this.form2 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "method" : "POST",
            "xtype" : "Form",
+           "method" : "POST",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
                    "listeners" : {
                     "render" : "function (_self)\n{\n    _this.extendimgselect = _self;\n}",
                     "beforequery" : "function (combo, query, forceAll, cancel, e)\n{\n \n    var id = _this.form.findField('id').getValue() * 1;    \n    if (!id) {\n        Roo.MessageBox.alert(\"Error\", \"Save Document First before adding images\");\n        return false;\n    }\n}",
-                    "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    \n    var editor = _this.form.findField('extended').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    \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}"
+                    "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    \n    var editor = _this.form2.findField('extended').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    \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}"
                    },
                    "alwaysQuery" : true,
                    "listWidth" : 400,
+                   "$ tpl" : "'<div class=\\\"x-grid-cell-text x-btn button\\\"><img src=\\\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\\\" height=\\\"150\\\" width=\\\"150\\\"><br/><b>{filename}</b> </div>'",
                    "triggerAction" : "all",
                    "fieldLabel" : "Images",
                    "forceSelection" : true,
                    "$ xns" : "Roo.form",
                    "* prop" : "btns[]",
                    "qtip" : "Select Images",
-                   "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><img src=\"{url_thumb}\" height=\"150\" width=\"150\"><b>{filename}</b> </div>",
                    "loadingText" : "Searching...",
                    "items" : [
                     {
                      "listeners" : {
-                      "|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 press release first\");\n        return false;\n    }\n    o.params.onid = id;\n    o.params.ontable = 'cms_page';\n   // o.params.imgtype = 'PressRelease';\n    //o.params['query[imagesize]'] = '150x150';\n    // set more here\n}\n"
+                      "|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 press release first\");\n        return false;\n    }\n    o.params.onid = id;\n    o.params.ontable = 'cms_page';\n   // o.params.imgtype = 'PressRelease';\n     o.params['query[imagesize]'] = '150x150';\n    // set more here\n}\n"
                      },
                      "xtype" : "Store",
                      "remoteSort" : true,
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/Images.php'",
-                       "method" : "GET",
                        "xtype" : "HttpProxy",
+                       "method" : "GET",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/cms_page.php'",
-                       "xtype" : "HttpProxy",
                        "method" : "GET",
+                       "xtype" : "HttpProxy",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
                 },
                 {
                  "xtype" : "ToolbarContext",
-                 "$ styles" : "typeof(uiConfig) != 'undefined' ? (uiConfig['Roo.form.HtmlEditor.ToolbarContext.styles'] || {}) : {}",
                  "$ xns" : "Roo.form.HtmlEditor",
+                 "$ styles" : "typeof(uiConfig) != 'undefined' ? (uiConfig['Roo.form.HtmlEditor.ToolbarContext.styles'] || {}) : {}",
                  "* prop" : "toolbars[]"
                 }
                ]
             "rendered" : "function (form)\n{\n    _this.form3 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "xtype" : "Form",
            "method" : "POST",
+           "xtype" : "Form",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
             "rendered" : "function (form)\n{\n    _this.form4 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "method" : "POST",
            "xtype" : "Form",
+           "method" : "POST",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
      "listeners" : {
       "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
      },
+     "fitToframe" : true,
      "background" : false,
      "region" : "east",
-     "fitToframe" : true,
      "title" : "Images / Attachments",
      "xtype" : "GridPanel",
      "fitContainer" : true,
          "items" : [
           {
            "$ url" : "baseURL + '/Roo/Images.php'",
-           "method" : "GET",
            "xtype" : "HttpProxy",
+           "method" : "GET",
            "$ xns" : "Roo.data",
            "* prop" : "proxy"
           },
         },
         {
          "xtype" : "ColumnModel",
-         "width" : 200,
          "header" : "Filename",
+         "width" : 200,
          "$ renderer" : "function(v) { return String.format('{0}', v); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
         },
         {
          "xtype" : "ColumnModel",
-         "width" : 50,
          "header" : "Order",
+         "width" : 50,
          "$ renderer" : "function(v) { return String.format('{0}', v); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
               "focus" : "function (_self)\n{\n    if (this.value == 0) {\n        this.el.dom.value = '';\n    }\n}"
              },
              "xtype" : "NumberField",
-             "$ xns" : "Roo.form",
              "decimalPrecision" : 0,
+             "$ xns" : "Roo.form",
              "* prop" : "field"
             }
            ]
         },
         {
          "xtype" : "ColumnModel",
-         "width" : 100,
          "header" : "Title",
+         "width" : 100,
          "$ renderer" : "function(v) { return String.format('{0}', v); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
         },
         {
          "xtype" : "ColumnModel",
-         "width" : 300,
          "header" : "URL",
+         "width" : 300,
          "$ renderer" : "function(v)\n{\n    return String.format('{0}', (v) ? v : '');\n}",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
           "render" : "function (_self)\n{\n  _this.trpanel = _self;\n}"
          },
          "autoScroll" : true,
-         "fitToFrame" : true,
          "region" : "center",
+         "fitToFrame" : true,
          "xtype" : "ContentPanel",
          "$ xns" : "Roo",
          "items" : [
                    "items" : [
                     {
                      "$ url" : "baseURL + '/Roo/Cms_page.php'",
-                     "method" : "GET",
                      "xtype" : "HttpProxy",
+                     "method" : "GET",
                      "$ xns" : "Roo.data",
                      "* prop" : "proxy"
                     },
             "rendered" : "function (form)\n{\n    _this.trform1 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "xtype" : "Form",
            "method" : "POST",
+           "xtype" : "Form",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
                     "beforequery" : "function (combo, query, forceAll, cancel, e)\n{\n \n    var id = _this.form.findField('id').getValue() * 1;    \n    if (!id) {\n        Roo.MessageBox.alert(\"Error\", \"Save press release first\");\n        return false;\n    }\n}",
                     "select" : "function (combo, record, index)\n{\n    Roo.log(record);\n    (function() { \n        combo.setValue('');\n    }).defer(100);\n    \n    var editor = _this.trform.findField('body').editorcore;\n    \n    var curnode = editor.getSelectedNode();\n    \n    if (curnode && curnode.tagName == 'IMG') {\n        curnode.src= String.format('{0}/Images/{1}/{2}#attachment-{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}#attachment-{1}\">',\n            baseURL,  record.data.id, record.data.filename\n            )\n        );\n\n    }\n    \n}"
                    },
+                   "alwaysQuery" : true,
                    "listWidth" : 400,
                    "$ tpl" : "'<div class=\"x-grid-cell-text x-btn button\"><img src=\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\" height=\"150\" width=\"150\"><b>{filename}</b> </div>'",
-                   "alwaysQuery" : true,
                    "triggerAction" : "all",
                    "fieldLabel" : "Images",
                    "forceSelection" : true,
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/Images.php'",
-                       "xtype" : "HttpProxy",
                        "method" : "GET",
+                       "xtype" : "HttpProxy",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
                      "items" : [
                       {
                        "$ url" : "baseURL + '/Roo/cms_page.php'",
-                       "method" : "GET",
                        "xtype" : "HttpProxy",
+                       "method" : "GET",
                        "$ xns" : "Roo.data",
                        "* prop" : "proxy"
                       },
             "rendered" : "function (form)\n{\n    _this.trform2 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "xtype" : "Form",
            "method" : "POST",
+           "xtype" : "Form",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
                 },
                 {
                  "xtype" : "ToolbarContext",
-                 "$ xns" : "Roo.form.HtmlEditor",
                  "$ styles" : "typeof(uiConfig) != 'undefined' ? (uiConfig['Roo.form.HtmlEditor.ToolbarContext.styles'] || {}) : {}",
+                 "$ xns" : "Roo.form.HtmlEditor",
                  "* prop" : "toolbars[]"
                 }
                ]
             "rendered" : "function (form)\n{\n    _this.trform3 = form;\n}"
            },
            "$ url" : "baseURL + '/Roo/cms_page.php'",
-           "method" : "POST",
            "xtype" : "Form",
+           "method" : "POST",
            "labelWidth" : 80,
            "String labelAlign" : "top",
            "$ xns" : "Roo.form",
index af743ce..f0d5adf 100644 (file)
@@ -2118,7 +2118,7 @@ Pman.Dialog.CmsBlog = {
                    qtip : _this._strings['2f26e35d61be90501e099089dc533638'] /* Select Images */,
                    queryParam : 'search',
                    selectOnFocus : true,
-                   tpl : '<div class="x-grid-cell-text x-btn button"><img src="' + baseURL + '/Images/Thumb/150x150/{id}.jpg" height="150" width="150"><b>{filename}</b> </div>',
+                   tpl : '<div class=\"x-grid-cell-text x-btn button\"><img src=\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\" height=\"150\" width=\"150\"><br/><b>{filename}</b> </div>',
                    triggerAction : 'all',
                    typeAhead : true,
                    valueField : 'id',
@@ -2144,7 +2144,7 @@ Pman.Dialog.CmsBlog = {
                              combo.setValue('');
                          }).defer(100);
                          
-                         var editor = _this.form.findField('body').editorcore;
+                         var editor = _this.form1.findField('body').editorcore;
                          
                          var curnode = editor.getSelectedNode();
                          
@@ -2184,7 +2184,7 @@ Pman.Dialog.CmsBlog = {
                           o.params.onid = id;
                           o.params.ontable = 'cms_page';
                          // o.params.imgtype = 'PressRelease';
-                          //o.params['query[imagesize]'] = '150x150';
+                          o.params['query[imagesize]'] = '150x150';
                           // set more here
                       }
                     },
@@ -2457,7 +2457,7 @@ Pman.Dialog.CmsBlog = {
                    pageSize : 20,
                    qtip : _this._strings['2f26e35d61be90501e099089dc533638'] /* Select Images */,
                    selectOnFocus : true,
-                   tpl : '<div class=\"x-grid-cell-text x-btn button\"><img src=\"{url_thumb}\" height=\"150\" width=\"150\"><b>{filename}</b> </div>',
+                   tpl : '<div class=\"x-grid-cell-text x-btn button\"><img src=\"' + baseURL + '/Images/Thumb/150x150/{id}.jpg\" height=\"150\" width=\"150\"><br/><b>{filename}</b> </div>',
                    triggerAction : 'all',
                    typeAhead : true,
                    valueField : 'id',
@@ -2483,7 +2483,7 @@ Pman.Dialog.CmsBlog = {
                              combo.setValue('');
                          }).defer(100);
                          
-                         var editor = _this.form.findField('extended').editorcore;
+                         var editor = _this.form2.findField('extended').editorcore;
                          
                          var curnode = editor.getSelectedNode();
                          
@@ -2523,7 +2523,7 @@ Pman.Dialog.CmsBlog = {
                           o.params.onid = id;
                           o.params.ontable = 'cms_page';
                          // o.params.imgtype = 'PressRelease';
-                          //o.params['query[imagesize]'] = '150x150';
+                           o.params['query[imagesize]'] = '150x150';
                           // set more here
                       }
                     },