|
Dear all, I use the schedule component and I’d like to display
an image within every schedule entry. When I put the html-code of the image (e.g.
<img src='' border='0' alt=''>) for example into the subtitle-tag
then the image-tag is shown in plain-text (like that: <img src=''
border='0' alt=''>) in the schedule entry because the HTMLEncoder-Class
encodes following special characters:
case '"': app = """; break; //"
case '&': app = "&"; break;
//&
case '<': app = "<"; break;
//<
case '>': app = ">"; break;
//> In the tooltip the image is rendered correct. Is there any possibility to show images within a schedule
entry to? Regards, Nina |
- How to display an image within a schedule entry? Hintringer Nina

