Using gradient color possible?

Hi,

I was wondering if it was possible to set gradient color to event in timeline mode. If so, how would it be possible for IE8 navigator?

Thanks in advance for your answer.

In glossy skin scheduler uses backgroun images, that is why they are work in IE8
There is no way to have native gradients in old browsers, but in most cases using gradients for the modern browser and plain colors for old one will work fine enough.

How could a background image could be set to an event? For background color, there is the “color” property, but for a background image… I don’t know.

There is no separate property, but you can assign a custom class through template, and backgroun image can be a part of the css class.

docs.dhtmlx.com/scheduler/custom … stoanevent

That is interesting. Thanks for the tip.