开发者

Mozilla XUL > Add-ons-Manager layout / skin?

开发者 https://www.devze.com 2023-04-02 07:14 出处:网络
I\'m looking for a documentation about Mozilla\'s Add-ons-Manager layout or XUL-templates - does anybody know the name开发者_开发问答 of this tabbed-layout on the left-row ?

I'm looking for a documentation about Mozilla's Add-ons-Manager layout or XUL-templates - does anybody know the name开发者_开发问答 of this tabbed-layout on the left-row ?

Mozilla XUL > Add-ons-Manager layout / skin?


It is a <richlistbox> element with custom styling. Element ID is categories and some styles from http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/mozapps/extensions/extensions.css apply to it - look at the styles specified below /*** category selector ***/ comment. Note that I linked to the Windows theme, the styles are different on other platforms.

You can use DOM Inspector to look at the structure of that page yourself.

0

精彩评论

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