Skip to content

jluna79/mooeditable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MooEditable

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

Screenshot

Features

  • Clean interface
  • Customizable buttons
  • Tango icons
  • Lightweight
  • Fully degradable when Javascript disabled
  • Works in Internet Explorer 6/7/8, Firefox 2/3, Opera 9/10 and Safari 3/4

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.

Resources

Stars

Watchers

Forks

Packages

No packages published