Adobe 38040334 - Dreamweaver CS3 User Manual page 129

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

DREAMWEAVER CS3
124
API Reference
dreamweaver.historyPalette.getSelectedSteps()
Availability
Dreamweaver 3.
Description
Determines which portion of the History panel is selected.
Arguments
None.
Returns
An array that contains the position indices of all the selected steps. The first position is position 0 (zero).
Example
If the second, third, and fourth steps are selected in the History panel, as shown in the following figure, a call to the
function returns
:
dreamweaver.historyPalette.getSelectedSteps()
[1,2,3]
dreamweaver.historyPalette.getStepCount()
Availability
Dreamweaver 3.
Description
Gets the number of steps in the History panel.
Arguments
None.
Returns
An integer that represents the number of steps that are currently listed in the History panel.
dreamweaver.historyPalette.getStepsAsJavaScript()
Availability
Dreamweaver 3.
Description
Gets the JavaScript equivalent of the specified history steps.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents