表单和列表 DotNetNuke 模块中的超链接列

发布于 2024-12-08 14:26:01 字数 398 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉墨 2024-12-15 14:26:01

您可以使用生成 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文