is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?
some comparison seems to show that TinyMCE is one of the most compatible across browsers:
|
3
|
is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives? some comparison seems to show that TinyMCE is one of the most compatible across browsers:
|
||||
|
|
|
This is one of the best in my opinion: |
||
|
|
|
I've been using FCKEditor with ASP.NET for years and have found it very easy to customize and configure. It's very stable and the intergrated upload feature is a plus. http://www.fckeditor.net/ |
||
|
|
|
|
TinyMCE is a great choice. I've used it in commercial offerings with good results. I'm also looking at FCKEditor for a new project specifically because of the integrated file upload and rumors that it has better XSS protection. Frankly, I'm not sure either one is sufficient to protect against XSS (you may have to supplement with something like http://htmlpurifier.org/ if that is a concern). |
||
|
|
|
|
If you are using PHP or ASP.NET on the back end, take a look at SPAW Editor. |
||
|
|
|
|
TinyMCE was the editor that we chose when we were making an internal staff website. The nice part about it was all the keyboard shortcuts (probably found in other editors) and that it was the same editor used inside of WordPress. We were very happy with how the site turned out, and kept the editor. I would recommend TinyMCE for your project. |
||
|
|
|
|
Nicedit is useful for some simple text areas and it has a somewhat clean javascript api. There is a list of other possible richtext boxes here. |
|||
|
|
|
|
Why not try the Stackoverflow site's solution? you can find details in Stackoverflow's blog post here : Potential Markup and Editing Choices |
||
|
|
|
|
TinyMCE and FCKeditor are the top two WYSIWYG editors in terms of popularity. They are both feature-rich and highly customizable. In my opinion TinyMCE is the easiest to use and maintain of the myriad different options, and still gets my vote after 4 years of usage. YUI is another nice choice worth evaluating, as are the others listed above. I've listed the demo pages for each below: [Tiny][1] I'm liking this stackoverflow one as well though, +1 to the crew. HTH Jeff M. 1: tinymce.moxiecode.com/examples/full.php# |
||
|
|