This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 08 02:10:34 -0800 2009 | |
| |
Assets/ | Sat Nov 14 19:46:23 -0800 2009 | |
| |
CHANGELOG | Sat Mar 28 22:46:43 -0700 2009 | |
| |
Demos/ | Sat Nov 14 19:46:23 -0800 2009 | |
| |
Docs/ | Sun Dec 13 03:04:43 -0800 2009 | |
| |
README.md | Sun Dec 13 05:32:49 -0800 2009 | |
| |
Source/ | Sun Dec 13 05:47:53 -0800 2009 | |
| |
TODO.md | Sat Mar 28 22:46:43 -0700 2009 | |
| |
build.rb | Tue Oct 20 07:56:16 -0700 2009 | |
| |
build.yml | Tue Oct 20 07:56:16 -0700 2009 | |
| |
package.yml | Sun Dec 13 05:34:00 -0800 2009 |
README.md
MooEditable
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
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');








