Hello!
After create New Event by clicking on scheduler, i want to set background color for month_body at date that is created event. (.dhx_month_body)
Please help me how to do that??
Thanks.
Hello!
After create New Event by clicking on scheduler, i want to set background color for month_body at date that is created event. (.dhx_month_body)
Please help me how to do that??
Thanks.
You can set styles directly , but you can use
scheduler.template.event_class
to assign custom css class for the event
Hello,
I mean that: i want to reset background for month_date_class (scheduler.templates.month_date_class) . Not for Event_Class.
Please help me another solution.
Check
viewtopic.php?f=6&t=14156
Similar to it , you can set marker flag after event addition which automatically will cause change of daily css class.