Document functions
205
Returns
Nothing.
Description
Sets the rendering mode on the selected element’s element mask. Only one element can be
selected when calling this function. If more than one element (or no elements) are selected when
this function is called, Fireworks throws an exception. Fireworks also returns an error if the
selected element has no element mask.
dom.setElementMaskShowAttrs()
Availability
Fireworks 4.
Usage
dom.setElementMaskShowAttrs(
bShow
)
Arguments
bShow
If
bShow
is
true
, the vector mask fill and stroke are visible. If
false
, they are hidden.
Returns
Nothing.
Description
Specifies whether the currently selected vector mask shows the fill and stroke.
dom.setElementName()
Availability
Fireworks 3.
Usage
dom.setElementName(
name
)
Arguments
name
A string that specifies the name to be assigned to the selected element(s). To specify that
no name should be assigned or that an existing name should be removed, pass
null
.
Returns
Nothing.
Description
Sets the name of the selected element(s).
See also
dom.findNamedElements()
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...