Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 700 Bytes

File metadata and controls

30 lines (21 loc) · 700 Bytes

MooEditable

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

Screenshot

Features

  • Clean interface
  • Customizable buttons
  • Tango icons
  • Lightweight
  • Works in A-graded desktop web browsers
  • Resizeable (XY, X or Y direction)
  • Statusbar with HTML-Path and word-/character counter

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