Completed
Last Updated: 28 Nov 2014 05:53 by Svetlin
Svetlin
Created on: 23 Jul 2012 02:51
Category:
Type: Feature Request
4
ADD. ExportFontStylesAsText property to HtmlExportSettings that allows exporting font styles as html tags.
Implement ExportFontStylesAsText property to HtmlExportSettings that allows exporting font styles as html tags.

Resolution: 

This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox.  

You can use the following code snippet: 
HtmlFormatProvider provider = new HtmlFormatProvider();
provider.ExportSettings.ExportFontStylesAsTags = true;
0 comments