Posted on January 6, 2009
under xn--omr06vg8k1ys.com
edit
Hi,
I would like to use a FormPanel to implement a login dialog. Is there some field I can use as password field?
brgds,
PapickDunno, but this works ok in latest trunk for beta3
TextField password = new TextField();
password.setFieldLabel("Password");
password.password = true ;
form.add(password);works with beta2 also, I just did not look for attributes... Just can't get used to it...The fields have been converted to setters / getters. Password was missed and had been updated.In beta3 use "password" property on TextField class...thanks. how stable is it?#If you have any other info about this subject , Please add it free.# |
|