NeedsTechnicalReview: Just want to verify that "Firefox only" is correct here.
- See Talk:XUL:toolbarpalette. --Callek 22:39, 21 June 2006 (PDT)
Example, not cleaned up
An example from Firefox source:
<toolbaritem id="search-container" title="&searchItem.title;"
chromedir="&locale.dir;"
align="center" class="chromeclass-toolbar-additional"
flex="100">
<searchbar id="searchbar" flex="1" chromedir="&locale.dir;"/>
</toolbaritem>
title attribute description missing
toolbaritems support "title" attribute, that determines the label displayed when an item is in the palette. It should be documented here. (Or better toolbaritem would support "label" just like toolbarbutton.) --Nickolay 05:23, 24 September 2007 (PDT)