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

后端 未结 12 1906
谎友^
谎友^ 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 04:55

    As many have said here, FCKEditor is a good alternative. However, pay attention to the licensing models of the editors especially if you're planning on using them for a commercial, closed-source application.

    http://tinymce.moxiecode.com/license.php

    TinyMCE is just LGPL.

    http://ckeditor.com/license

    CKEditor (the most recent manifestation of FCK Editor) has a separate Closed Distribution License which may cost you some moulah...

    I like the feature set and theme of FCKEditor/CKEditor better than TinyMCE but I often end up using TinyMCE due to it being a little simpler to handle in terms of licensing.

提交回复
热议问题