so I have this code:
<toolbox id="navigator-toolbox">
<toolbar id="abar" accesskey="T"
class="chromeclass-toolbar" context="toolbar-context-menu"
hidden="false" persist="hidden">
<toolbarbutton id="ahah-b"
label="hahaa" class="toolbarbutton-1 chromeclass-toolbar-additional custombutton" />
<textbox id="search" />
<toolbarbutton id="search-b" label="Search" oncommand="search()" />
</toolbar>
</toolbox>
but with this code everything gets aligned left in the toolbar. Is it possible to have the “ahah-b” toolbarbutton aligned left and yet the “search” textbox and “search-b” button aligned right?
Add
align='end'to thetoolbarshould work. see https://developer.mozilla.org/en/XUL/Attribute/align