作者 | 日期 |
---|---|
雨中星辰 | 2018-12-20 |
描述
editorConfig部分允許更改與編輯器界面相關(guān)的參數(shù):打開模式(查看器或編輯器),界面語言鹤树,其他按鈕等泉蝌。
參數(shù)
名稱 | 描述 | 類型 | 例 |
---|---|---|---|
* callbackUrl | 指定文檔存儲服務(wù)的絕對URL (必須由在自己的服務(wù)器上使用ONLYOFFICE文檔服務(wù)器的軟件集成商實現(xiàn))铲咨。 | string | “https://example.com/url-to-callback.ashx” |
user | 定義當(dāng)前正在查看或編輯文檔的用戶: × firstname - 用戶的第一個名字洛姑。從版本4.2開始不推薦使用,請改用名稱婶芭, type:string东臀, example:“John”;* × id - 用戶的標(biāo)識, type:string犀农, example:“78e1e841”; × lastname - 用戶的姓氏啡邑。從版本4.2開始不推薦使用,請改用名稱井赌, type:string谤逼, example:“Smith”;* × name - 用戶的全名。從版本4.2開始使用仇穗, type:string流部, example:“John Smith”。 |
object | |
createUrl | 定義創(chuàng)建后可在其中創(chuàng)建和使用的文檔的絕對URL纹坐。如果未指定枝冀,則不會有創(chuàng)建按鈕。 | string | “https://example.com/url-to-create-document/” |
lang | 定義編輯器界面語言(如果存在除英語之外的其他語言)耘子。使用兩個字母(de果漾,ru,it等)或四個字母(en-US谷誓,fr-FR等)語言代碼設(shè)置绒障。默認值為“en-US”。 | 串 | “EN-US” |
---|---|---|---|
mode | 定義編輯器打開模式捍歪』瑁可以是查看打開文檔以供查看,也可以編輯以在編輯模式下打開文檔糙臼,允許對文檔數(shù)據(jù)應(yīng)用更改庐镐。默認值為“編輯”。 | string | “編輯” |
recent | 在Open Recent ...菜單選項中定義文檔的存在或不存在变逃,其中可以設(shè)置以下文檔參數(shù): × folder - 存儲文檔的文件夾(如果文檔存儲在根文件夾中必逆,則可以為空), type:string, example:“Example Files”; × title - 將在Open Recent ...菜單選項中顯示的文檔標(biāo)題名眉, type:string粟矿, example:“exampledocument1.docx”; × url - 存儲文檔的絕對URL, type:string璧针, example:“https://example.com/exampledocument1.docx”。 |
array of object |
- - 必填字段
例
var docEditor = new DocsAPI.DocEditor("placeholder", {
"editorConfig": {
"callbackUrl": "https://example.com/url-to-callback.ashx",
"createUrl": "https://example.com/url-to-create-document/",
"lang": "en-US",
"mode": "edit",
"recent": [
{
"folder": "Example Files",
"title": "exampledocument1.docx",
"url": "https://example.com/exampledocument1.docx"
},
{
"folder": "Example Files",
"title": "exampledocument2.docx",
"url": "https://example.com/exampledocument2.docx"
},
...
],
"user": {
"id": "78e1e841",
"name": "John Smith"
}
},
...
});
其中example.com是安裝文檔管理器和文檔存儲服務(wù)的服務(wù)器的名稱渊啰。請參閱“ 工作原理”部分以了解有關(guān)文件服務(wù)器服務(wù)客戶端 - 服務(wù)器交互的更多信息探橱。
onlyoffice中文指南 目錄
【onlyoffice中文指南】0-基本概念
【onlyoffice中文指南】1-onlyoffice的工作原理
【onlyoffice中文指南】2-打開文件
【onlyoffice中文指南】3-保存文件
【onlyoffice中文指南】4-協(xié)同編輯
【onlyoffice中文指南】5-轉(zhuǎn)換和下載文件
【onlyoffice中文指南】6-文檔歷史
【onlyoffice中文指南】7-安全
【onlyoffice中文指南】8-高級參數(shù)
【onlyoffice中文指南】9-回調(diào)處理程序
【onlyoffice中文指南】10-Document配置
【onlyoffice中文指南】11-編輯器(Editor)參數(shù)配置
【onlyoffice中文指南】12-問題及排除
本文翻譯自官方文檔