2 Star 1 Fork 0

爱文档/example

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2017-09-15 14:28 +08:00 . 修复页面布局
<!DOCTYPE html>
<html>
<head>
<title>IDOC Office PHP Demo</title>
<style>
body{
margin: 0;
padding: 0;
}
iframe{
position: absolute;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div id="editor"></div>
<script src="<?php echo $conf['sdkjs']; ?>"></script>
<script type="text/javascript">
    var doc = new IDOCOffice({
        accessCode: "<?php echo $result['accessCode']?>",
file: {
id: 'idocexamplefile',
name: '演示文档',
url: 'http://portal.idocoffice.com/uploads/3/b5aee38c-b18e-4812-b06e-75b9d8a35653.doc'
},
user: {
id: 'idocExampleUser',
name: 'IDOC Office 游客'
}
    })
    doc.edit(document.getElementById('editor'));
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idoc/example.git
git@gitee.com:idoc/example.git
idoc
example
example
master

搜索帮助