Pman.Tab.MTrackTimeline.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 5 Feb 2013 02:54:42 +0000 (10:54 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Feb 2013 02:54:42 +0000 (10:54 +0800)
Pman.Tab.MTrackTimeline.js

Pman.Tab.MTrackTimeline.bjs
Pman.Tab.MTrackTimeline.js

index a7ad61b..59f72dc 100644 (file)
                                                     "listeners": {
                                                         "render": "function (_self)\n{\n  _this.datePicker = _self;\n}",
                                                         "select": "function (_self, date)\n{\n    if (! _this.gridpanel) {\n        return;\n    }\n    _this.gridpanel.ds.load({});\n}",
-                                                        "monthchange": "function (_self, date)\n{\n  if (_this.grid) {\n     _this.grid.ds.load({   });\n     }\n}"
+                                                        "monthchange": "function (_self, date)\n{\n   \n}"
                                                     },
                                                     "xtype": "DatePicker",
                                                     "|xns": "Roo"
index 51c0d71..83eb588 100644 (file)
@@ -420,9 +420,7 @@ Pman.Tab.MTrackTimeline = new Roo.XComponent({
                                                 },
                                                 monthchange : function (_self, date)
                                                 {
-                                                  if (_this.grid) {
-                                                     _this.grid.ds.load({   });
-                                                     }
+                                                   
                                                 }
                                             }
                                         }