Home Unanswered Active Tags New Question

Remainder picture in event?

Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one?

If not, will this feature be included in a future version?

Asked by Anonymous 1 year ago.
Replies

In BeforeEventRender you can edit the innerHTML value of the event. I made somthing like this

e.InnerHTML += "<span style='position:absolute; top:0; right:0; z-index=20'><img src='img/myImage.PNG' /></span>";

So you add the image in the top-right position.

Comment posted by Andres 8 months ago.
New Reply
This reply is
Your name (optional):

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