当鼠标悬停在 moss (sharepoint) 日历 Web 部件中时查看事件的详细信息
在 Moss Calendar Web 部件中,当我将鼠标悬停在特定事件上而无需实际输入该事件时,有什么方法可以看到该事件的一些详细信息吗?
提前致谢!
格雷格
In Moss Calendar webpart, is there any way that I can see some of the details of an event when I hover over a specific event with my mouse without actually entering that event?
Thanks in advance!
Greg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案主要是理论,因为我之前没有尝试过。
由于日历 Web 部件实际上只不过是一个 SharePoint 列表,我建议您使用 JQuery 来确定您在日历 Web 部件上悬停的列表项,然后触发 ajax 调用 SharePoint 列表 Web 服务,通过 JQuery 检索有关该列表项的其他信息并将其显示在弹出窗口中,或者JQuery UI 对话框。
This answer is mainly theory as I have not tried it before.
Since a calendar webpart is really nothing more than a SharePoint List I would suggest you use JQuery to determine the list item that you are hovering over on your calendar webpart, then fire an ajax call the the SharePoint List Web Service via JQuery to retrieve additional information about that list item and display it in a popup window or JQuery UI Dialog box.