Insert protected password field to your App Designer App
-
Copy
passwordEdit.htmlfile to your App's folder -
Insert HTML Component to your App. Rename it to 'PasswordHTML'
-
Setup PasswordHTML component to use
passwordEdit.htmlfile -
Create for PasswordHTML component DataChanged callback:
function PasswordHTMLDataChanged(app, event)
password = app.PasswordHTML.Data;
disp(password);
endExamine PasswordEditExample.mlapp
