App Designer Password Edit Field

バージョン 1.0.0 (40.8 KB) 作成者: Pavel Roslovets
Insert protected password field to your App Designer App
ダウンロード: 429
更新 2020/12/28

Insert protected password field to your App Designer App.

HOW TO USE
1. Copy passwordEdit.html file to your App's folder
2. Insert HTML Component to your App. Rename it to 'PasswordHTML'
3. Setup PasswordHTML component to use passwordEdit.html file
4. Create for PasswordHTML component DataChanged callback:

function PasswordHTMLDataChanged(app, event)
password = app.PasswordHTML.Data;
disp(password);
end

EXAMPLE
Examine PasswordEditExample.mlapp

引用

Pavel Roslovets (2024). App Designer Password Edit Field (https://github.com/roslovets/App-Designer-Password-Edit/releases/tag/v1.0.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2020b
R2019b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。