DayPilot Month - StaticBubbleHTML
Asked by Richard
15 years ago.
Would it be possible to add the StaticBubbleHTML to the DayPilot Month control?
Thanks.
Answer posted by Dan Letecky [DayPilot]
15 years ago.
It's already available.
See this demo page, Event 12:
http://www.daypilot.org/demo/Month/
A snippet from Demo/Month/Default.aspx.cs:
protected void DayPilotMonth1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeEventRenderEventArgs e)
{
if (e.Value == "12")
{
e.ContextMenuClientName = "menu2";
e.StaticBubbleHTML = "test";
}
}
Comment posted by Richard
15 years ago.
Ah - I see it was added in 6.5; I haven't deployed that version yet because of the empty resources scheduler bug.
Thanks for the update.
Comment posted by Dan Letecky [DayPilot]
15 years ago.
A SP fixing the Resources bug will be released later today.
See also:
http://www.daypilot.org/daypilot-pro-6-5-sp1.html
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.