MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 221

Extending dreamweaver
Table of Contents

Advertisement

<!-- main toolbar -->
<toolbar id="DW_Toolbar_Main" label="Document">
<radiobutton id="DW_CodeView" . . ./>
<radiobutton id="DW_SplitView" . . ./>
<radiobutton id="DW_DesignView" . . ./>
<separator/>
<checkbutton id="DW_LiveDebug" . . ./>
<checkbutton id="DW_LiveDataView" . . ./>
<separator/>
<editcontrol id="DW_SetTitle" . . ./>
<menubutton id="DW_FileTransfer" . . ./>
<menubutton id="DW_Preview" . . ./>
<separator/>
<button id="DW_DocRefresh" . . ./>
<button id="DW_Reference" . . ./>
<menubutton id="DW_CodeNav" . . ./>
<menubutton id="DW_ViewOptions" . . ./>
</toolbar>
</toolbarset>
The following section describes each of the toolbar tags.
<toolbar>
Description
Defines a toolbar. Dreamweaver displays the items and separators from left to right in the
specified order, laying out the items automatically. The toolbar file does not specify control
over the spacing between the items, but you can specify the widths of certain kinds of items.
Attributes
id, label, {container}, {initiallyVisible}, {initialPosition}, {relativeTo}
id="unique_id"
all files that the file includes. The JavaScript API functions that manipulate a toolbar refer
to it by its ID. For more information on these functions, see the Dreamweaver API
Reference. If two toolbars that are included in the same file have the same ID,
Dreamweaver displays an error.
label="string"
string, that Dreamweaver displays to the user. The label appears in the View >Toolbars
menu and in the title bar of the toolbar when it's floating.
Required. An identifier string must be unique within a file and within
Required. The label attribute specifies the label, which is a character
The toolbar definition file
221

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents