Hi there,
Sorry I posted this in the wrong section earlier. I use Joomla for my school website, is there a way to set and keep the scheduler in the expanded view? Any help with this would be great.
Hi there,
Sorry I posted this in the wrong section earlier. I use Joomla for my school website, is there a way to set and keep the scheduler in the expanded view? Any help with this would be great.
You can place in scheduler_include.html
<script>
dhtmlxEvent(window, "load", function(){
scheduler.expand();
}
</script>
which must force expanding of scheduler after page loading
Hi Stanislav
Thank for your reply. This code does expands the scheduler but none of the tabs work (day,week, year month) and the calendar itself is no longer visible.
Please PM me the url, where it can be checked.
Hi Stanislav, I only have a locally installed site, so I can’t give you a link. I removed the bit of code you posted but the scheduler is still expanded with no function on the buttons and no calendar