上传者: 38729607
|
上传时间: 2021-11-29 15:53:37
|
文件大小: 41KB
|
文件类型: -
将受保护的密码字段插入您的 App Designer App。
如何使用1. 将 passwordEdit.html 文件复制到您的 App 文件夹2.将HTML组件插入您的应用程序。 将其重命名为“ PasswordHTML” 3.设置PasswordHTML组件使用passwordEdit.html文件4.为PasswordHTML组件创建DataChanged回调:
函数 PasswordHTMLDataChanged(app, event) 密码 = app.PasswordHTML.Data; 显示(密码); 结尾
例子检查 PasswordEditExample.mlapp