我可以在 Thunderbird 扩展中挂钩 Reply 事件吗
有没有办法在 Thunderbird 扩展中添加一个事件处理程序,当用户单击“回复”时触发该事件处理程序?
Is there a way add an event handler in a Thunderbird extension that fires when the user clicks "Reply"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 compose_overlay.js 中:
礼貌:gaurang1988
http://forums.mozillazine.org/viewtopic.php?p=9182225&sid=c81555cc47c06bafde88cadbbd7f7808#p9182225
In compose_overlay.js:
Courtesy: gaurang1988
http://forums.mozillazine.org/viewtopic.php?p=9182225&sid=c81555cc47c06bafde88cadbbd7f7808#p9182225
根据您的目标,您可以覆盖回复按钮并在用户单击回复按钮时获取单击事件。
Depending on your goals you could overlay the reply button and get a click event when the user clicked the reply button(s).