Reputation: 63
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
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:
And documentation on the plugin here:
http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/fullpage
Upvotes: 2
Reputation:
Try the asp.net version of fckeditor: http://ckeditor.com/
It's free and open source
Upvotes: 3