【发布时间】:2010-10-06 22:10:36
【问题描述】:
如何设置插入符号的位置,只有
this.caretIndex(阅读)
【问题讨论】:
标签: actionscript-3 apache-flex flex3
如何设置插入符号的位置,只有
this.caretIndex(阅读)
【问题讨论】:
标签: actionscript-3 apache-flex flex3
使用setSelection(beginIndex:int, endIndex:int):void
例如
this.textField.setSelection(20, 20)
【讨论】: