App Designer Password Edit Field

버전 1.0.0 (40.8 KB) 작성자: Pavel Roslovets
Insert protected password field to your App Designer App
다운로드 수: 427
업데이트 날짜: 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 리포지토리로 가십시오.