首页 > 学院 > 开发设计 > 正文

Ueditor富文本编辑器

2019-11-17 02:11:28
字体:
来源:转载
供稿:网友

Ueditor富文本编辑器

使用

1.基础Demo

1)代码

clipboard[16]

<!DOCTYPE HTML>

<html lang="en-US">

<head>

<meta charset="UTF-8">

<title>ueditor demo</title>

</head>

<body>

<!-- 加载编辑器的容器 -->

<script id="container" name="content" type="text/plain">

这里写你的初始化内容

</script>

<!-- 配置文件 -->

<script type="text/javascript" src="ueditor.config.js"></script>

<!-- 编辑器源码文件 -->

<script type="text/Javascript" src="ueditor.all.js"></script>

<!-- 实例化编辑器 -->

<script type="text/javascript">

var ue = UE.getEditor('container');

</script>

</body>

</html>

2)效果

clipboard[17]

2.获取和设置

1)基础Dome

clipboard[18]

说明:1.如果读取设置的代码写在js的load事件里了,就不需要ready了吧。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表