scheduler background

Hi,

Where is the folder that holds the background to scheduler so I can change it? I want to change background to show 10 min Events and only use 1 cell and make sure it does not overlap into the next cell. Right now when I book a 10 min Event it fills 20 min time slot, I need it to fill only 10 min time slot.
Please see screen shot…

thank you


Hello,
please check this article
docs.dhtmlx.com/scheduler/sizing.html
By default minimal event height is about 42px. So you’ll need to either increase the height of scale units or to customize the display of smaller events

Regarding the background image, you can find it at scheduler/codebase/imgs_dhx_terrace/databg.png It can be changed by using class like following:

.dhx_scale_holder { background-image: url(imgs_dhx_terrace/databg.png); }