beautypg.com

Dreamweaver.stoprecording(), Dreamweaver.undo() – Adobe Dreamweaver API Reference CS5 User Manual

Page 130

background image

125

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Description
Starts recording steps in the active document; the previously recorded command is immediately discarded.

Arguments
None.

Returns
Nothing.

Enabler
See “

dreamweaver.isRecording()

” on page 514 (must return a value of

false

).

dreamweaver.stopRecording()

Availability
Dreamweaver 3.

Description
Stops recording without prompting the user.

Arguments
None.

Returns
Nothing.

Enabler
See “

dreamweaver.isRecording()

” on page 514 (must return a value of

true

).

dreamweaver.undo()

Availability
Dreamweaver 3.

Description
Undoes the previous step in the Document window, dialog box, floating panel, or Site panel that has focus.

Arguments
None.

Returns
Nothing.

Enabler
See “

dom.canUndo()

” on page 502

.