Dom.settracingimageposition(); Dom.settracingimageopacity() - MACROMEDIA DREAMWEAVER MX 2004-DREAMWEAVER API Reference

Dreamweaver api reference
Table of Contents

Advertisement

dom.setTracingImagePosition()

Availability
Dreamweaver 3.
Description
Moves the upper left corner of the tracing image to the specified coordinates. If the arguments are
omitted, the Adjust Tracing Image Position dialog box appears.
Arguments
,
x
y
The
argument is the number of pixels that specify the horizontal coordinate.
x
The
argument is the number of pixels that specify the vertical coordinate.
y
Returns
Nothing.
Enabler
"dom.hasTracingImage()" on page

dom.setTracingImageOpacity()

Availability
Dreamweaver 3.
Description
Sets the opacity of the tracing image.
Arguments
opacityPercentage
The
opacityPercentage
Returns
Nothing.
Enabler
"dom.hasTracingImage()" on page
Example
The following code sets the opacity of the tracing image to 30%:
dw.getDocumentDOM().setTracingOpacity('30');
360
Chapter 17: Design
441.
argument must be a number between 0 and 100.
441.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents