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

Event Hover JS event handler

Asked by Colin
14 years ago.

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.

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

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.

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