Pman.Tab.AdminEnums.bjs
authorChris <chris@roojs.com>
Thu, 4 Jul 2013 10:00:36 +0000 (18:00 +0800)
committerChris <chris@roojs.com>
Thu, 4 Jul 2013 10:00:36 +0000 (18:00 +0800)
Pman.Tab.AdminEnums.js

Pman.Tab.AdminEnums.bjs
Pman.Tab.AdminEnums.js

index ddb9fa5..9f0d6c7 100644 (file)
                         },
                         {
                             "*prop": "colModel[]",
-                            "dataIndex": "id",
+                            "dataIndex": "images_id_id",
                             "header": "Image",
                             "width": 75,
                             "xtype": "ColumnModel",
index d2a8160..34f3807 100644 (file)
@@ -313,7 +313,7 @@ Pman.Tab.AdminEnums = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        dataIndex : 'id',
+                        dataIndex : 'images_id_id',
                         header : 'Image',
                         width : 75,
                         renderer : function(v,x,r) { return String.format('<img src="{0}/Images/Thumb/100/{1}/{2}" width="100">', baseURL, v, r.data.filename); }