Specifications

Chapter 554
Attributes
id, image, {disabledImage}, {showIf}, {enabled}, {checked}, {command}, {file},
{tag}, {name}
Contents
None.
Container
The category tag.
Example
<checkbutton id="DW_StandardView"
name = "Standard View"
image="Tools\Standard View.gif"
checked="_View_Standard"
command="dw.getDocumentDOM().setShowLayoutView(false)"/>
<separator>
Description
Displays a vertical line on the Insert bar.
Attributes
(showIf }
Contents
None.
Container
The category tag.
Example
<separator showIf="_VIEW_CODE"/>
Insert bar tag attributes
The attributes for the Insert bar tags have the following meanings:
id="unique_id"
Required. The
id is an identifier for tags in the insertbar.xml file. The id must be unique
identifier for the element within the file.
Example
<category id="DW_Insertbar_Layout" . . .>
folder="category_folder"
Specifies a folder in the Dreamweaver Configuration/Objects folder. Dreamweaver takes the
name of the category from the _folderinfo.txt file inside the folder, or from the folder name if the
_folderinfo.txt file does not exist.
Example
folder="Tools"