My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

What is it?

KindEditor is a lightweight, Open Source(LGPL), cross browser, web based WYSIWYG HTML editor written by JavaScript, easy to integrate with all of server side language such as Java, .NET, PHP, ASP, Python, Perl and Ruby.

Features

  • Lightweight: Only 27KB after gziped.
  • Cross browser: IE6-IE9, Firefox, Chrome, Safari and Opera.
  • Customizable: Change themes and plugins, block defined elements.

Examples

How to use?

<script charset="utf-8" src="/editor/kindeditor.js"></script>
<script charset="utf-8" src="/editor/lang/en.js"></script>
<script>
        var editor;
        KindEditor.ready(function(K) {
                editor = K.create('#editor_id', {
                    langType : 'en'
                });
        });
</script>
<textarea id="editor_id" name="content" cols="100" rows="8"></textarea>

For more information, please visit http://kindsoft.net/doc.php (Chinese)

Compatible

  • Internet Explorer 6.0+
  • Mozilla Firefox 3+
  • Chrome 3+
  • Safari 4+
  • Opera 10+

Contributors

Donate

  • PayPal: luolonghao@gmail.com

Contact Us

  • Email: luolonghao@gmail.com
Powered by Google Project Hosting