322
Fireworks JavaScript API
Returns
The number of items that are replaced if the search is completed, or
–1
if there are items in
the document that remain to be searched.
Description
Finds the next instance of the current search string and selects that section of the document.
To begin a search, use
fw.setUpFindReplace()
.
See Also
fw.setUpFindReplace()
fw.findOpenDocument()
Availability
Fireworks 3.
Usage
fw.findOpenDocument(
docname
)
Arguments
docname
A string that specifies the name of the document, which is expressed as a file://
URL.
Returns
If the document is open, returns the Document object; otherwise, returns
null
(see
“Document object” on page 14
).
Description
Determines whether the specified file is open in a Fireworks Document window.
fw.getDocumentDOM()
Availability
Fireworks 3.
Usage
fw.getDocumentDOM({
which-string
})
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...