B4J Question [ABMaterial] text input as password

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi

Could i setting text input display as **** when i input as password ?
 

Cableguy

Expert
Licensed User
Longtime User
Yes, take a look at the modal login form, you have a text input that behaves like that
 
Upvote 0

jinyistudio

Well-Known Member
Licensed User
Longtime User
Dim inp4 As ABMInput
inp4.Initialize(page, "inp4", ABM.INPUT_PASSWORD, "Password", False, "")
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…