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.
是否可以在 GeneXus SD 登录期间创建一个显示/隐藏用户密码的按钮?
例如,此应用中“密码”字段旁边的“眼睛”按钮:
如何开发此功能?我正在使用 Gx15 U1。
无法显示密码控件的文本。
您可以添加两个控件,其中一个是&password,另一个是常规&text变量(与密码具有相同的文本)。
&password
&text
当点击那个“眼睛”按钮时,你可以显示常规&text并隐藏&password.