search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Apply theme to scheduler

Asked by prabhat
6 years ago.

Hi

How to apply theme to scheduler.I have tried to apply like
dp.theme = "scheduler_default_2014";
dp.theme = "scheduler_8";

but getting white back groound

Thank you

Answer posted by Dan Letecky [DayPilot]
6 years ago.

All themes (except of the embedded "scheduler_default" theme) are defined in separate css files which need to be included in the HTML page. You can find the themes in "demo/themes" directory of the download package.

Copy the theme CSS file to your project and include it like this:

<link type="text/css" rel="stylesheet" href="themes/scheduler_8.css" />
Comment posted by mortin
6 years ago.

Thanks a lot,Now i can apply themes.I missed the above.
Actually i want to change event backcolor after selecting in javascript.But i didnot find any thing in css.

Thank you

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.