-
Notifications
You must be signed in to change notification settings - Fork 43
支持的属性
kailunyao edited this page Jan 10, 2019
·
2 revisions
Property | Description | Type | Must |
---|---|---|---|
config | 在实例化时传入配置参数 | obj | no |
extendControls | 扩展工具栏(目前仅支持弹出模态框方式) | array | no |
getRef | 获取 ueditor 实例 | func | no |
handlePasteImage | 用于处理复制进来的图片 | func | no |
multipleImagesUpload | 支持多文件上传,默认为 false | bool | no |
onChange | 编辑器内容改变事件 | func | no |
onReady | ueditor 加载完成事件 | func | no |
plugins | 需要使用的插件 | array | no |
progress | 上传进度 | num | no |
ueditorPath | ueditor 文件夹路径(建议使用绝对路径,或上传到 CDN) | string | yes |
uploadAudio | 音频上传回调 | func | no |
uploadImage | 图片上传回调 | func | no |
uploadVideo | 视频上传回调 | func | no |
value | 初始化值 | string | no |
plugins 现支持:
- 图片上传 uploadImage
- 视频上传 uploadVideo
- 音频上传 uploadAudio
- 插入代码 insertCode
- 插入链接 insertLink