All Projects → cheeaun → Mooeditable

cheeaun / Mooeditable

Licence: mit
[DISCONTINUED] A simple web-based WYSIWYG editor, written in MooTools.

Programming Languages

javascript
184084 projects - #8 most used programming language

Note: This project is currently on hiatus. Watch out for the forks instead.

MooEditable

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

Screenshot

Features

How to Use

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');
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].