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

index 0744825..5a36625 100644 (file)
@@ -431,6 +431,8 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
             
             cell.dateValue = t;
             
+            cell.className += " fc-cell-" + t;
+            
             if(t == today){
                 cell.className += " fc-today";
                 cell.className += " fc-state-highlight";