|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.toggleView:Boolean
A Boolean value indicating whether the component is displaying HTML source(true) or not (false).
The following code will output 'true' if currently targeted text field is displaying html.
trace( myTextEditor.toggleView );