search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Remainder picture in event?

Asked by Anonymous
13 years ago.

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?

Comment posted by Andres
12 years ago.

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.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.