GWT 密码提示,如 Window.prompt

发布于 2024-11-01 01:14:04 字数 103 浏览 0 评论 0原文

在我的应用程序中,我需要提示用户输入密码。我希望它的工作方式与 GWT 的 Window.prompt() 方法相同,只是文本框中的文本被屏蔽。我如何使用 GWT 创建一个对话框来执行此操作?

in my application I need to prompt the user to enter their password. I would like this to work the same as GWT's Window.prompt() method, except with the text in the text box masked. How would I make a dialog that does that with GWT?

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

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

发布评论

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

评论(1

Oo萌小芽oO 2024-11-08 01:14:04

请按照 GWT Showcase 中的以下示例操作:对话框

您只需使用 PasswordTextBox

Follow this example in the GWT Showcase: Dialog Box

You just need to change the "dialogContents" adding your custom fields, including the password field, using PasswordTextBox.

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