User Guide

Document functions 263
dom.setElementVisibleByName()
Availability
Fireworks 4.
Usage
dom.setElementVisibleByName(name, bShow)
Arguments
name A string that specifies the name of the element(s) to be shown or hidden. If more than
one element has the same name, this function shows or hides all of them.
bShow If bShow is true, the elements are visible. If bShow is false, they are hidden.
Returns
An array of the elements(s) for which visibility was set.
Description
Shows or hides all the elements with the specified name. If no element has the specified name,
an exception is thrown. If the elements are hidden because they are on a hidden layer or
frame, for example, this function does not show them.
See also
dom.findNamedElements(), dom.setElementName(), dom.setElementVisible()
dom.setExportOptions()
Availability
Fireworks 3.
Usage
dom.setExportOptions(exportOptions)
Arguments
exportOptions An ExportOptions object (see “ExportOptions object” on page 58).
Returns
Nothing.
Description
Sets the document Export Options.