gpt4 book ai didi

html - GWT HTML 5 输入型电话

转载 作者:太空宇宙 更新时间:2023-11-04 14:21:02 24 4
gpt4 key购买 nike

我有一个 GWT 应用程序,它的目标是在移动设备上运行。我想使用新的 HTML5 input type="tel" 来接受电话输入并让移动设备提示正确的键盘输入(数字)。

我正在尝试使用 GWT 文本框,但看不到一种方法可以让它以正确的输入类型呈现 HTML。

对此有什么想法吗?

提前致谢。

最佳答案

简单的方法

TextBox tel=new TextBox();
tel.getElement().setAttribute("type", "tel");

TextBox email=new TextBox();
email.getElement().setAttribute("type", "email");

TextBox url=new TextBox();
url.getElement().setAttribute("type", "url");

关于html - GWT HTML 5 输入型电话,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11553620/

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