FlashTextEditor.enabled

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.enabled : Boolean

Description

Property; indicates whether the component can ( true ) or cannot ( false ) accept focus and mouse input. The default value is true.

Example

The following example sets the enabled property of component to false :

myTextEditor.enabled = false;