FlashTextEditor.removeStyle

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.removeStyle( paragraph:Boolean )

Parameters

paragraph - Boolean. If value is 'true' paragraph style formatting will be removed.

Returns

Nothing.

Description

Method; Removes style formatting of the currently selected text.

Example

The following code will remove style fromatting of the selected text:

myTextEditor.removeStyle();