Password Input
How to setup Input to password field
Hudhaifa Shatnawi
September 21,
var password = new AW.UI.Input;
password.getContent("box/text").setAttribute("type", "password");
password.getContent("box")._innerHTML = "";
password.getContent("box")._outerHTML = "";
password._innerHTML = "";
password._outerHTML = "";
document.write(password);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021