Pman.Dialog.AdminCoreEnum.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:18:15 +0000 (15:18 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:18:15 +0000 (15:18 +0800)
Pman.Dialog.AdminCoreEnum.js

Pman.Dialog.AdminCoreEnum.bjs
Pman.Dialog.AdminCoreEnum.js

index 38fbb1f..36dda1b 100644 (file)
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "images_id_id",
-                                    "header": "Image",
-                                    "width": 75,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/25/{1}/{2}\" width=\"25\" height=\"25\">', baseURL, v, r.data.images_id_filename); }",
-                                    "|xns": "Roo.grid"
-                                },
                                 {
                                     "xtype": "ColumnModel",
                                     "header": "Name",
index 3bbabbe..7eec6f6 100644 (file)
@@ -231,14 +231,6 @@ Pman.Dialog.AdminCoreEnum = {
                                 width : 75,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'images_id_id',
-                                header : 'Image',
-                                width : 75,
-                                renderer : function(v,x,r) { return String.format('<img src="{0}/Images/Thumb/25/{1}/{2}" width="25" height="25">', baseURL, v, r.data.images_id_filename); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,