1. You can use onBeforeGroupRender event and set args.group.html.
2. You can handle the onLoad event of the DayPilot.Bubble object and set args.html.
Comment posted by Anonymous 4 years ago.
Hi there, thank you for the reply,
Changing args.group.html inside useBeforeGroupRender changes the text displayed on the event, not anything with the hover, and using the example in the API link you provided also does not seem to create a bubble on hover, any more information would be appreciated!
Comment posted by Dan Letecky [DayPilot] 4 years ago.
Sorry, for #1 you need to use args.group.bubbleHtml property instead of args.group.html.