DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » Time tooltip

Time tooltip

Hello,

There is TimeRangeSelectedJavaScript to show time range for an event, but how can I show time under cursor when there is no event ?

Thanks
Anonymous - 11/26/2007 5:34:00 PM
If you mean the new Bubbles feature (4.2 release notes): It's only supported for events at the moment. I plan to enable bubbles for the time cells and headers as well.
Dan Letecky - 11/26/2007 8:55:44 PM
(Yes the new Bubble feature)

Is there something to catch the event somewhere ? javascript or anything else, I need to do it now and I don't know how.

Thanks
Anonymous - 11/27/2007 11:04:41 AM
This is hard to do without direct support in DayPilot because there is nothing to be hooked. You could enable it for a click on time range selection yourself (switch to JavaScript handling and invoke the bubble using bubbleClientName.show(callbackArgumentString)).

Question: Do you want to activate it over any time cell or over a selection only?

Maybe I could add it to 4.3 if it's important for you.
Dan Letecky - 11/27/2007 11:48:56 AM
Over any time cell, I show calendar control with full size on a big wide screen and it is difficult to know current time (under mouse) quickly.

Thanks :)
Anonymous - 11/27/2007 11:54:31 AM
OK. And do you use DayPilotCalendar or DayPilotScheduler?
Dan Letecky - 11/27/2007 1:19:50 PM
Both, but Calendar is my priority.
Anonymous - 11/27/2007 2:07:31 PM
Post reply