From: Edward Date: Thu, 6 Mar 2014 08:48:43 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1009a00eeb30ebc340be53e875890b19d08430cd;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index e6ed888ec2..f1853356e1 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -270,6 +270,11 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { this.store.on('load', this.onLoad, this); this.resize(); + this.cells = this.el.select('.fc-day',true); + Roo.log('cells'); + Roo.log(this.cells); + this.textNodes = this.el.query('.fc-day-number'); + this.cells.addClassOnOver('fc-state-hover'); this.el.select('.fc-button-prev',true).on('click', this.showPrevMonth, this); this.el.select('.fc-button-next',true).on('click', this.showNextMonth, this); this.el.select('.fc-button-today',true).on('click', this.showToday, this);