FlashTextEditor.toggleView

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.toggleView:Boolean

Description

A Boolean value indicating whether the component is displaying HTML source(true) or not (false).

Examples

The following code will output 'true' if currently targeted text field is displaying html.

trace( myTextEditor.toggleView );