dreamweaver.historyPalette.replaySteps()
Availability
Dreamweaver 3.
Description
Replays the specified history steps in the active document. Dreamweaver warns the user of
possible unintended consequences if the specified steps include an unrepeatable action.
Arguments
arrayOfIndices
The
arrayOfIndices
Returns
A string that contains the JavaScript that corresponds to the specified history steps.
Example
A call to
dreamweaver.historyPalette.replaySteps([0,2,3])
third, and fourth steps in the History panel.
dreamweaver.historyPalette.saveAsCommand()
Availability
Dreamweaver 3.
Description
Opens the Save As Command dialog box, which lets the user save the specified steps as a
command. Dreamweaver warns the user of possible unintended consequences if the steps
include an unrepeatable action.
Arguments
arrayOfIndices
The
arrayOfIndices
Returns
A string that contains the JavaScript that corresponds to the specified history steps.
argument is an array of position indices in the History panel.
argument is an array of position indexes in the History panel.
function plays the first,
History functions
169
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?
Questions and answers