Fireworks functions
265
Returns
The number of items that are replaced, or
–1
if there are items in the document that remain to
be searched.
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.
Содержание DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Страница 1: ...Extending Fireworks...
Страница 4: ...4 Contents...
Страница 8: ...8 Chapter 1 Extending Fireworks Overview...
Страница 102: ...102 Chapter 4 Auto Shapes...
Страница 284: ...284 Chapter 5 Fireworks JavaScript API...