DayPilot Forums

AJAX Calendar/Scheduling Controls
DayPilot » Forums » Features » ToolTip InnerHTML property in BeforeEventRender

ToolTip InnerHTML property in BeforeEventRender

Hi Dan, is it possible to format the HTML of the tooltip in the BeforeEventRender event (Calendar). I don't want to use the event bubble if possible.

Cheers

Michael.

Michael - 2/28/2008 12:05:26 AM
ToolTip can be modified in BeforeEventRender using e.ToolTip.

But it is transformed into a standard title="" attribute and that's why it doesn't support HTML.
Dan Letecky - 3/4/2008 8:39:51 AM
Post reply