Password field

  • Hi,

    I would like to use a FormPanel to implement a login dialog. Is there some field I can use as password field?

    brgds,

    Papick


  • Dunno, 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.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Password field , Please add it free.