Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.js
index 49cc613..1171f32 100644 (file)
@@ -296,6 +296,25 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             ]
 
                         },
+                       {
+                            '|xns' : 'Roo.form',
+                            format : 'd/M/Y',
+                            xtype : 'DateField',
+                            allowBlank : false,
+                            width : 100,
+                            xns : Roo.form,
+                            listeners : {
+                               render : function (_self)\r
+                                  {\r
+                                      _this.dateSel = _self;\r
+                                     _self.setValue(  new Date() );\r
+                                  },
+                               select : function (combo, date)
+                                  {
+                                      _this.wgrid.ds.load({});
+                                  }
+                            }
+                        },
                        {
                             '|xns' : 'Roo.Toolbar',
                             xtype : 'Fill',