HTMLEditor-KindEditor 在线HTML编辑器

来源:互联网 发布:淘宝店代销是什么意思 编辑:程序博客网 时间:2024/06/06 00:18

官方网站:http://www.kindsoft.net/

也可以到此下载:http://download.csdn.net/detail/yuyang2013/5138148

<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title> </title></head><body><textarea name="content" id="content" style="visibility: hidden; display: none; "></textarea><script language="javascript" type="text/javascript" src="KindEditor/kindeditor-min.js"></script><script language="javascript" type="text/javascript" src="KindEditor/lang/zh_CN.js"></script><script type="text/javascript">KindEditor.ready(function(K) {K.create('#content', {width : '700px',height : '400px',items : ['source', 'fullscreen', 'preview', 'quickformat', 'clearhtml', 'removeformat',,'|',,'undo', 'redo', 'cut', 'copy', 'paste', 'plainpaste', 'wordpaste',,'|',,'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent',  'selectall',,'|',,'formatblock', 'fontname', 'fontsize', 'forecolor', 'bold', 'italic', 'underline', 'strikethrough', 'lineheight',,'|',,'hr', 'emoticons', 'link', 'unlink',,'|',,]});});</script></body></html>