User Guide

Document functions 239
dom.selectAllOnLayer()
Availability
Fireworks MX.
Usage
dom.selectAllOnLayer(layerIndex, bRememberSelection, bToggleSelection)
Arguments
layerIndex A long integer that identifies the layer on which to select the element.
bRememberSelection A Boolean value. If true, all the elements on the layer are appended
to the current selection.
bToggleSelection A Boolean value. Toggles the selection of elements instead of simply
selecting them. This parameter is useful only if
bRememberSelection is true.
Returns
Nothing.
Description
Selects all the items on the given layer in the current frame. This function deselects objects on
other layers. If the only element on the layer is a bitmap, Fireworks will enter paint mode on
the bitmap.
dom.selectChildren()
Availability
Fireworks 3.
Usage
dom.selectChildren()
Arguments
None.
Returns
Nothing.
Description
Selects the children, if any, of the selection. For example, if a group is selected, the selection
changes from the group to the individual members of the group.