|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.refocus:Boolean
A Boolean value indicating whether the component should return focus after formatting(using 'setFormat' method) is applied(true) or not (false).
With the following code the component will not return focus to the targeted text field after formatting is applied.
myTextEditor.refocus = false;