Document functions
151
dom.findExportFormatOptionsByName()
Availability
Fireworks 3.
Usage
dom.findExportFormatOptionsByName(
name
)
Arguments
name
A string that specifies the name of the set of export settings to find.
Returns
If there is a set of export settings with the specified name, the argument returns an object that
represents it; otherwise, it returns
null
.
Description
Looks for a set of export settings that were saved with the specified name.
dom.findNamedElements()
Availability
Fireworks 4.
Usage
dom.findNamedElements(
name
)
Arguments
name
A case-sensitive string that specifies the exact element name to find. To specify elements
that have no name, pass
null
.
Returns
An array of elements that have the specified name, or
null
if no objects have the specified name.
Description
Looks for elements that have the specified name.
See also
dom.setElementName()
dom.flattenDocument()
Availability
Fireworks 3.
Usage
dom.flattenDocument()
Arguments
None.
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...