开发者

How to display several url links in message pane header?

开发者 https://www.devze.com 2023-02-14 18:30 出处:网络
I found only control for displaying one 开发者_如何学Pythonlink. And when it is displaying it is empty, although the cursor looks like there is indeed the link underneath.It turns surprisingly simple.

I found only control for displaying one 开发者_如何学Pythonlink. And when it is displaying it is empty, although the cursor looks like there is indeed the link underneath.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号