|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.insertChars( str:String, html:Boolean )
str - String to insert.
html - Boolean. A Boolean value that specifies whether the strins should be inserted as HTML(true)
Nothing.
Method. Inserts the characters at the position of caret.
The following code will insert word 'hello' at the position of caret at targeted text field:
myTextEditor.insertChars( "hello" );