フォームに記入する
×
<!DOCTYPE html>
<html style="height: 100%;">
<head>
<title>フォームに記入する</title>
</head>
<body style="height: 100%; margin: 0;">
<div id="placeholder" style="height: 100%"></div>
<script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script>
<script type="text/javascript">
window.docEditor = new DocsAPI.DocEditor("placeholder",
{
"document": {
"fileType": "oform",
"key": "9B5D4A67A9A9",
"title": "Example Form Title.oform",
"url": "https://example.com/url-to-example-document.oform",
"permissions": {
"edit": false,
"fillForms": true
}
},
"documentType": "word",
"editorConfig": {
"callbackUrl": "https://example.com/url-to-callback.ashx",
"mode": "edit"
},
"height": "100%",
"width": "100%"
});
</script>
</body>
</html>
閉じる