public
Description: A simple web-based WYSIWYG editor, written in MooTools.
Homepage: http://cheeaun.github.com/mooeditable/
Clone URL: git://github.com/cheeaun/mooeditable.git
Click here to lend your support to: mooeditable and make a donation at www.pledgie.com !
name age message
file .gitignore Sun Feb 08 02:10:34 -0800 2009 Added the build script. [cheeaun]
directory Assets/ Sat Nov 14 19:46:23 -0800 2009 Cleanup after fork pulling. [cheeaun]
file CHANGELOG Sat Mar 28 22:46:43 -0700 2009 Ready for 0.4 tag. [cheeaun]
directory Demos/ Sat Nov 14 19:46:23 -0800 2009 Cleanup after fork pulling. [cheeaun]
directory Docs/ Sun Dec 13 03:04:43 -0800 2009 Fixed some links in docs can't work. [cheeaun]
file README.md Sun Dec 13 05:32:49 -0800 2009 Features first. [cheeaun]
directory Source/ Sun Dec 13 05:47:53 -0800 2009 Try remove the / [cheeaun]
file TODO.md Sat Mar 28 22:46:43 -0700 2009 Ready for 0.4 tag. [cheeaun]
file build.rb Tue Oct 20 07:56:16 -0700 2009 MooTools 1.2.4, comments format change, build.r... [cheeaun]
file build.yml Tue Oct 20 07:56:16 -0700 2009 MooTools 1.2.4, comments format change, build.r... [cheeaun]
file package.yml Sun Dec 13 05:34:00 -0800 2009 Category and docs. [cheeaun]
README.md

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