|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.setStyle( styleName:String, removeParagraphStyle:Boolean )
Nothing.
Method; Changes style of the currently selected text.
The following code will apply "red" style to the selected text:
myTextEditor.setStyle( "red" );