FlashTextEditor.redo

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.redo()

Parameters

None.

Returns

Nothing.

Description

Method; Redoes the last undo action.

Example

The following code will execute 'redo' action:

myTextEditor.redo();