Where can I find a free WYSIWYG component that offers at least the basic HTML styling (bold, italic, underline, strikethrough)? I just need one for a simple web application with the capability to let users edit content of an HTML page. It doesn’t need to be complex and all. It is only required to do minimal styling as I said on the examples above.
Share
The RichTextEditor control should cover what you need. You can access the content (with markup) via the htmlText property.