Answer posted by Dan Letecky [DayPilot] 10 years ago.
Sorry for the confusion. The documentation on .message() was out-of-date. The current syntax allows you to pass additional properties using "options" object like this:
I confirm that this doesn't work with Scheduler build 2282.
But this does work: dp.message("Test", 5000);
And this doesn't work but I wish that it did: dp.message("Test", {delay:5000, cssClass: "custom_message"});
Comment posted by Dan Letecky [DayPilot] 10 years ago.
There is a bug in the latest release (build 2279) - the Scheduler doesn't clear the previously used CSS classes.
It should be fixed in the latest sandbox build (2306):