redactor简单好用的html5富文本编辑器

redactor简单好用的html5富文本编辑器

redactor简单好用的html5富文本编辑器。

神奇的WYSIWYG编辑器提供了平滑和干净的设计,可扩展性,无限的灵活性,超高效的API和惊人的用户体验。

使用方式:

第一步引入bfwone

第二步use插件及css和主题css

第三步配置参数

示例如下

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17|redactor/langs/zh_cn&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["redactor/redactor", "redactor/redactor"], function() {
                $('#redactor_content').redactor({
                    lang: 'zh_cn'
                });
            });
        });
    </script>
    <style>
    </style>
</head>
<body>
    <textarea id="redactor_content" name="content" style="height: 360px;"><p>
        Hello and Welcome
    </p>
    </textarea>
</body>
</html>

官网:https://imperavi.com/redactor/
立即下载redactor.js查看所有js插件

网友评论0

程序员在线工具箱