WSS 3.0 文档库的 RenderPattern 令人头痛
我正在尝试定义自定义字段的 DisplayPattern 来执行以下操作。这是文档库中使用的简单文本字段,但我希望输入的文本在列表视图中显示为文档的链接。
为我提供了显示表单,但我想要实际下载/打开文档的链接...
我一生都无法想象这个出来...
感谢您的帮助!
I'm trying to define the DisplayPattern of a custom field to do as follow. It's a simple text field used in document libraries, but i want the text entered to be displayed as a link to the document in the list view.
<URL Cmd="Display">
gives me the display form, but I want the link to actually download/open the document...
I can't for the life of me figure this one out...
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案在于与
一起使用的
...The answer lied in
<LookupColumn Name="FileLeafRef" />
used along with<ListUrlDir />
...