Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 651 Bytes

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