Questions Tagged tooltip
Show event bubble in Queue?
Answered: Event bubbles are now supported in the Queue component in the latest sandbox build (2022.4.5467): https://release.daypilot.org/changes/js/ You can use the standard API: https://api.daypilot.org/daypi...
Applying CSS styles to dynamic "bubble" popovers
Answered: The "month_default_event_hover" class specifies appearance of calendar events when you move a mouse over it. To control the callout width, you can use "bubble_default_main" class (for the default the...
Bubble per event phase?
Bubble is a really nice upgraded tooltip since it allows custom html content. I have seen that bubble is tied to event and tooltip is tied to phases. My events have many phases and every phase has di...
Tooltip not showing
Answered: The tooltip is automatically turned off if you turn on a bubble. In the latest DayPilot Pro version, the bubble is now automatically turned on (a new DayPilot.Bubble() object is assigned to "bubble" ...
DayPilot Bubble Feature
Answered: You need to follow these steps: 1. Create the bubble:
<DayPilot:DayPilotBubble
ID="DayPilotBubble1"
runat="server"
CssOnly="true"
CssClassPrefix="bubble_default"
/>
2. Assign it to the mo...
DayPilot Month - StaticBubbleHTML
Answered: It's already available. See this demo page, Event 12: http://www.daypilot.org/demo/Month/ A snippet from Demo/Month/Default.aspx.cs:
protected void DayPilotMonth1_BeforeEventRender(object sende...
Questions 1-7 of 7