Skip to content

A fork of MooEditable, with the goal of creating an advanced web-based WYSIWYG editor, written in MooTools.

Notifications You must be signed in to change notification settings

ryanmitchell/mooeditr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MooEditr

An advanced web-based WYSIWYG editor, written in MooTools. Forked from MooEditable.

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').mooEditr();

And this is the classic one:

#JS
new MooEditr('textarea-1');

About

A fork of MooEditable, with the goal of creating an advanced web-based WYSIWYG editor, written in MooTools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published