Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 132

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 131
127
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
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
dreamweaver.historyPalette.getSelectedSteps() function returns [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.
Arguments
arrayOfIndices
The arrayOfIndices argument is an array of position indices in the History panel.
Returns
A string that contains the JavaScript that corresponds to the specified history steps.
Przeglądanie stron 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag