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