ui-calendar
ui-calendar copied to clipboard
Header title is empty
Hi everyone,
I'm implementing the calendar into my page. I started with the standard jQuery plugin which was working perfect, except dynamicly loading the data. That's why I switched to the ui-calendar. I now can dynamicly load the data in the agandaDay. The only problem is that when configuring the header, it does everything right except the title. It makes a h2 tag in the fc-left but doesn't fill it while it did before I switched.
This is what it generates:
<div class="fc-toolbar">`
<div class="fc-left">
<h2></h2>
</div>
<div class="fc-right">
<button type="button" class="fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right">Vandaag</button>
<div class="fc-button-group">
<button type="button" class="fc-prev-button fc-button fc-state-default fc-corner-left">
<span class="fc-icon fc-icon-left-single-arrow"></span>
</button>
<button type="button" class="fc-next-button fc-button fc-state-default fc-corner-right">
<span class="fc-icon fc-icon-right-single-arrow"></span>
</button></div></div><div class="fc-center">
</div>
<div class="fc-clear">
</div>
</div>