Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheeaun/mooeditable
[DISCONTINUED] A simple web-based WYSIWYG editor, written in MooTools.
https://github.com/cheeaun/mooeditable
Last synced: about 1 month ago
JSON representation
[DISCONTINUED] A simple web-based WYSIWYG editor, written in MooTools.
- Host: GitHub
- URL: https://github.com/cheeaun/mooeditable
- Owner: cheeaun
- License: mit
- Archived: true
- Created: 2009-02-03T14:25:39.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T15:56:34.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:53:48.077Z (4 months ago)
- Language: JavaScript
- Homepage: http://cheeaun.github.io/mooeditable/
- Size: 1.79 MB
- Stars: 1,038
- Watchers: 61
- Forks: 118
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note**: This project is currently **on hiatus**. [Watch out for the forks](https://github.com/cheeaun/mooeditable/network) instead.
MooEditable
===========A simple web-based WYSIWYG editor, written in [MooTools](http://mootools.net/).
![Screenshot](http://cheeaun.github.com/mooeditable/mooeditable-screenshot.png)
Features
--------* Clean interface
* Customizable buttons
* Tango icons
* Lightweight
* Works in [A-graded desktop web browsers](http://developer.yahoo.com/yui/articles/gbs/)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');