08-04-2006, 12:53 PM
Custom Buttons :: Mozilla Add-ons :: Add Features to Mozilla Software
"Gives a possibility to create custom toolbarbuttons.
To add new button you should:
* Go into menu View -> Add new Button....
* Fill in the fields Name and Code.
(You can leave the field Image empty. Then the button will have a standart image).
* The Initialization code executes once a time when the browser startups. You can leave it empty too.
* Go into menu View -> Toolbars -> Customize... , find new button and drag it to any toolbar.
The extension adds to Firefox a "custombutton" protocol, that allows to install buttons from web-pages. Some button examples can be found at http://xsms.nm.ru/custombuttons/en/
You can find a lot of buttons and example code in the
custom buttons forum
Discussion (in English):
http://forums.mozillazine.org/viewtopic.php?t=428688"
https://addons.mozilla.org/firefox/2707/
here is an example button to pass the current url to qm function ff2qm.
http://www.microbender.com/scripts/custom_buttons.php
"Gives a possibility to create custom toolbarbuttons.
To add new button you should:
* Go into menu View -> Add new Button....
* Fill in the fields Name and Code.
(You can leave the field Image empty. Then the button will have a standart image).
* The Initialization code executes once a time when the browser startups. You can leave it empty too.
* Go into menu View -> Toolbars -> Customize... , find new button and drag it to any toolbar.
The extension adds to Firefox a "custombutton" protocol, that allows to install buttons from web-pages. Some button examples can be found at http://xsms.nm.ru/custombuttons/en/
You can find a lot of buttons and example code in the
custom buttons forum
Discussion (in English):
http://forums.mozillazine.org/viewtopic.php?t=428688"
https://addons.mozilla.org/firefox/2707/
here is an example button to pass the current url to qm function ff2qm.
http://www.microbender.com/scripts/custom_buttons.php