Skip to content

joshuajonah/mooeditable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MooEditable

About

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

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

Requirements

Mootools 1.2.3 Core, with minimum requirements of:

  • Class.Extras
  • Element.Event
  • Element.Style
  • Element.Dimensions
  • Selectors

Examples

The basic code:

window.addEvent('domready', function(){
	$('textarea-1').mooEditable();
});

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published