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
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?