kindeditor在线HTML编辑器

KindEditor是一款功能丰富的JavaScript HTML在线编辑器,提供详尽的API文档和使用教程,广泛应用于博客、论坛等场景,支持多种文本格式操作。
摘要由CSDN通过智能技术生成
<!doctype html>
<html>
<head>
    <meta charset="utf-8" />
    <title>kindeditor在线HTML编辑器</title>
</head>

<body>

<div id="body">
    <div class="myblock">
        <textarea id="ke_demo" name="content" rows="20" cols="100" style="width:95%;height:200px;visibility:hidden;">
<p>Think Defferent</p>
<p>Here’s to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They’re not fond of rules. And they have no respect for the status quo. You can quote them, disagree with them, glorify or vilify them. About the only thing you can’t do is ignore them. Because they change things. They push the human race forward. And while some may see them as the crazy ones, we see genius. Because the people who are crazy enough to think they can change the world, are the ones who do. </p>
<p>- Apple Inc.</p>
        </textarea>
    </div>
    <br />
    <br />
    <div>参考地址:http://kindeditor.net/doc.php</div>
</div>

<script src="kindeditor-4.1.10/kindeditor-all-min.js"></script>
<script>
    var option = {
            width: "450px",
            minWidth : 400,
            minHeight : 170,
            resizeType : 0,
            allowPreviewEmoticons : false,
            allowImageUpload : true,
            syncType:"",
            // items : ['bold', 'image', 'link']
        };

KindEditor.ready(function(K) {
    K.create('#ke_demo', option);
});
</script>

</body>


使用参考地址:http://kindeditor.net/doc.php

参考文章地址:http://www.cnblogs.com/oec2003/archive/2010/09/05/1818375.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值