我运行以下JavaScript以在编辑模式下打开现有文档:
url = 'https://sp.abc.com/sites/apps/Shared%20Documents/test.docx';
baseUrl = 'https://sp.abc.com/sites/apps/';
editDocumentWithProgID2(
url,
'',
'SharePoint.OpenDocuments',
'0',
baseUrl,
'0'
);
我收到以下错误消息提醒:
"We're sorry, we couldn't find a program to open this document"
使用上下文菜单弹出窗口"编辑"我可以愉快地在编辑模式下打开文件。链接。
我知道为什么会收到此错误消息? (顺便说一句:运行SP 2013,MDS已激活)。
答案 0 :(得分:0)
您的意思是在编辑模式中打开文档本身还是在编辑模式下打开文档属性?
如果您希望在编辑模式下打开属性,那么只需在javascript
中传递查询字符串中文档的Item ID,如下所示: