sdEditor富文本编辑器

自定义工具条

sdEditor支持自定义配置工具条。

$("#content").editor({toolbar:{left:['bold','italic','underline','strikethrough','removeformat','fontcolor','emoji'],right:['html']}});

提示:right部分可以省略,根据自己需要设置。

工具条参数列表
参数 用途
headline 标题
fontfamily 字体
fontsize 字体大小
fontcolor 文字颜色
bgcolor 背景颜色
justifyleft 左对齐
justifycenter 居中对齐
justifyright 右对齐
justifyfull 两端对齐
link 超链接
unlink 取消超链接
subscript 上标
superscript 下标
image 图像
upload 上传
bold 加粗
italic 斜体
underline 下划线
strikethrough 删除线
removeformat 清除格式
InsertOrderedList 数字列表
InsertUnorderedList 项目列表
indent 增加缩进
outdent 减少缩进
emoji 表情
table 表格
line 水平线
pagebreak 分页标签
auto 自动排版
down 保存远程图片
date 插入日期
clear 清空编辑区
html html/代码模式
fullscreen 全屏
preview 预览
about 关于
| 间隔符
br 换行