From 1937c5893d73c9b3c22e42cb6133c137ad19b6de Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:57:18 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 9 +-------- Pman.Dialog.CoreNotifyRecur.js | 6 +----- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 9dd52f5c..28535198 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -122,14 +122,7 @@ { "|xns": "Roo.grid", "xtype": "GridEditor", - "*prop": "editor", - "items": [ - { - "|xns": "Roo.form", - "xtype": "DateField", - "*prop": "field" - } - ] + "*prop": "editor" } ] }, diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index ba419da2..c2d93d65 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -284,11 +284,7 @@ Pman.Dialog.CoreNotifyRecur = { renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }, editor : { xtype: 'GridEditor', - xns: Roo.grid, - field : { - xtype: 'DateField', - xns: Roo.form - } + xns: Roo.grid } }, { -- 2.39.2