RichTextEditor for PHP CMS

痞子三分冷 提交于 2019-12-11 05:37:28

问题


What RTE / WYSIWYG are you using for your CMS please? I am trying to decide on one to use.

I am working with PHP and MySQL.


回答1:


I'm using: http://ckeditor.com/
From the page What is CKEditor?:

CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.

Because CKEditor is licensed under flexible Open Source and commercial licenses, you'll be able to integrate and use it inside any kind of application. This is the ideal editor for developers, created to provide easy and powerful solutions to their users.




回答2:


Check these jquery based editors:

  • http://elrte.org/

  • http://premiumsoftware.net/cleditor/

Other editors

  • http://ckeditor.com

  • http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/




回答3:


I'd go with CLEditor, as andreas suggested, because it uses jQuery and is pretty lean. However, it doesn't have an image upload feature that you've requested.

A new alternative to CKEditor and TinyMCE is Xinha. Personally I find it a little bloated too, but maybe you give it a try. It has some extensions and some PHP-integratable upload capabilities IIRC.



来源:https://stackoverflow.com/questions/3601814/richtexteditor-for-php-cms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!