Skip to content

okomarov/passfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password field

Syntax
passdlg(uitype) It will always produce one masked password field plus the  
       optional components:
         * 'u' or 'UsernameField'
         * 'c' or 'ConfirmPass'
         * 's' or 'ShowHideCheckBox'

       UITYPE can be a cell array with above named fields or a string with
       the initial letters 'u', 'c' and 's', e.g. passdlg('cs').

passdlg(..., Name, Value) For valid Name/Value pairs refer to Figure Properties

passfield(Name, Value) For valid Name/Value pairs refer to the Uicontrol Properties
       plus the following:
         * 'EchoChar'  -   character displayed in field
         * 'Password'  -   plain text string of the password
Warning:

This code heavily relies on undocumented and unsupported Matlab functionality. Use at your own risk!

Examples:
passdlg();
passdlg('us');
passdlg usc

See also: Uicontrol Properties, uicontrol, javacomponent

Additional resources

About

Matlab uicontrol for password fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages