Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:18:00 +0000 (17:18 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:18:00 +0000 (17:18 +0800)
Roo/bootstrap/Calendar.js

index 7e3c00f..0853c6f 100644 (file)
@@ -591,13 +591,17 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
 //            Roo.log(c.select('.fc-day-content div',true).first(), Math.max(34, c.rows * 20));
             c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20));
         });
-        
+        Roo.log('cells');
+        Roo.log(this.cells);
         for (var e = 0; e < this.calevents.length; e++) {
             var ev = this.calevents[e];
             var cells = ev.cells;
             var rows = ev.rows;
             var boxHeight = 0;
             
+            Roo.log('cells f');
+        Roo.log(cells);
+        
             for(var i =0; i < rows.length; i++) {