thuphi
#1
Hello,
Please help me how to set up header of scheduler as the attached file.
i used to the follow template and add into every day a image. But the date is not appeared.
(scheduler.templates.week_scale_date=function(date) { }).
I want header with a image and the date as the attached image.
Thanks.
Can you provide exact code of scheduler.templates.week_scale_date
It must be similar to
scheduler.templates.week_scale_date=function(date) {
return "<div style='background-image:url(some.png); width:100%;>...</div>";
}
also, you can use dhx_scale_bar css class to affect related header cell.
1 Like