User Guide
332 Fireworks JavaScript API
Arguments
None.
Returns
Nothing.
Description
Quits Fireworks, but prompts the user to save any changed documents before exiting.
Identical to
fw.quitApplication().
fw.quitApplication()
Availability
Fireworks 3.
Usage
fw.quitApplication()
Arguments
None.
Returns
Nothing.
Description
Quits Fireworks, but prompts the user to save any changed documents before exiting.
fw.readNthTable()
Availability
Fireworks MX.
Usage
fw.readNthTable(filename, tablenumber)
Arguments
filename A fileURL for the file that contains the desired table.
tablenumber A long integer that specifies the desired table; the tables are zero-indexed.