Issue 1077: How to alter text displayed in the header
Status:  Done
Owner: ----
Closed:  Sep 2011
Reported by l...@lukem.co.uk, Aug 12, 2011
I have the following in my calendar options

header: {

      left: 'Training Diary: title',
      center: 'test',
      right: 'firstDay prev next'
    },

but the strings 'Training Diary:' and 'test' are ignored. Is there a way to alter the header through fullCalendar or do I need to use jQuery to prepend something to 'fc-header-title'?

Sep 29, 2011
Project Member #1 adamrs...@gmail.com
the header left/center/right strings are only for buttons, the calendar title text, and that's it. youll need to do your own dom manipulation to get that other text in there. probably through `viewDisplay`
Status: Done