var yourField = new Ext.form.TextField({ fieldLabel: ‘pass’, inputType: ‘password’ //this is important .. you have to change text to password });
Knowledge Pedia
var yourField = new Ext.form.TextField({ fieldLabel: ‘pass’, inputType: ‘password’ //this is important .. you have to change text to password });