hardway / mooeditable

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

Home Page:http://cheeaun.github.io/mooeditable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');

About

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

http://cheeaun.github.io/mooeditable/

License:MIT License