search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Only show link when an event is hovered

Asked by Vincent
1 month 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]
14 days 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 months old and has been closed. Please create a new question if you have anything to add.