The DayPilotBubbleConfig type exposes the following members.

Properties

  NameDescription
Public propertyAnimated
Use animated popup.
Public propertyBackgroundColor
Background color. Ignored in CssOnly mode.
Public propertyBorderColor
Border color. Ignored in CssOnly mode.
Public propertyCssClassPrefix Obsolete.
A prefix used for all internal CSS classes. Use it to apply a theme.
Public propertyCssOnly
Use CssOnly rendering mode (pure CSS styling).
Public propertyHideAfter
Wait for the specified number of milliseconds before hiding the bubble (on mouse out).
Public propertyLoadingText
HTML of the loading label.
Public propertyPosition
Bubble position (above the object or at the mouse pointer).
Public propertyShowAfter
Wait for the specified number of milliseconds before dispalying the bubble (on hover).
Public propertyShowLoadingLabel
Show the loading label before the dynamic HTML is loaded from the server. Disabled for Animated = true.
Public propertyTheme
CSS theme id.
Public propertyUseBorder
Whether to draw a border. Ignored in CssOnly mode.
Public propertyUseShadow
Use a shadow. Ignored in CssOnly mode.
Public propertyZIndex
z-index of the bubble object.

See Also