Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:32:47 +0000 (18:32 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:32:47 +0000 (18:32 +0800)
Roo/calendar/View.js

index 12696c4..5a1c8e2 100644 (file)
@@ -430,6 +430,9 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
             //Roo.log(d);
             
             cell.dateValue = t;
+            
+            cell.className += " fc-cell-" + t;
+            
             if(t == today){
                 cell.className += " fc-today";
                 cell.className += " fc-state-highlight";