官网介绍:https://froala.com/wysiwyg-editor/docs/options/#toolbarButtons
配置方法:
config: {
toolbarButtons: ['fullscreen', 'bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', '|', 'fontFamily', 'fontSize', 'color', 'inlineClass', 'inlineStyle',
'paragraphStyle', 'lineHeight', '|', 'paragraphFormat', 'align', 'outdent', 'indent', 'quote', '-', 'br', 'insertLink', 'insertImage', 'insertVideo', 'insertFile', 'insertTable',
'|', 'emoticons', 'specialCharacters', 'insertHR', 'selectAll', 'clearFormatting', '|', 'print', 'getPDF', 'help', 'html', 'undo', 'redo']
},
配置属性:
字段名 | 属性名 |
---|---|
fullscreen | 全屏 |
bold | 粗体 |
italic | 斜体 |
underline | 下划线 |
strikeThrough | 删除线 |
subscript | 下标 |
superscript | 上标 |
fontFamily | 字体 |
fontSize | 字号 |
color | 颜色 |
inlineClass | inlineClass |
inlineStyle | 内联样式 |
paragraphStyle | 段落样式 |
lineHeight | 线高/行高 |
paragraphFormat | 段落格式 |
align | 对齐方式 |
outdent | 减少缩进量 |
indent | 增加缩进量 |
quote | 引用 |
insertLink | 插入超链接 |
insertImage | 插入图片 |
insertVideo | 插入视频 |
insertFile | 上传文件 |
insertTable | 插入表格 |
emoticons | 表情符号 |
specialCharacters | 特殊字符 |
insertHR | 插入水平线 |
selectAll | 全选 |
clearFormatting | 清除格式 |
打印 | |
getPDF | 下载为pdf |
help | 帮助 |
html | 代码视图 |
undo | 撤销 |
redo | 恢复 |
| | 分割线 |
- | 换行符线 |