+ -
当前位置:首页 → 问答吧 → php中使用kindeditor,大家来登山!!!

php中使用kindeditor,大家来登山!!!

时间:2011-09-14

来源:互联网

最近刚刚了解了一个新的东西,那就是KindEditor
想试用一下 ,不知道有没有高手能给个php中使用kindeditor的源码作为例子?

我想能够实现上传文件和从word粘贴之后,word中的图片也自动添加的功能

作者: ToB蓝波湾   发布时间: 2011-09-14

<html>
    <head>
        <script charset="utf-8" src="../kindeditor.js"></script>
        <script>
            KE.show({
                id : 'content1'
            });
        </script>
    </head>
        <textarea id="content1" name="content1" style="width: 600px"></textarea>
</html>

作者: 柏新星   发布时间: 2011-09-15

热门下载

更多