文件名称:ckeditor-plugin-googledoc
文件大小:46KB
文件格式:ZIP
更新时间:2024-08-06 11:01:31
JavaScript
ckeditor-plugin-googledoc 插件连接。 将文件复制到 ckeditor / plugins / googledocs / 添加到 config.js // 连接插件 // 向 CKEditor 添加插件 config.extraPlugins = '..., googledocs, ...'; // 该地址用于处理文件上传到服务器 // 上传脚本的 URL config.filebrowserGoogledocsUploadUrl = ' '; // 在这个地址你可以得到服务器上的文档列表 // 获取上传文档列表的 URL config.filebrowserGoogledocsBrowseUrl = ' '; 你可以得到一个 documentUpload.php 和 documentsList.php 示例 。 实现了将文档分部分上传到服务器
【文件预览】:
ckeditor-plugin-googledoc-master
----lang()
--------en.js(441B)
--------ru.js(672B)
--------vi.js(790B)
----icons()
--------googledocs_big.png(37KB)
--------googledocs.png(895B)
----documentUpload.php(5KB)
----.gitignore(11B)
----dialogs()
--------googledocs.js(5KB)
--------googledocs.css(65B)
----plugin.js(796B)
----README.md(2KB)
----documentsList.php(364B)