|
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
ExamplesHow 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
Contributors
Donate
Contact Us
|