sharepoint 记事板 - 一种推送评论的方式?
目前,在 sharepoint 2010 中,发布到记事板 Web 部件的评论在刷新之前对其他查看者不可见。有谁知道添加此功能的方法吗?这可能吗?有第三方供应商可以吗?我的搜索没有发现任何结果。
谢谢
currently, in sharepoint 2010, comments when posted to a note board web part, are not visible to other viewers until they refresh. does anyone know of a way to add this funcitonality? is this even possible? are there any 3rd party vendors who might? my searches have not turned up anything.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以做到这一点,但它很棘手 - 您需要的是 JavaScript 事件处理程序和包装在带有 ID 的 DIV 中的 Web 部件 - 当某些内容发生变化时,您会重定向到同一页面。注意:这必须由页面本身的设计者完成。
还有另一种方法可以使用 HTTP 处理程序(就像我们对内容编辑器 Web 部件所做的那样)。
希望有帮助,
大卫·M·斯特林
斯特林国际咨询集团
www.sterling-consulting.com
davidmsterling.blogspot.com
You can do it but it is tricky - what you need is a JavaScript event handler and the web part wrapped in a DIV with an ID - when something changes, you do a redirect to the same page. Note: this has to be done with designer on the page itself.
There is another way that you can do it using an HTTP Handler (like we do for the Contnent Editor Web Part).
Hope that helps,
David M. Sterling
Sterling International Consulting Group
www.sterling-consulting.com
davidmsterling.blogspot.com