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

http://localhost/ being added to radeditor images and anschors

1 Answer 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 14 Dec 2011, 04:34 PM
I have setup my editor as follows but on switching design html it changes the paths to http://localhost/ 

   <telerik:RadEditor ID="txtcontent" EditModes="Design, Html"     OnClientInit="OnClientInitFilter"
                ContentFilters="FixUlBoldItalic, FixEnclosingP, IECleanAnchors, MozEmStrong, ConvertFontToSpan, ConvertToXhtml, IndentHTMLContent, EncodeScripts, OptimizeSpans, ConvertCharactersToEntities" 
                                    ToolsFile="~/Account/ToolsFile.xml"  Runat="server"  >
                        <CssFiles >
                        <telerik:EditorCssFile Value="EditorContentArea.css" />
                        </CssFiles>
                                   <ImageManager ViewPaths="~/Img" UploadPaths="~/Img" DeletePaths="~/Img" /> 
                       
                        </telerik:RadEditor>
                  

latest demo version of controls is being used.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Dec 2011, 06:18 PM
Hello David,

You should not experience this behavior except if the MakeUrlsAbsolute content filter is enabled.

You can see my test in the following video: http://screencast.com/t/rHsgZNqMVK9.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
David
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or