MooEditable (http://mooeditable.googlecode.com/)

About

A simple web-based WYSIWYG editor, written in Mootools.

Features

Requirements

Mootools 1.2 Core, with minimum requirements of:

Examples

The basic code:

window.addEvent('load', function(){
	$('textarea-1').mooEditable();
});

Few examples:

Changelog