DayPilot.Bubble.theme

The theme property (string) specifies the CSS theme name.

The default CSS theme ("bubble_default") is built-in and it doesn't require additional CSS files to be included.

Default Value

"bubble_default"

Example

var bubble = new DayPilot.Bubble({
  theme: "my_bubble_theme",
  // ...

});