![MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual Download Page 259](http://html1.mh-extra.com/html/macromedia/dreamweaver-mx-2004-extending-dreamweaver/dreamweaver-mx-2004-extending-dreamweaver_manual_3335562259.webp)
Fireworks functions
259
fw.getNumberOfTables()
Availability
Fireworks MX.
Usage
fw.getNumberOfTables(
filename
)
Arguments
filename
The name of the file that contains the tables to be counted.
Returns
A long integer that represents the number of tables in the document.
Description
Returns the number of top-level (that is, non-nested) tables in a document.
fw.getPref()
Availability
Fireworks 3.
Usage
fw.getPref(
prefkey
)
Arguments
prefkey
A string that specifies the Preference value to return. A complete list of these values is
beyond the scope of this documentation, but the format of
prefkey
exactly matches that in the
Fireworks Preferences file. To set a Preference value, use
fw.setPref()
.
Returns
A string or numeric Preference value.
Description
Returns the Preference value (string or numeric) that is associated with the specified
Preference key.
See also
fw.setPref()
fw.launchApp()
Availability
Fireworks MX.
Usage
fw.launchApp(
appPath, filePathsToOpen
)
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...