有人可以告诉我如何在ZKOSS(ZK)框架的帮助下创建一个带有水平滚动条的文本框吗?
链接 - >> postimg.org/image/8ayoyfr2r /
提前致谢
答案 0 :(得分:0)
如果您不需要多行,您可以执行以下操作:
<textbox value="This is a long text, we need a scrollbar to see this whole sentence in the textbox." style="overflow:auto;" width="200px" height="50px"/>