Moo-RTE

With the release of Firefox 3, all major browsers supported inline content editing. I wanted to take advantage of this, instead of using beefy alternatives with thousands and thousands of lines of code being loaded and interpreted, and using clunky iframes. Instead, using contentEditable, and just the code necessary to allow buttons to show and be interacted with, I made a light-weight Rich Text Editor.

Related Articles