Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:43:40 +0000 (15:43 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:43:40 +0000 (15:43 +0800)
Roo/bootstrap/Calendar.js

index 12b650e..6a5a5f0 100644 (file)
@@ -333,6 +333,10 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             }
         }
         
+        this.cells = this.el.select('.fc-day',true);
+        this.textNodes = this.el.query('.fc-day-number');
+        this.cells.addClassOnOver('fc-state-hover');
+        
         var days = date.getDaysInMonth();
         
         var firstOfMonth = date.getFirstDateOfMonth();