GitXplorerGitXplorer
c

mooeditable

public
1039 stars
113 forks
25 issues

Commits

List of commits on branch master.
Unverified
eb5defe51c50609e60964d3c1441e0d2a1c39954

s/current/currently

ccheeaun committed 11 years ago
Unverified
5f18d8f738e9209f569d2663b1b17f94d6870660

Update README on hiatus status

ccheeaun committed 11 years ago
Unverified
2c81c76335cbf28569a7527cc8a0b60abaca6fcd

Make docs work with v3 GitHub API

ccheeaun committed 11 years ago
Unverified
a35d306182c0c4283b04ef1379ef30a09657339c

Merge pull request #60 from Yuffster/patch-1

ccheeaun committed 13 years ago
Unverified
aacb695104227d4c5c3ee6df34bf2effe8436192

Deleted return statement within conditional which prevented the post-initialization render event from firing unless the editor element was inside of a parent form.

YYuffster committed 13 years ago
Unverified
facc10b63006b020c9eff31b3f4c3ff60c01bb57

Merge pull request #54 from danielecorti81/master

ccheeaun committed 13 years ago

README

The README file for this repository.

Note: This project is currently on hiatus. Watch out for the forks instead.

MooEditable

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

Screenshot

Features

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