Firefox 通知框关闭?

发布于 2024-10-20 14:14:49 字数 65 浏览 5 评论 0原文

如何检测我创建的 firefox xul notificationbox 元素何时关闭?

谢谢, 灰

How can I detect when a firefox xul notificationbox element I created is closed?

Thanks,
Ash

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

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

发布评论

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

评论(2

慵挽 2024-10-27 14:14:49

看起来像这就是你想要的notificationsHidden< /code> 属性或其正下方的事件。

Looks like this is what you want: Either the notificationsHidden property or the events that are right below it.

短暂陪伴 2024-10-27 14:14:49

您可以确定的唯一方法是为您的通知创建派生绑定,在这种情况下,您的析构函数将在通知关闭时运行。例如,请参见 http://hg。 mozilla.org/comm-central/annotate/edc24697f35e/suite/common/bindings/notification.xml#l1616

The only way you can be sure is to create a derived binding for your notification in which case your destructor will run when the notification is closed. See for instance http://hg.mozilla.org/comm-central/annotate/edc24697f35e/suite/common/bindings/notification.xml#l1616

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