3.2.0

Is there a Password InputBox??

Hi everybody... is there a Password InputBox in ActiveWidgets???
Thanks
Mark
February 7,
I believe you have to set a property or setAttribute() but I am not sure how to access it through the AW.UI.Input object. Maybe someone else can provide an example.
Tony
February 7,
See:
http://www.activewidgets.com/javascript.forum.9280.6/important-templates-input-type-password.html
Rob Francis
February 7,
obj.getContent('box/text').setAttribute('type', 'password');
Tony
February 7,
http://activewidgets.com/javascript.forum.9280.6/important-templates-input-type-password.html
February 7,

This topic is archived.

See also:


Back to support forum