User Guide
Toolbar item tags 177
<separator/>
Description
Inserts a separator at the current location in the toolbar.
Attributes
{showIf}
• The showif attribute specifies that the separator should appear only on the toolbar if the given
script returns
true. For example, you can use the showIf attribute to show the separator only
in a given application or only when the page has a certain document type. If the
showIf
attribute is unspecified, the separator always appears.
Contents
None.
Container
The toolbar tag.
Example
<separator/>
Toolbar item tags
Each type of toolbar item has its own tag and set of required and optional attributes. You can
define
toolbar items either inside or outside of toolbars. In general, it is better to define them
outside of toolbars and refer to them within toolbars using the
itemref tag.
You can define the following types of items in a toolbar.
<button>
Description
This push button executes a specific command when you click it. It looks and acts the same as the
Reference button on the Dreamweaver toolbar.
Attributes
id, image, tooltip, command, {showIf}, {disabledImage}, {overImage}, {label},
{file}, {domRequired}, {enabled}, {update}, {arguments}
For a description of each attribute, see “Item tag attributes” on page 182.
Contents
None.
Container
The toolbar tag or the toolbarset tag.