MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 227

Dreamweaver api reference
Table of Contents

Advertisement

dom.setShowToolbarIconLabels()
Availability
Dreamweaver MX.
Description
This function tells Dreamweaver to show the labels of buttons that have labels. Dreamweaver
always shows labels for non-button controls, if the labels are defined.
Arguments
bShow
The
argument is a Boolean value:
bShow
otherwise.
Returns
Nothing.
Example
The following example tells Dreamweaver to show the labels for the buttons on the toolbars:
dom.setShowToolbarIconLabels(true);
dom.setToolbarPosition()
Availability
Dreamweaver MX.
Description
This function moves the specified toolbar to the specified position.
There is no way to determine the current position of a toolbar.
Arguments
toobar_id, position, relative_to
The
toolbar_id
on the toolbar tag in the toolbars.xml file.
argument is the ID of the toolbar, which is the value of the ID attribute
shows the labels for buttons;
true
false
Toolbar functions
227

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver 8

Table of Contents