login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Xul: Creating toolbar buttons
Mozillazine has a great article on creating toolbar butt ...
MailToolbarPalette: the toolbar in Thunderbird's main window
MsgComposeToolbarPalette: the toolbar for a Thunderbird ...
AddressBookToolbarPalette: the toolbar for

The Deep End: Xul: Creating toolbar buttons
http://thunderbirddocs.blogspot.com/2005/07/xul-creating-toolbar-buttons.html

Categories

/Channels/techie/thunderbird

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Xul: Creating toolbar buttons

Mozillazine has a great article on creating toolbar buttons. One thing they sort of go into is toolbar palettes -- here are the toolbar palettes I've run across:

MailToolbarPalette: the toolbar in Thunderbird's main window

MsgComposeToolbarPalette: the toolbar for a Thunderbird compose window

AddressBookToolbarPalette: the toolbar for the address book toolbar palette, but if you're trying to write an overlay for the address book, you'll need to modify your contents.rdf file to add an overlay for the address book .xul file.

HTML

<h3 class="post-title"> Xul: Creating toolbar buttons </h3> <div class="post-body"> <div> <div style="clear: both;"></div>Mozillazine has <a href="http://kb.mozillazine.org/Creating_toolbar_buttons">a great article on creating toolbar buttons</a>. One thing they sort of go into is toolbar palettes -- here are the toolbar palettes I've run across:<br><br><code>MailToolbarPalette</code>: the toolbar in Thunderbird's main window<br><br><code>MsgComposeToolbarPalette</code>: the toolbar for a Thunderbird compose window<br><br><code>AddressBookToolbarPalette</code>: the toolbar for the address book toolbar palette, but if you're trying to write an overlay for the address book, you'll need to modify your <code>contents.rdf</code> file to add an overlay for the address book .xul file.</div></div>