Calendar Widget Tooltip

0
I am using the Calendar widget which is based on the fullcalendar.io project. I’m looking to use a tooltip or on-hover event in the monthly calendar view so when a user hovers over an event, it will pop up some details about the event. I don’t see an option to set the tooltip or on-hover event in the calendar widget configuration screens.  Tooltips are supported in the fullcalendar.io project with info on this here: https://fullcalendar.io/docs/eventRender How do I add this functionality to the calendar widget? -Dave Engel
asked
1 answers
0

Hi Dave 

Fork the code https://github.com/mendix/Calendar

Make your changes

(Learn about it https://docs.mendix.com/howto/extensibility/widget-development)

Build the the widget

Use it in your project.

Cheers, Andries

answered