MooEditor 1.0

MooEditor is a simple WYSIWYG editor for Mootools.



Details

Author
Fabio Polisini
Current version
1.0
GitHub
gasmor/MooEditor
Downloads
3022
Category
Forms
Tags
Report
GitHub Issues

Releases


Dependencies

  • core/1.2.5: *

How to use

MooEditor can be initialized at any time but is generally initialized at the top of the document during the page's normal load.

    window.addEvent('domready', function(){
            var myEdit = new MooEditor('oContent');
    });

   #HMTL

  <div id="editor_gest">
  <div id="for_toolbar"></div>
  <br />
  <div id="toolbar2"></div>
  <br />
  <div id="oContent">Questo testo è editabile!</div>
  </div>

For specific usage and options, please read the documentation or visit http://www.jaaxo.it/blog/mooeditor.html


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus