RichTextEditor for PHP CMS
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.
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.
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/
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.
精彩评论