views:

31

answers:

3

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
Just what I was looking for. I hope I can remove all the unnecessary controls and get syntax highlighting working.
moogoo
+1  A: 

Alternatively, you have those:

=D

CrociDB
A: 

Actually I ended up using CodeMirror, it was perfect. Emacs also may be good for other people.

moogoo