From 0311bf830deef0580ecbf0b0bbe96947283803ff Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 18:12:23 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 3154591b..0c88b6e9 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -206,7 +206,7 @@ "header": "at Hour(s)", "width": 250, "xtype": "ColumnModel", - "|renderer": "function(v,x,r) { \n \n if (v.length) {\n var cm = _this.grid.colModel;\n \n \n \n }\n \n return String.format('{0}', r.data.freq_hour_name || v); \n \n}", + "|renderer": "function(v,x,r) { \n \n if (v.length) {\n var cm = _this.grid.colModel;\n \n cm.getColumnByDataIndex('xx');\n \n }\n \n return String.format('{0}', r.data.freq_hour_name || v); \n \n}", "|xns": "Roo.grid", "items": [ { diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 71bfdb2e..909ea234 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -336,7 +336,7 @@ Pman.Dialog.CoreNotifyRecur = { if (v.length) { var cm = _this.grid.colModel; - + cm.getColumnByDataIndex('xx'); } -- 2.39.2