如果我们将 textAlign 设置为“right”,则左侧文本溢出用于 Spark 文本输入控件?
如果我使用文本输入
textAlign="右"
当文本超出其容纳范围,文本溢出,我想隐藏文本而不是从右侧溢出..并且可以使用光标(使用左右键)滚动文本,如果是的,怎么样?
通过使用皮肤,我能够剪辑溢出..但现在光标没有滚动到左侧。
有什么解决方案吗?
if i use a textinput with
textAlign="right"
when text is more than it can fit into, text is overflown, i want to hide text and not to over flow from right side.. and scroll the text using cursor(with left and right key) is possible if yes how ?
by using skin, i am able to clip the overflow.. but now cursor is not scrolling to left side.
any solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了理解你的问题,我做了和你一样的事情。所以我添加了一个带有皮肤类的文本输入。
要查看textInput皮肤的所有属性,您可以在创建皮肤时选择textinput作为主机组件类。
我尝试了这种方式,并按照我认为你想要的方式工作。
这是皮肤代码:
-->
-->
to understand your problem I did the same that you did. So i added a textInput with a skinclass.
and to see aall the properties of a textInput skin, you can choose textinput as hostcomponent class in the creation of skin.
I tried it this way and works as I think you wanted.
This is the skin code:
-->
-->