Requirement: Configurable HTML Editor for Content Management System

I need a WYSIWYG HTML editor that allows us to configure a range of styles that the user can select to format the text tin order o get reliable formatted output without fear of messing up the site.

We need to be able to lock down the other formatting features as much as possible so that they can't just create any style they want.

The target application is being built in ASP.Net 2.0 so an ASP.Net web control or a javascript only solution would be ok.

The control should produce nice HTML and not fill the source with spurious junk tags or use any deprecated HTML.

Please provide an example that shows the style selection capability and formating locked down.



Solutions:

Submit a new solution to this problem >
RadEditor for ASP.NET AJAX - configurable WYSIWYG HTML/XHTML Editor for Content Management System
The "Apply Class" dropdown of RadEditor displays all classes defined in the page. Using the Add() method of the CssClasses collection resets the "Apply Class" dropdown, so the CssClasses you add will not be appended to the default set, but will rather create a new CssClasses set.
(C#, VB.NET\ASP.NET AJAX)