FlashTextEditor.refocus

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.refocus:Boolean

Description

A Boolean value indicating whether the component should return focus after formatting(using 'setFormat' method) is applied(true) or not (false).

Examples

With the following code the component will not return focus to the targeted text field after formatting is applied.

myTextEditor.refocus = false;