在TextInput控件的末尾设置光标位置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在TextInput控件的末尾设置光标位置相关的知识,希望对你有一定的参考价值。
import mx.events.FlexEvent; // Flex 4 private function creationComplete(event:FlexEvent):void { textInput.selectRange(textInput.text.length, textInput.text.length); textInput.setFocus(); }
以上是关于在TextInput控件的末尾设置光标位置的主要内容,如果未能解决你的问题,请参考以下文章
想要在 Flex 的 Spark textinput 控件中设置光标位置
Nativescript-vue 将光标设置在 TextInput RTL 的末尾