Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Some changes for Forge. WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Dec 12, 2009
1 parent 7b6ced8 commit ecce9e6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
38 changes: 15 additions & 23 deletions README.md
@@ -1,10 +1,23 @@
MooEditable
===========

About
-----
A simple web-based WYSIWYG editor, written in [MooTools](http://mootools.net/).

![Screenshot](http://cheeaun.github.com/mooeditable/mooeditable-screenshot.png)

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

Features
--------

Expand All @@ -14,24 +27,3 @@ Features
* 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.4 Core](http://mootools.net/download), with minimum requirements of:

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

Examples
--------

The basic code:

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

7 changes: 7 additions & 0 deletions package.yml
@@ -0,0 +1,7 @@
name: MooEditable
author: cheeaun
category: Interface
tags: [wysiwyg, editor, rte]
#docs:
demo: http://cheeaun.github.com/mooeditable/
current: 0.4

0 comments on commit ecce9e6

Please sign in to comment.