Hi DHTMLX
Using with codeigniter, got it all up and running very quickly thanks. However the multi day event bar does not appear despite specifying it in the configuration:
[code]scheduler.config.xml_date="%Y-%m-%d %H:%i";
scheduler.config.first_hour = 8;
scheduler.config.multi_day = true;[/code]
When I check the rendered HTML, the visibility is set to hidden:
<div class="dhx_multi_day" style="visibility: hidden; width: 1413px; height: 0px; left: 0px; top: 44px; "><div class="dhx_multi_day_icon" style="visibility: hidden; width: 50px; height: 0px; left: 0px; top: 44px; "></div></div>
Checked in Chrome and IE. Any ideas?
Many thanks
Andy