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
DayPilotSchedulerDynamic
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