MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual page 336

Table of Contents

Advertisement

Returns
Nothing.
Description
Saves all open documents, displaying the Save As dialog box for any documents that were not
previously saved.
fw.saveDocument()
Availability
Fireworks 3.
Usage
fw.saveDocument(document, {fileURL})
Arguments
A Document object, for example,
, that specifies the
document
fw.documents[2]
document to be saved. If
is
, the active document is saved.
document
null
The name of the saved document, which is expressed as file://URL. This argument
fileURL
is optional. If
is
or omitted, the document is saved with its current name; if the
fileURL
null
document has not been saved, the Save As dialog box appears.
Returns
Nothing.
Description
Saves the specified document as a native Fireworks PNG file with the specified name. To save
a document to another format, such as GIF or JPEG, use
.
fw.exportDocumentAs()
See also
fw.exportDocumentAs()
fw.saveDocumentAs()
Availability
Fireworks 3.
Usage
fw.saveDocumentAs(document)
336
Fireworks JavaScript API

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Fireworks 8

Table of Contents