Hi Stefan,
I had some questions in regard to the DayHeader and Entry Title.
-
There is no DayHeader by default in the ResourceTimeGridDay (although it’s present in ResourceTimeGridWeek). Could that be added?
-
How do you create a new line in Entry Title? - \n or html doesn’t seem to work. As per https://codepen.io/acerix/pen/YzyrwJV, I tried the following without success:
calendar.setEntryContentCallback("" +
"function(arg) {" +
" return {html: arg.event.title.replace(/\\n/g, '<br>')}" +
"}"
);
Can you help?
Stephen