The DayPilotBubbleConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DayPilotBubbleConfig |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | Width |
Bubble width. If set to 0 it will be determined by the content.
|
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.
|