RichEditor: Image with Hyperlink

Hello,

Is it possible to add a hyperlink to a inserted image?
We use the RichEditor-component to send html-emailcontent and we would like to combine images inside the emailcontent with hyperlinks.

Best regards,
Robert

If you have a reference to the image element, you can set the hyperlink via property: PictureElement.URL: string;

Hi Bruno Fierens

Is there a small demo app available which shows how to get the image reference and set the hyperlink?

Thanks and best regards,

Robert

How do you want to get the image reference? By clicking on it / selecting it? If so, select the image (or something else) and call AdvRichEditor.SetSelectionHyperLink(URL);