Categories | Question details Back To List | ||
scheduler title and content format Hello, I am loving your product more every day. I have two questions... 1) Is there a setting that would place a title at the top of the calendar in scheduler? 2) How can I change the event display on the calendar. The events I am displaying right now are not time specific, so I would just like to see the event title without the time. Is that possible? Charlie Answer posted by Support on Jul 20, 2009 02:02 >>1) Is there a setting that would place a title at the top of the calendar in scheduler? You can place custom html element inside the initial template <div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'> <div class="dhx_cal_navline"> <span style='position:absolute; top:2px; left:400px;'>Some text </span> >>2) How can I change the event display on the calendar. Do you mean the event in week|day view, or timed events in month view? In first case , text of header defined by scheduler.templates.event_header in second case scheduler.templates.event_bar_date You can redefine such templates and return empty , or any other value, which is necessary in your case |