Flex:如何在可编辑文本区域/文本输入中更改插入符号(文本光标)
我需要组合一个可编辑的文本区域,该区域具有与默认的闪烁垂直线不同的自定义插入符(光标)。
插入符号是文本输入的“可换肤”属性吗?
请注意,我并不是询问可以使用 CursorManager 设置的鼠标指针光标。
谢谢。 -拉吉
I need to put together an editable text area that has a custom caret (cursor) which is different from the default blinking vertical line.
Is the caret a "skinnable" property of text input?
Please note that I am not asking about the mouse pointer cursor which can be set using the CursorManager.
Thanks.
-Raj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,插入符号的外观和行为由 Flash 播放器本身控制。没有对其进行编程访问。
No, the look and behaviour of the caret is controlled by the Flash player itself. There is no programmatic access to it.