App Designer Password Edit Field

Insert protected password field to your App Designer App
429 Downloads
Aktualisiert 28 Dez 2020

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2020b
Kompatibel mit R2019b und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.