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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -