The DayPilotBubbleConfig type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Animated |
Use animated popup.
| |
| BackgroundColor |
Background color. Ignored in CssOnly mode.
| |
| BorderColor |
Border color. Ignored in CssOnly mode.
| |
| CssClassPrefix | Obsolete.
A prefix used for all internal CSS classes. Use it to apply a theme.
| |
| CssOnly |
Use CssOnly rendering mode (pure CSS styling).
| |
| HideAfter |
Wait for the specified number of milliseconds before hiding the bubble (on mouse out).
| |
| LoadingText |
HTML of the loading label.
| |
| Position |
Bubble position (above the object or at the mouse pointer).
| |
| ShowAfter |
Wait for the specified number of milliseconds before dispalying the bubble (on hover).
| |
| ShowLoadingLabel |
Show the loading label before the dynamic HTML is loaded from the server. Disabled for Animated = true.
| |
| Theme |
CSS theme id.
| |
| UseBorder |
Whether to draw a border. Ignored in CssOnly mode.
| |
| UseShadow |
Use a shadow. Ignored in CssOnly mode.
| |
| ZIndex |
z-index of the bubble object.
|