Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Tue, 10 Nov 2015 06:45:50 +0000 (14:45 +0800)
committeredward <edward@roojs.com>
Tue, 10 Nov 2015 06:45:50 +0000 (14:45 +0800)
Pman.Dialog.CoreEmail.js

Pman.Dialog.CoreEmail.bjs
Pman.Dialog.CoreEmail.js

index c31b720..01227a1 100644 (file)
          "xtype" : "ColumnModel",
          "header" : "Filename",
          "width" : 300,
-         "$ renderer" : "function(v,x,r)\n{\n    var width = r.data.width;\n    var height = r.data.height;\n    \n    if(width > 50){\n        width = 50;\n        height = Math.round(height * 50 / width);\n    }\n    Roo.log([width, height]);\n   return '<img src=\"' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '\" width=\"' + width + '\" height=\"' + height + '\" />';\n}",
+         "$ renderer" : "function(v,x,r)\n{\n    var width = r.data.width;\n    var height = r.data.height;\n    \n    if(width > 50){\n        width = 50;\n        height = Math.round(height * 50 / width);\n    }\n    Roo.log(Math.round(height * 50 / width));\n   return '<img src=\"' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '\" width=\"' + width + '\" height=\"' + height + '\" />';\n}",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
          "dataIndex" : "filename"
index 1f487c5..7f50a8b 100644 (file)
@@ -1224,7 +1224,7 @@ Pman.Dialog.CoreEmail = {
                  width = 50;
                  height = Math.round(height * 50 / width);
              }
-             Roo.log([width, height]);
+             Roo.log(Math.round(height * 50 / width));
             return '<img src="' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '" width="' + width + '" height="' + height + '" />';
          },
          width : 300,