Behavior
- DayPilot Pro 8.0 and later versions only support CssOnly=true mode.
- In the CssOnly mode, it is possible to style all scheduler elements. The legacy mode (CssOnly=false) only supports styling of selected elements. The internal DOM structure is different (especially the event box).
- CssOnly mode available in DayPilot 7.0 and later versions.
- In the CssOnly mode, all the class names include a leading underscore (unlike the old mode when CssOnly="false"). Using CssClassPrefix="scheduler_white" will produce classes like "scheduler_white_message". In the CssOnly="false" mode the underscore was part of the custom prefix (CssClassPrefix="scheduler_silver_"). This means the old themes are not compatible with CssOnly mode.
Theme Designer
- You can create a theme using the online DayPilot Theme Designer: http://themes.daypilot.org/
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot