<checkbutton />
Description
A checkbutton is a button that has a checked or unchecked state. When clicked, a
checkbutton appears pressed in and highlighted. When it is unchecked, a checkbutton
appears 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.
Attributes
id, image, checked, {showIf}, {enabled}, {command}, {file}, {tag}, {name},
{codeOnly}
Example
<checkbutton id="DW_StandardView"
name = "Standard View"
image="Tools\Standard View.gif"
checked="_View_Standard"
command="dw.getDocumentDOM().setShowLayoutView(false)"/>
<separator />
Description
This tag displays a vertical line on the Insert bar.
Attributes
{showIf}
Example
<separator showIf="_VIEW_CODE"/>
Insert bar definition tag attributes
The attributes for the Insert bar definition tags have the following meanings:
id="unique id"
Description
The
attribute is an identifier for the buttons that appear on the Insert bar. The
attribute
id
id
must be unique for the element within the file.
Example
id="DW_Anchor"
144
Insert Bar Objects
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?
Questions and answers