334
Fireworks JavaScript API
Description
Verifies that the selection matches the current search string and replaces it with the
replacement string.
See also
fw.setUpFindReplace()
fw.replaceAll()
Availability
Fireworks 3.
Usage
fw.replaceAll()
Arguments
None.
Returns
The number of items replaced, or
–1
if the search is not yet complete.
Description
Performs a replace all operation on the active document using the current
search-and-replacement strings.
See also
fw.setUpFindReplace()
fw.revertDocument()
Availability
Fireworks 3.
Usage
fw.revertDocument({
document
})
Arguments
document
A Document object, for example,
fw.documents[2]
, that specifies
the document to be reverted. This argument is optional. If
document
is omitted or
null
, the
active document is reverted.
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 ...