Firefox Addon SDK onMouseover Event for a Button

前端 未结 2 2020
自闭症患者
自闭症患者 2020-12-07 06:21

With the coming of multi-process Firefox, I have decided to revamp my addon. It is a toolbar addon that was built on XUL. Now I want to build it using the Addon SDK.

2条回答
  •  失恋的感觉
    2020-12-07 06:44

    First of all, error message you're getting already tells you how to make it work.

    But it's not necessarily what you need anyway, usually sdk/view/core provides access to the underlying XUL elements through one of its 3 methods.

提交回复
热议问题