UNPKG
ct-ckeditor
Version:
latest (4.18.2)
4.18.2
4.18.1
4.18.0
4.17.1
4.17.0
4.16.2
4.16.1
ct-ckeditor
ckeditor.com
cd-fez/ct-ckeditor
ct-ckeditor
/
plugins
/
pasteimage
/
README.md
19 lines
(14 loc)
•
299 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# pasteimage
## 引入
复制插件目录到
`ckeditor/plugins`
## 配置
``
`js CKEDITOR.extraPlugins='pasteimage'; `
``
## 使用
``
`js CKEDITOR.replace('elementId', { imagePasteUploadUrl: 'http://xxx.com/image/upload', //upload url fileSingleSizeLimit: 2 //image file size (MB) }); `
``