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

Full Image Path

2 Answers 128 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 2
Jeff asked on 21 Apr 2008, 04:59 PM
Is there a way to stop the image manager from inserting a virtual path when an image is selected (and have, rather, the absolute path inserted)? I would like to send the content in an email, and have the images not be broken because the path was relative to the site where the content was entered.

2 Answers, 1 is accepted

Sort by
0
ChrisS
Top achievements
Rank 1
answered on 21 Apr 2008, 06:21 PM

You can do this I think via the ContentFilters eg 

radEditor.ContentFilters = EditorFilters.MakeUrlsAbsolute

or

    <telerik:RadEditor ID="RadEditor1" Runat="server"   
        ContentFilters="MakeUrlsAbsolute, DefaultFilters">  
    </telerik:RadEditor> 
 

Let me know if this works as I will probably have to do the same sometime soon!
0
Jeff
Top achievements
Rank 2
answered on 22 Apr 2008, 03:26 PM
Yes, it worked. Thank you!
Tags
Editor
Asked by
Jeff
Top achievements
Rank 2
Answers by
ChrisS
Top achievements
Rank 1
Jeff
Top achievements
Rank 2
Share this question
or