javascript - Fullcalendar, I can't change allDayText -
i'm trying change text of "all day" in agendaweek , agendaday views. have set alldaytext property during initialization, it's ignored. noticed problem occurs if set specific language; if set lang='en' works correctly, instead other languages not.
here's jsbin: http://jsbin.com/sapifojevo/edit?js,output
thank much!
fullcalendar uses undocumented option alldayhtml
agenda view, has higher priority alldaytext
. languages (including italian) localize via alldayhtml
option , alldaytext
value ignored in case.
Comments
Post a Comment