DayPilot.Menu.theme

The theme property specifies the CSS theme name. If not specified, the default built-in theme ("menu_default") is used.

Default Value

null

Example

var menu = new DayPilot.Menu({
  theme: "my_theme",
  items: [ /* ...  */ ]
});

Note: When using this custom CSS theme you need to define the CSS classes with "my_theme" prefix.