Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by james on Jul 20, 2009 16:03
open dhtmlx forum
how can set the display font size in dhtmlx scheduler

I felt it is a little bit smaller font size in dhtmlx scheduler. How can change the font size?


Thanks,
James
Answer posted by Alex (support) on Jul 21, 2009 03:18

Hello,

the scheduler panel font size you can define directly in the div container:

<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;font-size:10pt;'>...

In order to change event font size you should redefine the following class:

.dhx_cal_event div{
 
  font-size:8pt;
}