Added dayRender trigger
Thanks to manchev for code snippet.
This commit is contained in:
parent
477c2960a8
commit
9fd8c4fab1
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue