SuperX
SuperX

Reputation: 63

Free ASP.NET WYSIWYG control needed

I need a free ASP.NET WYSIWYG control, which allows me to edit full HTML page. I tried FreeTextBox, RichTextBox and others, but they remove <html>, <head>, <body> and etc tags when I switch to Design View.

I googled a workaround and found two opened topics on the FreeTextBox forum dated 2005 and 2007 with no answer.

http://freetextbox.com/forums/thread/8351.aspx http://freetextbox.com/forums/post/10368.aspx

Is there a real working WYSIWYG which satisfy my requirements?

Upvotes: 2

Views: 2129

Answers (2)

kbrimington
kbrimington

Reputation: 25642

I use the TinyMCE editor at work and on my blog. The editor includes a fullpage plug-in for use in editing whole documents.

You can find the editor here:

http://tinymce.moxiecode.com/

And documentation on the plugin here:

http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/fullpage

Upvotes: 2

user333306
user333306

Reputation:

Try the asp.net version of fckeditor: http://ckeditor.com/

It's free and open source

Upvotes: 3

Related Questions