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

Show Event Links on hover or select only?

Asked by Tony Dew
5 years ago.

I am trying to make Event Links show only when an Event is hovered or selected. Working from the following demo:

https://javascript.daypilot.org/demo/scheduler/eventlinks.html

...the docs for Links seem to be missing, because they 404:

https://javascript.daypilot.org/scheduler/event-links/

Can you point my in the direction on how I might be able to make Link arrows show only on hover or after selecting an Event please?

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

Sorry for the delay...

Unfortunately, the links can't be displayed on hover. You might be able to implement your own logic by only adding the selected links to the array (on event click, on active area click). This requires calling update().

The docs link is fixed now in the demo, thanks:
https://doc.daypilot.org/scheduler/event-links/

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