css.dzone.com
Submitted by: Schalk Neethling

Simplistic Texteditor For Your Next Ruby On Rails Webapplication

In the meanwhile we have to decide how the user can input some more than only text. If you would allow pure html then you would introduce a big security hole! For example someone could then insert any javascript function he likes with e.g. the tag. So we need a rich text editor. But which one? There are a lot of editors out to allow the user to mark up the text.

direct link