Examples
Cleaning pasted content
By default, RichTextEditor will automatically detect/clean the dirty pasted content. You have full control over how contributors paste content into the Editor. For example, you can disable the paste function, force pasting as plain text or prompt the user about cleaning up the content when pasting from MS Word.
Demo Code:
<% Dim rte Set rte=new RichTextEditor rte.Name="Editor1" rte.MvcInit() %>