From: Alan Knowles Date: Wed, 14 Nov 2012 05:57:18 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1937c5893d73c9b3c22e42cb6133c137ad19b6de Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- 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 } }, {