Only show link when an event is hovered

Asked by Vincent
1 years ago.

How would I show the link for an event but only when that event is moused-over? I would like to show links between events but I also want to avoid overcrowding the display with too many links.

Answer posted by Dan Letecky [DayPilot]
1 years ago.

Sorry for the delay!

You should be able to add links dynamically using links.add() in onMouseOver and remove them using links.remove() in onMouseOut.

If there is any problem, please let me know.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.