Manisha
Manisha

Reputation: 13

change the background color of particular time slot in DHTMLX scheduler

In Dhtmlx Scheduler, I want to change the background color of particular time slot, e.g 1PM to 2PM, provided that this is not an 'event'. Is there any way to do this?

Thank you in advance.

Upvotes: 0

Views: 2065

Answers (1)

David Schofield
David Schofield

Reputation: 101

You can achieve this using the scheduler.markTimespan method.

See the documentation here.

Upvotes: 3

Related Questions