Roo/CalendarPanel.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 02:03:24 +0000 (10:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 02:03:24 +0000 (10:03 +0800)
Roo/CalendarPanel.js

index 1c14b94..23ffa34 100644 (file)
@@ -42,7 +42,7 @@ Roo.CalendarPanel = function(config){
     }
     this.view = new Roo.calendar.View(config);
     
-    
+     
     this.on('activate', function()
     {
         Roo.log('activate');
@@ -97,7 +97,8 @@ Roo.CalendarPanel = function(config){
         
         
     });
-    
+    this.relayEvents(this.view, ["select","monthchange","evententer","eventleave","rendered"]);
+
     //this.grid = grid;
     //this.grid.getGridEl().replaceClass("x-layout-inactive-content", "x-layout-component-panel");
 };