Added dayRender trigger

Thanks to manchev for code snippet.
This commit is contained in:
Matthias Althaus
2013-03-03 17:38:37 -08:00
committed by Adam Shaw
parent ac1bd4c672
commit 319a63e9dd
+1
View File
@@ -242,6 +242,7 @@ function BasicView(element, calendar, viewName) {
if (dowDirty) {
setDayID(cell, date);
}
trigger('dayRender', t, date, cell);
});
bodyRows.each(function(i, _row) {