开发者

How to display several url links in message pane header?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜