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

index 175ebbf..04d4d27 100644 (file)
@@ -40,7 +40,11 @@ Roo.CalendarPanel = function(config){
         //this.footer = Roo.factory(this.footer, Roo);
         
     }
-    this.view = new Roo.calendar.View(config);
+    this.view = new Roo.calendar.View(Roo.apply({
+        skipNavHeader : true,
+        skipMonthHeader : true
+        
+    },config));
     
      
     this.on('activate', function()