【发布时间】:2012-05-28 16:01:17
【问题描述】:
我在添加 mailto: 到网格面板工具栏的链接时遇到问题。
我已经尝试修改对象的 HTML 配置并通过处理程序,但都没有打开新的电子邮件。
{
text : 'Support',
html: '<a href="mailto:email@xx.com" target="_blank">Support</a>'
}
{
text : 'Support',
handler: function() {
return '<a href="mailto:email@xx.com">Support</a>';
}
【问题讨论】: