var ue = UE.getEditor('container', {
initialFrameHeight: 400,
scaleEnabled: true,
autoHeightEnabled: false,
toolbars: [[
'fullscreen',
'source',
'|',
'undo',
'redo',
'|',
'bold',
'italic',
'underline',
'strikethrough',
'|',
'forecolor',
'backcolor',
'|',
'paragraph',
'fontfamily',
'fontsize',
'|',
'justifyleft',
'justifycenter',
'justifyright',
'justifyjustify',
'|',
'insertorderedlist',
'insertunorderedlist',
'|',
'link',
'unlink',
'simpleupload',
'insertimage',
'attachment',
'|',
'removeformat',
'cleardoc',
'preview'
]]
});| 功能 | 配置名称 |
|---|---|
| 全屏 | fullscreen |
| HTML源码 | source |
| 撤销 | undo |
| 重做 | redo |
| 加粗 | bold |
| 斜体 | italic |
| 下划线 | underline |
| 删除线 | strikethrough |
| 字体颜色 | forecolor |
| 背景颜色 | backcolor |
| 段落格式 | paragraph |
| 字体 | fontfamily |
| 字号 | fontsize |
| 左对齐 | justifyleft |
| 居中 | justifycenter |
| 右对齐 | justifyright |
| 两端对齐 | justifyjustify |
| 有序列表 | insertorderedlist |
| 无序列表 | insertunorderedlist |
| 超链接 | link |
| 取消链接 | unlink |
| 单图上传 | simpleupload |
| 多图上传 | insertimage |
| 编辑器附件 | attachment |
| 表格 | inserttable |
| 删除表格 | deletetable |
| 清除格式 | removeformat |
| 清空文档 | cleardoc |
| 预览 | preview |
| 打印 | print |
不建议给普通通知开放:
source:可直接输入HTML。insertvideo、music:可能嵌入外部内容。insertframe:可能嵌入第三方网页。webapp、map、gmap。attachment:因为页面已经单独实现多附件上传。snapscreen:依赖额外的截图组件。print:后台一般不需要。cleardoc:容易误清空内容。