-
13 Jan 2008 9:13 PM #1
[SOLVED] how to create PASSWORD field in ext js
[SOLVED] how to create PASSWORD field in ext js
how to create PASSWORD field in ext js
-
14 Jan 2008 2:31 AM #2
Like this :
PHP Code:var field_pass=new Ext.form.TextField({
fieldLabel: 'pass',
inputType: 'password'
});
-
23 Apr 2009 1:30 AM #3
-
28 Oct 2011 10:17 PM #4
Hi
Hi
How to give the validations to password?


Reply With Quote