Unplanned
Last Updated: 30 Mar 2016 12:20 by ADMIN
ADMIN
Hristo
Created on: 08 Jul 2015 11:25
Category: RichTextEditor
Type: Bug Report
0
FIX. RadRichTextEditor - hyperlinks are not exported properly to html if http:// was not added in the address when they were created
Workaround: 
string match = "www.telerik.com";
string text = File.ReadAllText("..\\..\\test.html");
text = text.Replace(match, "http://" + match);
File.WriteAllText("..\\..\\test.html", text);

Attached Files:
0 comments