$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
HtmlEditor Managing Content Formatting in ASP.NET
Home > How to > HtmlEditor Managing Content Formatting
In order to help developers better manage the content format of the html editor, the PerHtmlEditor Control offers a series of content formatting tools. These content formatting tools of the html editor can be categorized into two fields, which are Paste Format and Clean Format.
In order to help developers better manage the content format of the html editor, the PerHtmlEditor Control offers a series of content formatting tools. These content formatting tools of the html editor can be categorized into two fields, which are Paste Format and Clean Format.
And in following text, we will briefly illustrate the functions that these html editor content format managing tools have supported.

Introduction to Paste Format

The PerHtmlEditor Control offers six options for users to paste formatted text from other applications, which are Paste, Paste from Word, Paste from Word - strip font, Paste Plain Text, Paste As Html and Paste Html. Now we will introduce these content paste formatting tools one by one.
  • Paste from Word: this tool will remove Word-specific tags from the text of the clipboard.
  • Paste from Word - strip font: this tool will not only allow users to remove all the Word-specific tags but also clean the font names and text sizes.
  • Paste Plain Text: this tool has similar function with Paste from Word.
  • Paste As Html: this tool allows you to paste the HTML content as code.

Introduction to Clean Format

In this part, we will talk about these content format strippers, which are used to strip the formatting from existing text in the html editor. Supported clean formatting tools are Strip All Formatting, Strip Css Formatting, Strip Font Elements, Strip Span Elements and Strip Word Formatting.
  • In this part, we will talk about these content format strippers, which are used to strip the formatting from existing text in the html editor. Supported clean formatting tools are Strip All Formatting, Strip Css Formatting, Strip Font Elements, Strip Span Elements and Strip Word Formatting.
  • Strip Css Formatting: If you want to strip the css formatting from existing text in the editor content, use this tool.
  • Strip Font Elements: you can use this format stripper to remove all the font elements from the text.
  • Strip Span Elements: you can use this format stripper to remove all the span elements from the text in the editor content area.
  • Strip Word Formatting: this tool is used to strip Word-specific tags from existing text.
ASP.NET AJAX UI Controls