Skip to content

Standards-compliant XHTML WYSIWYM editor

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-license.txt
MIT
MIT-license.txt
Notifications You must be signed in to change notification settings

castles/wymeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WYMeditor

WYMeditor is an open source web-based WYSIWYM editor with semantics and standards in mind. The WYM-part stands for "What You Mean" compared to the more common "What You See Is What You Get".

Compatability

WYMeditor is compatible with:

  • IE 6+
  • Firefox 2+
  • Opera 9.5+
  • Safari 3.0+
  • Google Chrome

Quick Start

Include the scripts:

<script type="text/javascript" src="/jquery/jquery.js"></script>
<script type="text/javascript" src="/wymeditor/jquery.wymeditor.min.js"></script>

WYMeditor only works with jQuery 1.1.3.x or greater.

Now, get you a textarea prepared:

<textarea class="wymeditor"><p>Hello, World!</p></textarea>
<input type="submit" class="wymupdate" />

Make sure to include the wymupdate class on your submit buttons.

On ready:

<script>
  $(function() {
    $('.wymeditor').wymeditor();
  });
</script>

More examples can be found here or in your local examples directory.

Contibuting

Read more on contributing.

Copyright

Copyright (c) 2005 - 2011 Jean-Francois Hovinne, Dual licensed under the MIT (MIT-license.txt) and GPL (GPL-license.txt) licenses.

About

Standards-compliant XHTML WYSIWYM editor

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-license.txt
MIT
MIT-license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • Perl 6.4%
  • PHP 2.5%
  • Shell 0.8%