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 ?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a
<richlistbox>element with custom styling. Element ID iscategoriesand 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.