FlashTextEditor.setHTML

Availability

Flash Player 6

Usage

myTextEditor.setHTML( htmlString:String )

Parameters

htmlString - String. Flash HTML string

Returns

Nothing.

Description

Method; sets the html text of the currently edited text field.

Example

The following code sets the html of the currently edited text field:

myTextEditor.setHTML("<p>Hello <b>world!</b></p>");