dom.setElementVisibleByName()
Availability
Fireworks 4.
Usage
,
dom.setElementVisibleByName(name
bShow)
Arguments
A string that specifies the name of the element(s) to be shown or hidden. If more than
name
one element has the same name, this function shows or hides all of them.
If
is
, the elements are visible. If
is
, they are hidden.
bShow
bShow
true
bShow
false
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
An ExportOptions object (see
"ExportOptions object" on page
58).
exportOptions
Returns
Nothing.
Description
Sets the document Export Options.
Document functions
263
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?