This is a migrated thread and some comments may be shown as answers.

[Solved] Use image's full path (including domain)

1 Answer 176 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kevin Warnke
Top achievements
Rank 1
Kevin Warnke asked on 15 Mar 2010, 08:36 PM
I'm using the editor to allow people to edit HTML that will be sent in an email.

When someone inserts an image it's using a relative path for the image so in the email the image is broken.

Is there a simple way to tell the editor to use a fully-qualified URL for images inserted into it?

Thanks,
Kevin

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Mar 2010, 10:20 AM
Hello Kevin,

You can configure RadEditor to insert images with absolute paths via the Image manager by enabling the MakeUrlsAbsolute content filter of RadEditor, e.g.

RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.MakeUrlsAbsolute);

Best wishes,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Kevin Warnke
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or