Pman.Tab.CmsBlog.bjs
authoredward <edward@roojs.com>
Thu, 19 Apr 2018 07:07:12 +0000 (15:07 +0800)
committeredward <edward@roojs.com>
Thu, 19 Apr 2018 07:07:12 +0000 (15:07 +0800)
Pman.Tab.CmsBlog.js

Pman.Tab.CmsBlog.bjs
Pman.Tab.CmsBlog.js

index 84d5003..1f0f2ed 100644 (file)
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 75,
+           "width" : 50,
            "header" : "Image",
            "$ renderer" : "function(v,x,r) \n{ \n    if(!v){\n        return '';\n    }\n    \n    return String.format('<img src=\"{0}/Images/Thumb/40/{1}\" width=\"40\">', baseURL, v); \n}",
            "$ xns" : "Roo.grid",
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 25,
+           "width" : 30,
            "header" : "Active",
            "$ renderer" : "function(v,x,r) {\n     \n    var state = v> 0 ?  '' : '-checked';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
            "$ xns" : "Roo.grid",
index f3dd4cd..dc4ccf6 100644 (file)
@@ -1906,7 +1906,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
              
              return String.format('<img src="{0}/Images/Thumb/40/{1}" width="40">', baseURL, v); 
          },
-         width : 75,
+         width : 50,
          xns : Roo.grid,
          '|xns' : 'Roo.grid'
         },
@@ -1920,7 +1920,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
          
              return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
          },
-         width : 25,
+         width : 30,
          xns : Roo.grid,
          '|xns' : 'Roo.grid'
         },