文本字段右对齐文本

发布于 2024-11-18 14:13:12 字数 75 浏览 3 评论 0原文

在检票口文本字段中,如何将文本和光标对齐到文本字段的右侧?我认为对于数字输入,文本右对齐更好。我想要的是从右到左书写文字,通常是相反的。

In wicket textfield how can I align text and cursor to right of the textfield? For number input right alignment of the text is better in my opinion. What I want is to write text from right to left, usually it is in opposite.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

两个我 2024-11-25 14:13:12

在您的输入元素上尝试其中一个或两个:

 align="right" 
 style="text-align: right"

按照 这里和这个SO问题

Try either or both of these on your input element:

 align="right" 
 style="text-align: right"

Does the trick according to here and this SO question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文