SharePoint - 在 Web 部件上动态设置属性。可以使用内联 C# 代码块吗?或者 JavaScript?
我想将 Content by Query 的 FilterValue1 属性动态设置为查询字符串 ID 值。
我尝试使用内联嵌入 FilterValue1="<%= Reponse.Write .. 但没有运气
无需编写自己的 web 部件,有什么方法可以在 aspx 页面上使用小的 C# 代码块更改属性值?
用javascript怎么样?
谢谢!
I want to dynamically set the FilterValue1 property of a Content by Query to the querystring IDs value.
I tried to do it with an inline embed FilterValue1="<%= Reponse.Write .. but no luck
Without having to code my own webpart, any way to change the property value with a small C# code block on the aspx page?
How about with javascript?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一些代码,但它非常简单且快速。
请查看著名 SharePoint 专家 Andrew Connel 的精彩帖子:
http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part -Adding-Dynamic-Filtering.aspx
正如您在安德鲁最后的屏幕截图中看到的,这正是您所需要的:
You need some code, but it is very simple and fast.
Please, take a look at great post from well-known SharePoint expert Andrew Connel:
http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx
As you see on last Andrew's screenshot, it is exactly what you need: