gpt4 book ai didi

gwt - GWT TextArea 的最大长度

转载 作者:行者123 更新时间:2023-12-03 23:09:50 24 4
gpt4 key购买 nike

我无法设置 GWT TextArea 的最大长度。有人可以帮助我在 GWT 中实现这一目标吗?

TextArea t1 = new TextArea();
t1.setMaxLength(300); // This method doesn't exist. How do I do this?

最佳答案

加尔的答案是正确的,只有一处更正:

t1.getElement().setAttribute("maxlength", "100");

第二个参数是一个字符串。这对我有用。

关于gwt - GWT TextArea 的最大长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6980908/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com