cryptpad/www/ooslide/doc.js

26 lines
710 B
JavaScript
Raw Normal View History

2018-02-28 10:58:35 +00:00
/* globals DocsAPI */
window.config = {
"document": {
"fileType": "pptx",
"key": "Khirz6zTPdfd7",
"title": "test.pptx",
"url": "/onlyoffice/test.pptx"
},
"documentType": "presentation",
"editorConfig": {
"user": {
"id": "c0c3bf82-20d7-4663-bf6d-7fa39c598b1d",
"name": "John Smith"
}
},
"events": {
2018-02-28 10:58:35 +00:00
"onDocumentStateChange": function (/* evt */) { console.log("in change"); },
"onReady": function (/* evt */) { console.log("in onReady"); }
}
};
window.onbeforeunload = null;
2018-02-28 10:58:35 +00:00
window.docEditor = new DocsAPI.DocEditor("placeholder", window.config);