表单和列表 DotNetNuke 模块中的超链接列
DotNetNuke 的表单和列表模块使得将超链接包含为列之一变得相当容易。
不幸的是,为每个内容设置不同的标题并不容易。
例如,很容易得到这个:
Name Company
----- ---------
Sue http://www.apple.com
Fred http://www.google.com
Joe http://www.facebook.com
然而,我真正想要的是这个(在“公司”栏中有超链接):
Name Company
----- ---------
Sue Apple
Fred Google
Joe Facebook
我怎样才能实现这一点?
The Form and List module for DotNetNuke makes it fairly easy to include a hyperlink as one of the columns.
Unfortunately, it's not so easy to have a different caption for each.
For example, it's simple to get this:
Name Company
----- ---------
Sue http://www.apple.com
Fred http://www.google.com
Joe http://www.facebook.com
What I really want, however, is this (with hyperlinks in the Company column):
Name Company
----- ---------
Sue Apple
Fred Google
Joe Facebook
How can I make this happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用生成 xsl,然后修改 xsl 以提供您想要的布局,
请参阅解释和示例 xsl F&L XSL
You can use the generate xsl and then modify the xsl to give the layout you want
see explanation and sample xsl F&L XSL