dimPastEvents

toggles the brightness of the colors of past events

boolean dimPastEvents;

Example

webix.ui({
    view: "scheduler",
    url: "https://docs.webix.com/calendar-backend/"
    dimPastEvents: true, });


Default value:

false
Details

If true, all events that have already ended are displayed with dimmed colors.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.