dhtmlxScheduler - Full event text (without details) in month

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?


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.