Displaying a Password field in a grid
Based on other messages in the forum, I used the following lines of code:
var pas = new AW.UI.Input;
pas.getContent("box/text").setAttribute("type", "password");
In spite of this, the password is displayed as is e.g. ABC rather than ***.
Can you tell me why this happens? I do not get any errors, just getting a display that I did not expect for this kind of field.
Thanks!
var pas = new AW.UI.Input;
pas.getContent("box/text").setAttribute("type", "password");
In spite of this, the password is displayed as is e.g. ABC rather than ***.
Can you tell me why this happens? I do not get any errors, just getting a display that I did not expect for this kind of field.
Thanks!
AI
November 20,