Home Unanswered Active Tags New Question

Event Hover JS event handler

Is it possible to "tap in" to the Event Hover JS event handler? We are currently using the Bubble control to popup some extra information about the event. But, we'd like to increase the width of the border around the event that is in focus so that there's a clear indication which event the Bubble is for. This becomes more useful when there are many events in the calendar.

Asked by Colin 2 years ago.
1 other person also wants an answer.
Replies

There is no way to do this at the moment. Manipulating the event div wouldn't be too safe anyway, you would have to clear the changes after the bubble is dismissed and this would require quite a piece of code.

You could try a workaround by supplying your own JavaScript object as the bubble but it doesn't get any information about the source div. Such an object would have to implement showEvent(calendarId, eventObject) method. The bubble is cleared using DayPilotBubble.hideActive(); call. You would have to override this "static" method as well.

However, this seems to be relevant requirement. I would like to add an "arrow" to the bubble pointing to the event source in one of the future versions.

Answer posted by Dan Letecky [DayPilot] 4 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java