Added dayRender trigger

Thanks to manchev for code snippet.
This commit is contained in:
Matthias Althaus 2011-10-21 11:40:29 +02:00
parent 477c2960a8
commit 9fd8c4fab1

View file

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