User Guide
278 Chapter 5: Fireworks JavaScript API
fw.setPIPosition()
Availability
Fireworks MX.
Usage
fw.setPIPosition(pt)
Arguments
pt
A point in screen coordinates.
Returns
Nothing.
Description
Moves the upper left corner of the Property inspector window to the specified location.
fw.getPIPosition()
Availability
Fireworks MX.
Usage
fw.getPIPosition()
Arguments
None.
Returns
A point object that is formatted as {x: float, y: float} (see “Point data type” on page 11 for
syntax details), which contains the location of the Property inspector.
Description
Retrieves the location, in screen coordinates, of the upper left corner of the Property
inspector window.
History panel functions
These functions control the History panel.
fw.historyPalette.clearSteps()
Availability
Fireworks 3.
Usage
fw.historyPalette.clearSteps()