Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 598 Bytes

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