is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?

后端 未结 12 1911
谎友^
谎友^ 2020-12-30 04:35

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

12条回答
  •  再見小時候
    2020-12-30 05:03

    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).

提交回复
热议问题