如何在消息窗格标题中显示多个 url 链接?

发布于 2024-10-20 12:16:38 字数 51 浏览 1 评论 0原文

我发现只有用于显示一个链接的控件。当它显示时,它是空的,尽管光标看起来确实在下面有链接。

I found only control for displaying one link. And when it is displaying it is empty, although the cursor looks like there is indeed the link underneath.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

抱着落日 2024-10-27 12:16:38

事情变得出奇的简单。可以使用具有多个邮件 URL 字段行的“网格”。要使链接不为空,

gMessageListeners.push({      
  onEndHeaders: function ()
  {          
      var elem3 = window.document.getElementById("my_header_value_Label3");
      elem3.headerValue= my_url;
  }

应使用代码。

It turns surprisingly simple. There can be used "grid" with row of several mail-urlfields. To do the link not empty the code

gMessageListeners.push({      
  onEndHeaders: function ()
  {          
      var elem3 = window.document.getElementById("my_header_value_Label3");
      elem3.headerValue= my_url;
  }

should be used.

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