SharePoint 内容查询 Web 部件问题
我正在使用 CQW 显示公告列表。我面临的唯一问题是提供“添加新公告”按钮,就像公告列表中的按钮一样。这是我的 CQW ,
我尝试从 SharePoint 设计器添加自定义“添加新公告”链接。但这个解决方案看起来很难看。我们能否提供默认的“添加新公告”链接所提供的确切按钮和界面?请不要将其放在 Web 部件页面上。
这是我的 SPD 如果有人想看的话
I'm using CQW to display announcement list. Only problem I'm facing to provide "Add new announcement" button like the one having in Announcement list.Here is my CQW ,
I've tried adding custom "Add new Announcement" link from SharePoint designer. But this solution looks ugly. Can we provide exact button and the interface which default "Add new announcement" link provides ? Please not it's on web part page.
Here is my SPD if someone want to see,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑 XSLT 可以成为您的解决方案。
如果重复是阻止您修改 XSLT 的唯一因素,我们必须解决这个问题。
您可以通过检查当前位置来停止重复。仅当位置为 1 时才添加链接。
定义当前位置并使用它:
Editing the XSLT can be your solution.
If the repeating is the only thing that stops you from modifying the XSLT, we have to solve that.
You can stop the repeating by using a check on the current position. Only add the link when the position is 1.
Define the current position and use it: