fuegas / mooeditable

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MooEditable

A simple web-based (HTML5) 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.com/mooeditable/

License:MIT License


Languages

Language:JavaScript 100.0%