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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -