Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jamie on Sep 24, 2009 11:48
open dhtmlx forum
dhtmlxScheduler - Full event text (without details) in month view

Is it possible to stretch the event bar in month view to fit the entire event text? Currently the heights are statically set using scheduler.xy.bar_height = {integer}. Is it possible to get it to work with an auto height?
Answer posted by Alex (support) on Sep 25, 2009 06:18

Hello, 

scheduler doesn't provide functionality to do that. 

The style of the text container in mounth view is set in the following class in the dhtmlxscheduler.css:

dhx_cal_event_clear{font-family:Tahoma;font-size:8pt;height:13px;padding-left:2px;color:#887A2E;white-space:nowrap;overflow:hidden;cursor:pointer;}

You can increase height here and remove nowrap property if it is necessary. But scheduler doesn't allow to check this height dynamically.