Home Unanswered Active Tags New Question

DayPilot Month - StaticBubbleHTML

Would it be possible to add the StaticBubbleHTML to the DayPilot Month control?

Thanks.

Asked by Richard 8 months ago.
Replies

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";
        }

    }
Answer posted by Dan Letecky [DayPilot] 8 months 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 Richard 8 months ago.

A SP fixing the Resources bug will be released later today.

See also:

http://www.daypilot.org/daypilot-pro-6-5-sp1.html

Comment posted by Dan Letecky [DayPilot] 8 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java