views:

56

answers:

3

What I'm looking for is something similar to this ASP.net Ajax Control.

However, I need a solution that uses only free technologies (e.g. PHP, Javascript).

+2  A: 

Have you checked CKEditor (ex FCKEditor). This is one of the most powerful editors. But it depends what your end users are. If they're developers then consider something similar that SO uses (WMD Editor). Much easier and faster to use. SO guys actually changed it to some degree but the original was used at first.

Basically you don't need it to tie to any server-side technology as long as it's programmable on the client side.

Robert Koritnik
+1  A: 

Probably the most popular is the FCKeditor - now renamed CKeditor.

Greg
+1 - this is what we use and it works quite well.
inkedmn
+2  A: 

I like TinyMCE

Josh Stodola
WOW has that improved since I last looked at it.
T.J. Crowder
Yes indeed. Its plug-in architecture and documentation are also much improved and way ahead of FCKEditor (haven't yet looked at CKEditor but the docs were no better).
Tim Down