From 1ac4d412618c07ec54712ef2677ce7a1537eaa4d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:30:22 +0800 Subject: [PATCH] Pman.Tab.AdminNotifyRecur.bjs Pman.Tab.AdminNotifyRecur.js --- Pman.Tab.AdminNotifyRecur.bjs | 10 +++++----- Pman.Tab.AdminNotifyRecur.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pman.Tab.AdminNotifyRecur.bjs b/Pman.Tab.AdminNotifyRecur.bjs index 318de7d..e1f3753 100644 --- a/Pman.Tab.AdminNotifyRecur.bjs +++ b/Pman.Tab.AdminNotifyRecur.bjs @@ -182,13 +182,13 @@ "|xns": "Roo.grid" }, { - "xtype": "ColumnModel", - "header": "Method", - "width": 200, + "*prop": "colModel[]", "dataIndex": "method", + "header": "Method", + "width": 75, + "xtype": "ColumnModel", "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" + "|xns": "Roo.grid" } ] } diff --git a/Pman.Tab.AdminNotifyRecur.js b/Pman.Tab.AdminNotifyRecur.js index a9d060d..8d4360d 100644 --- a/Pman.Tab.AdminNotifyRecur.js +++ b/Pman.Tab.AdminNotifyRecur.js @@ -282,9 +282,9 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({ { xtype: 'ColumnModel', xns: Roo.grid, - header : 'Method', - width : 200, dataIndex : 'method', + header : 'Method', + width : 75, renderer : function(v) { return String.format('{0}', v); } } ] -- 2.39.2