|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.enabled : Boolean
Property; indicates whether the component can ( true ) or cannot ( false ) accept focus and mouse input. The default value is true.
The following example sets the enabled property of component to false :
myTextEditor.enabled = false;