Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 06:59:08 +0000 (14:59 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 06:59:08 +0000 (14:59 +0800)
Roo/bootstrap/Calendar.js

index baa48ab..6a69680 100644 (file)
@@ -674,6 +674,14 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         
         
 //        this.renderEvents();
+    },
+    
+    onLoad: function () {
+        
+            Roo.log('data here');
+            this.store.data.each(function(d){
+               Roo.log(d); 
+            });
     }
 });