Roo/CalendarPanel.js
authorAlan Knowles <alan@roojs.com>
Tue, 8 Apr 2014 12:52:46 +0000 (20:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 8 Apr 2014 12:52:46 +0000 (20:52 +0800)
Roo/CalendarPanel.js

index 51cdaef..11bf99a 100644 (file)
@@ -184,8 +184,25 @@ Roo.extend(Roo.CalendarPanel, Roo.ContentPanel, {
 Roo.each([
     'getAutoCreate',
     'initEvents'
-    
-    
+    'resize',
+    'showPrevMonth',
+    'showToday',
+    'showNextMonth',
+    'showPrevYear',
+    'showNextYear',
+    'update',
+    'findCell',
+    'findCells',
+    'findBestRow',
+    'addItem',
+    'clearEvents',
+    'renderEvents',
+    'onEventEnter',
+    'onEventLeave',
+    'onEventClick',
+    'onMonthChange',
+    'onLoad'
+
     
 ], function(p) {
     Roo.apply(Roo.CalendarPanel.prototype[p], Roo.boostrap.Calendar.prototype[p]);