Added dayRender trigger

Thanks to manchev for code snippet.
master
Matthias Althaus 2011-10-21 11:40:29 +02:00
parent 477c2960a8
commit 9fd8c4fab1
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ function BasicView(element, calendar, viewName) {
cell.removeClass(tm + '-state-highlight fc-today');
}
cell.find('div.fc-day-number').text(date.getDate());
trigger('dayRender', t, date, cell);
if (dowDirty) {
setDayID(cell, date);
}