Categories | Question details Back To List | ||
dhtmlx scheduler calendar title on first line This should be simple, but how do I get a text title on the first line in the middle of all the <div> </div> tags in the center somewhere between the month date and the DAy tab on the month view which is my default? Answer posted by Alex (support) on Oct 23, 2009 06:00 You can place in the html structure: <div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'> ... <div class="dhx_cal_date"></div> Answer posted by mahesh on Oct 23, 2009 16:37 Thanks, works great! |