The theme property specifies the CSS theme name. If not specified, the default built-in theme ("menu_default") is used.
null
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.