是否可以在打开 MS Excel 等文件的页面中添加 Web 部件?

发布于 2024-10-15 18:14:16 字数 161 浏览 1 评论 0原文

我想让一个 Web 部件在文件打开时工作。我看到文本文件在空白页面中打开,但 Excel 文件在 SharePoint 页面中打开,我无法在其中编辑/查看 Web 部件区域。

因此,我想知道是否可以在该视图中添加 Web 部件,以便我可以在打开文件时执行一些操作。

提前致谢!

I want to have a webpart working when a file is open. I saw that text files are open in a blank page, but Excel files are open within a SharePoint page, in which I cannot edit/see a web part zone.

So, I was wondering if it's possible to add a webpart in that view, so I can execute some actions when a file is open.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无风消散 2024-10-22 18:14:17

打开的页面是布局目录中的 XLViewer.aspx。编辑开箱即用的文件是一种不好的做法,因此我会将文件复制到自定义目录中,然后向其中添加 Web 部件区域。然后,我将使用 jquery 更改 Excel 文件链接的 onclick 事件以指向您的自定义页面。

或者,XLViewer.aspx 使用minimal.master 作为其母版页,因此您可以将Web 部件添加到SharePoint Designer 中的minimal.master。然后,我会将 Web 部件编码为休眠状态,除非该页面是 XLViewer.aspx。

The page opened is XLViewer.aspx from the layouts directory. It is bad practice to edit out of the box files so I would copy the file into a custom directory and then add a web part zone to it. I would then use jquery to change the onclick event of the Excel file links to point to your custom page.

Alternatively, XLViewer.aspx uses minimal.master as its master page, so you could add your web part to minimal.master in SharePoint Designer. I would then code the web part to be dormant unless the page is XLViewer.aspx.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文