vote up 0 vote down star
2

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.

flag

6 Answers

vote up 3 vote down check

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.

link|flag
vote up 3 vote down

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

http://www.fckeditor.net/

link|flag
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 Oct 22 at 15:25
vote up 0 vote down

I've had good experience with FreeTextBox

link|flag
Forgot to mention it was for php and mysql :( – Skuta Oct 10 '08 at 13:22
vote up 0 vote down

Is there really nothing I'm looking for ?

link|flag
vote up 0 vote down

The YUI Rich Text Editor could also work.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.