Remainder picture in event? Asked by Anonymous16 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? asp.nethow-to
Comment posted by Andres15 years ago. In BeforeEventRender you can edit the innerHTML value of the event. I made somthing like thise.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.