Only show link when an event is hovered Asked by Vincent1 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. how-tojavascript
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.