FlashTextEditor.undo

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.undo()

Parameters

None.

Returns

Nothing.

Description

Method; Undoes the last change.

Example

The following code will execute 'undo' action:

myTextEditor.undo();