3.2.0

Password Input

How to setup Input to password field
Hudhaifa Shatnawi
September 21,
It is a little bit complicated due to the AW html caching bug.

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);
Alex (ActiveWidgets)
September 25,

This topic is archived.

See also:


Back to support forum