Ok,
i’ve read most relevant questions asked here previously on this but I still don’t see a clear “best in class” suggestion for WYSIWYG editors for ASP.net
I’ve used fckeditor up to now (found it ok but many problems with config/permissions on folder etc.).
I’m looking for something that has a lot of flexibility/config options and can integrate nicely with the sites css.
Also i’d like something that minimises config requirements when moving from server to server etc.
Any good suggestions are much appreciated.
Ed
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Almost didn’t open the question because I thought it would have been mentioned already, but FCKEditor is a great freely available WYSIWYG editor with a good team behind it.
Method 2
TinyMCE – besides beeing configurable and extendable, it’s quite nice to integrate with asp.net (or any other web framework) since it’s just javascript over a textarea
Method 3
I stopped using the freetextbox control because I don’t like the code that comes with it. I found Cute Editor for ASP.NET to be the best solution.
Demo:
http://cutesoft.net/example/general.aspx
Method 4
we use the Telerik Radeditor, and it performs great. Microsoft also uses it on their MSDN website. It’s not free, but worth the investment.
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
Method 5
Try Free Text Box Free Text Box as well. A lot less hassle than fckeditor i’ve found
Method 6
Not sure what budget you’re working with, but it might be worth taking a look at Dreamweaver CS3+. It has support for ASP.NET and its WYSIWYG is quite good.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0