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 » What is DayPilot:DayPilotBubble control for?

What is DayPilot:DayPilotBubble control for?

i have gone through the documentation's. i am not able to understand what a bubble is ?

Anonymous - 6/2/2008 12:51:53 PM
You can take a look here (scroll down a little bit to (F15) Bubbles):
http://www.daypilot.org/daypilot-pro-4-2.html

DayPilotBubble is an extended ToolTip - a box that appears if you hold your mouse over an object for a while.

The main differences from the standard ToolTip (which is achieved using title attribute):
  • The content is loaded dynamically from the server
  • It can show multiple lines
  • It can show custom HTML
  • You can define the ShowAfter and HideAfter times
The supported objects are as follows:

DayPilotCalendar
  • event box
  • time cell
  • column header
DayPilotScheduler
  • event box
  • time cell
  • resource header
DayPilotMonth
  • event box
DayPilotSchedulerDynamic
  • event box
Dan Letecky - 6/2/2008 1:37:56 PM

so the text for the bubble will be obtained after a postback only rite. can it be done in the javascript . otherwise i believe it will get slower

Hisham - 6/2/2008 2:25:09 PM
Post reply