:: Forum >> Version 2 >>

Password Input

More information on this topic is available in the documentation section: /aw.ui.input/.

How to setup Input to password field
Hudhaifa Shatnawi
Thursday, September 21, 2006
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)
Monday, September 25, 2006



This topic is archived.

Back to /aw.ui.input/

Documentation:

Forum search