Hi everyone:
I want to set the Webdayview's background color in special hours space.
For example: How to set the background color from 8am to 5pm to yellow?
How can I do it?
Thanks!
activityElements[activityElementsCnt].style.backgroundColor = color;
As you told i fixed WorkingHoursTimeSlot and NonWorkingHoursTimeSlot Color using StartTime and EndTime. But, I need to add one more specification as a Person Working Hours in Different color than Working hours and non-working hours ??
Is it Possible??
Let me know!!!
Thank you
Sakthi
Tony,Thank you. I made it.
I think what you're looking for is the "WorkingTimeSlotStyle" on the WebDayView, and the WorkDayStartTime and WorkDayEndTime on the WebScheduleInfo object. The WebScheduleInfo will control the working hours, and the styling is then done through the view itself.
Hope this helps,
-Tony