From be689b02fb9cc7bb911a107a7841e55485197764 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 6 Mar 2014 15:45:59 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 0df59dac2e..9ee93f385b 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -656,6 +656,10 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { this.fireEvent('eventleave', this, el); }, + onMonthChange: function () { + this.store.load(); + }, + onLoad: function () { this.calevents = []; if(this.store.getCount() > 0){ -- 2.39.2