Note: This project is currently on hiatus. Watch out for the forks instead.
A simple web-based WYSIWYG editor, written in MooTools.
- Clean interface
- Customizable buttons
- Tango icons
- Lightweight
- Works in A-graded desktop web browsers
There are two ways. Note that textarea-1
is the id
of a textarea
element. This is the simple one:
#JS
$('textarea-1').mooEditable();
And this is the Classic one:
#JS
new MooEditable('textarea-1');