![MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual Download Page 275](http://html1.mh-extra.com/html/macromedia/fireworks-8-extending-fireworks/fireworks-8-extending-fireworks_manual_3339145275.webp)
Document functions
275
Description
Sets the Hotspot text to the specified value for the Hotspots and slices in the selection.
Example
The following command creates a slice and inserts the HTML text,
"I am HTML text"
:
fw.getDocumentDOM().setHotspotText("Slice ","I am HTML text", null, true);
dom.setLayerDisclosure()
Availability
Fireworks 4.
Usage
dom.setLayerDisclosure(
layerIndex
,
bDisclosed
)
Arguments
layerIndex
An integer value that specifies the layer that contains the elements to be
displayed or hidden, starting with 0 (although, to specify the current layer, pass –1 here).
bDisclosed
If
bDisclosed
is
true
, all elements on the specified layer are displayed in the
Layers list. If
bDisclosed
is
false
, only the layer name appears on the list.
Returns
Nothing.
Description
Specifies whether the elements on a specified layer appear in the Layers list. Disclosure affects
the layer, regardless of which frame appears.
See also
dom.setAllLayersDisclosure()
dom.setLayerLocked()
Availability
Fireworks 3.
Usage
dom.setLayerLocked(
layerIndex
,
frameIndex
,
bLock
,
bAllLayers
)
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...