Firefox only
An item that appears on a toolbar
. This element should wrap all customizable items (unless they're instances of toolbarbutton
). If you don't need the thing you're placing in the toolbar to be customized then it doesn't need to be in a toolbaritem element.
The element is used, for example, to hold the location bar's textbox
in Firefox. It is also used to group buttons together so they can be added and removed all at once like Firefox's unified-back-forward-button.
<toolbaritem> <menulist label="Bus"> <menupopup> <menuitem label="Car"/> <menuitem label="Taxi"/> <menuitem label="Bus" selected="true"/> <menuitem label="Train"/> </menupopup> </menulist> </toolbaritem>
<toolbaritem id="sample-toolbutton-unified"> <toolbarbutton id="myext-button1" class="toolbarbutton-1" label="Label1" /> <toolbarbutton id="myext-button2" class="toolbarbutton-1" label="Labe2l" /> </toolbaritem>
Inherited from XUL element |
Inherited Properties |
toolbar
, toolbarbutton
, toolbargrippy
, toolbarpalette
, toolbarseparator
, toolbarset
, toolbarspacer
, toolbarspring
, toolbox