How would I implement a word processor on a website I'm making? The point is I want a user to be able to type in text and it have syntax highlighting in the text box they're typing in. Could someone instruct me in how to do this?
+1
A:
Use TinyMCE http://tinymce.moxiecode.com/ It's pretty easy to use it, look at the examples http://tinymce.moxiecode.com/examples/full.php
Flakron Bytyqi
2010-07-27 08:47:44
Just what I was looking for. I hope I can remove all the unnecessary controls and get syntax highlighting working.
moogoo
2010-07-27 08:51:05
A:
Actually I ended up using CodeMirror, it was perfect. Emacs also may be good for other people.
moogoo
2010-07-31 02:19:22