User Guide
The Insert bar definition file 115
Note: Although the insertbar and category tags use </insertbar> and </category> closing
tags to denote the end of their content, the tags button, checkbutton, and separator do not have
related closing tags. Instead button, checkbutton, and separator use a slash (/) before the closing
bracket to denote the end of their attributes and content.
Insert bar definition tags
The insertbar.xml file contains the following tags and attributes:
<insertbar>
Description
This tag signals the content of the Insert bar definition file, and the end of the content is noted
with the
</insertbar> closing tag.
Attributes
None.
Example
<insertbar>
<category id="DW_Insertbar_Common" folder="Common">
<button id="DW_Hyperlink" image="Common\Hyperlink.gif"
file="Common\Hyperlink.htm"/>
...
</insertbar>
<category>
Description
This tag defines a category on the Insert bar (such as Common, Forms, or HTML). The end of
the category content is denoted with the
</category> closing tag.
Note: By default, the Insert bar is organized into categories of use (such as Common, Forms, or
HTML). In previous versions of Dreamweaver, the Insert bar was organized similarly by tabs. Users
can set their own preferences for how the Insert bar objects are organized (by category or tab). If the
user has selected the tab organization, then the category tag will define each tab.
Attributes
id, {folder}, {showIf}
Example
<category id="DW_Insertbar_Common" folder="Common">
<button id="DW_Hyperlink" image="Common\Hyperlink.gif"
file="Common\Hyperlink.htm"/>
</category>