Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 08:59:18 +0000 (16:59 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 08:59:18 +0000 (16:59 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index 99b97f5..cc79e73 100644 (file)
                                     "|renderer": "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "on_table",
-                                    "header": "Affected",
-                                    "width": 100,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v, x, r) {                     \n            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  \n   }",
-                                    "|xns": "Roo.grid"
-                                },
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "remarks",
index d947057..feec52b 100644 (file)
@@ -1128,16 +1128,6 @@ Pman.Dialog.CoreAutoSavePreview = {
                                 width : 100,
                                 renderer : function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'on_table',
-                                header : 'Affected',
-                                width : 100,
-                                renderer : function(v, x, r) {                     
-                                            return v ? String.format('{0}({1})', v,  r.data.on_id)  : '';  
-                                   }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,