Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:57:18 +0000 (13:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:57:18 +0000 (13:57 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 9dd52f5..2853519 100644 (file)
                                         {
                                             "|xns": "Roo.grid",
                                             "xtype": "GridEditor",
-                                            "*prop": "editor",
-                                            "items": [
-                                                {
-                                                    "|xns": "Roo.form",
-                                                    "xtype": "DateField",
-                                                    "*prop": "field"
-                                                }
-                                            ]
+                                            "*prop": "editor"
                                         }
                                     ]
                                 },
index ba419da..c2d93d6 100644 (file)
@@ -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
                                 }
                             },
                             {