views:

2163

answers:

9

Hey,

I've checked Stackoverflow and found this question/discussion: http://stackoverflow.com/questions/98852/wysiwyg-text-editor-for-webpage

Important:

However, I'm looking for something that comes with special "administration panel" -> So it behaves more like CMS (in backend mode).

I'm rewriting other's programmer code which is pretty much uncommented (He'll burn in Hell for That), and I need something very simple, so I install some backend onto hosting, plus add function or include to code and place the text-specific codes into website code.

Thanks' soo much for your answers.

Edit: PHP and MySQL required.

A: 

I've had good experience with FreeTextBox

Shawn Miller
Forgot to mention it was for php and mysql :(
Skuta
A: 

Is there really nothing I'm looking for ?

Skuta
+4  A: 

The FCKeditor should work with PHP, and it's a solid WYSIWYG editor.

http://www.fckeditor.net/

Jon Tackabury
Be warned the documentation for CKEditor is insanely poor, and the codebase is very hacky- works great in its default setup- but making plugins you'll have a nightmare trying to discover how the api works, and then realizing how many dependent systems are unfinished and basically 'hard coded'.
meandmycode
+5  A: 

TinyMCE is very clean, and configurable, but it's extremely difficult Javascript code to penetrate (Firebug is useless against it) while there are quite a few bugs.

bart
A: 

The YUI Rich Text Editor could also work.

Barry Austin
A: 

It relies on ActiveX which is a nightmare if you're working with clients in a locked down IT infrastructure but we've had great success with XStandard. The markup is the cleanist i've seen around and the ability to copy and paste images from Word has to be a winner.

I've never tried it with PHP but a quick search seems to suggest it's possible.

Very simple to install and online documentation is concise.

It only uses ActiveX for desktop integration. Also, you wouldn't use PHP (or any server-side technology) to create a WYSIWYG editor. You need to use something that runs on the client.
Jordan Ryan Moore
A: 

wyzz is also an lightweight editor, and its code more readable. If you are looking for simplicity.

anov
A: 

I used FCKeditor because it work with php but I still not satisfied with it, sometimes it add a dump useless html code which need you to view source to clean them up there are also lots of settings before it work fine

dards
A: 

WE've Had really good experiance with telerik rad editor... has multiple text modes, really nice ajax support, etc.

http://www.telerik.com/products/aspnet-ajax/editor.aspx

~D

dane