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 = "&quot;"; break;    //"

                case '&': app = "&amp;"; break;     //&

                case '<': app = "&lt;"; break;      //<

                case '>': app = "&gt;"; break;      //>

 

In the tooltip the image is rendered correct.

 

Is there any possibility to show images within a schedule entry to?

 

Regards,

Nina

Reply via email to