开源的HTML在线编辑器 KindEditor

http://code.google.com/p/kindeditor/

 

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 30KB after gziped.
  • Cross browser: IE, Firefox, Chrome, Safari and Opera.
  • Customizable: Theme and plugin based, use "span" tag to format text.

Demo

Download

Quick usage

<script charset="utf-8" src="./kindeditor.js"></script>
<script>
    KE.show({
        id : 'editor_id',
        width : '700px',
        height : '400px'
    });
</script>
<textarea id="editor_id" name="content" cols="100" rows="8"></textarea>

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

Test environment

  • Internet Explorer 6.0
  • Internet Explorer 7.0
  • Internet Explorer 8.0
  • Mozilla Firefox latest version
  • Chrome latest version
  • Safari latest version
  • Opera latest version

你可能感兴趣的:(html,PHP,chrome,asp.net,Safari)