FlashTextEditor.returnFocus

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.returnFocus()

Parameters

None.

Returns

Nothing.

Description

Method. Return focus to the targeted text field.

Example

The following code will return focus to the targeted text field:

myTextEditor.returnFocus();