Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
| Line 9: | Line 9: | ||
== Traditional Add-on Development Method == | == Traditional Add-on Development Method == | ||
Here's how to add your add-on to the Add-on bar using the traditional development model. The Add-on bar is a XUL <toolbar> element, so if you've ever made a toolbar or added a toolbar button to Firefox, this will look familiar. | Here's how to add your add-on to the Add-on bar using the traditional development model. The Add-on bar is a XUL <toolbar> element, so if you've ever made a toolbar or added a toolbar button to Firefox, this will look familiar. An example add-on using this approach is available [http://people.mozilla.com/~dietrich/addonbar-example.xpi here], if you'd like to see it all put together. | ||
Your overlay XUL looks something like this now: | Your overlay XUL looks something like this now: | ||