vote up 2 vote down star
1

How to set the caret position, there is only

this.caretIndex (READ)

flag

77% accept rate

1 Answer

vote up 3 vote down check

use setSelection(beginIndex:int, endIndex:int):void

eg

this.textField.setSelection(20, 20)
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.