You cannot drag and drop toolbars between the document window and the Dreamweaver
workspace frame.
Toolbars remain a fixed size. A toolbar does not shrink if the container shrinks or if other
toolbars are placed next to it.
You can show or hide toolbars from the View >Toolbars menu.
Toolbars cannot overlap.
Only the outline of the toolbar appears while you drag it.
On the Macintosh, toolbars are always attached to the document window. They can be shown
or hidden from the menu, but you cannot drag and drop, rearrange, or undock them.
How toolbar commands work
When Dreamweaver draws a toolbar, the following events occur:
1.
For each toolbar control item, Dreamweaver determines whether the
2.
If the
attribute exists, Dreamweaver calls the
file
determine whether it should enable the control in the current context of the document.
For the Document Title text box in the Dreamweaver toolbar, for example, the
canAcceptCommand()
document is an HTML file. If both these conditions are true, the function returns
and Dreamweaver enables the text box on the toolbar.
3.
If the
attribute exists, Dreamweaver ignores the following attributes, if they are
file
specified:
checked
.
value
4.
If the
attribute does not exist, Dreamweaver processes the attributes that are set for
file
the toolbar control item:
For more information on specific item tag attributes, see
on page
232.
5.
Dreamweaver calls the
the
attribute, to determine what value to display for the control.
update
6.
The user selects an item on the toolbar.
7.
Dreamweaver calls the
attribute of the toolbar item specifies.
arguments
For more information on the purpose of specific functions in the Toolbar Command API, see
"The toolbar command API" on page
function checks to see if there is a current DOM and if the current
,
,
command
DOMRequired
,
checked
command
getCurrentValue()
receiveArguments()
238.
canAcceptCommand()
,
,
,
enabled
script
showif
,
, and so on.
DomRequired
"Item tag attributes"
function on every update cycle, as specified by
function to process any arguments that the
attribute exists.
file
function to
true
,
, and
update
How toolbars work
217
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?