Specifications

Objects 53
Container
None.
Example
<insertbar>
<category>
Description
Defines a tab on the Insert bar.
Attributes
id, folder, {showif}
Contents
Contains button, checkbutton, and separator tags.
Container
The insertbar tag.
Example
<category id="DW_Insertbar_Text" folder="Text">
<button>
Description
Defines a pushbutton. Executes the code that the command or file attributes specify.
Attributes
id, image, {disabledImage}, {showif}, {enabled}, {command}, {file}, {tag},
{name}, {codeOnly}
Contents
None.
Container
The category tag.
Example
<button id="DW_Anchor"
image="Common\Anchor.gif"
enabled="true"
showIf=""
file="Common\Anchor.htm"/>
<checkbutton>
Description
A button that has a checked or unchecked state. When you click it, a checkbutton displays as
pressed in and highlighted. When it is unchecked, a checkbutton displays as flat. Dreamweaver
has mouse-over, pressed, mouse-over-while-pressed, and disabled-while-pressed states. The
command must ensure that clicking the checkbutton causes its state to change.