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