User Guide

Static Document Functions 355
Returns
Nothing.
Description
Sets the portion of the History panel that is selected.
fw.historyPalette.setUndoState()
Availability
Fireworks 3.
Usage
fw.historyPalette.setUndoState(undoStateString)
Arguments
undoStateString The string returned by fw.historyPalette.getUndoState().
Returns
Nothing.
Description
Performs the correct number of undo or redo operations to arrive at the selected state.
See Also
fw.historyPalette.getUndoState()
Static Document Functions
Fireworks has an older static Document object that has been deprecated in favor of the
Document object in the DOM. The static Document object is only only accessed by two
methods. You can access this API using
document.methodName().
document.findExportFormatOptionsByName()
Availability
Fireworks 3.
Usage
document.findExportFormatOptionsByName(name)