Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用 jQuery 或动态更改“输入”类型,C# 已经解决了这个问题。jQuery 选项在 GWT 中可能有点矫枉过正,我认为改变输入类型是不可能的。使用 GWT 的最佳方法是什么?
是否真的有必要做两个输入(一个用于水印作为 TextInput,另一个用于密码作为 Password 并在它们之间切换?)
最简单的方法是设置元素的占位符:passwd.getElement().setProperty("watermark"). 否则,请使用您放置在输入顶部的标签/跨度,并在字段集中/模糊时显示/隐藏。
passwd.getElement().setProperty("watermark")