Pman.Tab.CmsBlog.bjs
[Pman.Cms] / Pman.Tab.CmsBlog.bjs
index 1f0f2ed..2e7f383 100644 (file)
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 30,
+           "width" : 50,
            "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",
           {
            "xtype" : "ColumnModel",
            "header" : "Postion",
-           "width" : 50,
+           "width" : 30,
            "$ renderer" : "function(v,x,r) \n{ \n    \n    return v *1;\n    \n}",
            "$ xns" : "Roo.grid",
            "* prop" : "cm[]",