Completed
Last Updated: 28 Nov 2014 05:54 by Svetlin
Svetlin
Created on: 22 Jun 2012 07:34
Category:
Type: Feature Request
1
IMPROVE. Html exporting of RadRichTextBox by allow changing the export format of underlined, bold or italic text.
Allow the html formatting provider to allow exporting the italic/bold/underlined text by using the corresponding html tags instead of text-decoration css styles.

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