Pman.Tab.CmsBlog.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 26 Apr 2017 01:20:45 +0000 (09:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Apr 2017 01:20:45 +0000 (09:20 +0800)
Pman.Tab.CmsBlog.js

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

index 8b1f42f..00d3a22 100644 (file)
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
            "dataIndex" : "comments_no"
+          },
+          {
+           "xtype" : "ColumnModel",
+           "width" : 50,
+           "header" : "Postion",
+           "$ renderer" : "function(v,x,r) \n{ \n    \n    return v *1;\n    \n}",
+           "$ xns" : "Roo.grid",
+           "* prop" : "cm[]",
+           "Boolean hidden" : true,
+           "dataIndex" : "seq_id"
           }
          ]
         }
index f294f64..4634e62 100644 (file)
@@ -1360,6 +1360,23 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
          xns : Roo.grid,
          '|xns' : 'Roo.grid'
         }
+       ],
+       cm : [
+        {
+         xtype : 'ColumnModel',
+         dataIndex : 'seq_id',
+         header : _this._strings['7ee49db2b46c732d681edc761cf487ae'] /* Postion */,
+         hidden : true,
+         renderer : function(v,x,r) 
+         { 
+             
+             return v *1;
+             
+         },
+         width : 50,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid'
+        }
        ]
       }
      },