@** * Generate an HTML input password. * * Example: * {{{ * @inputPassword(field = myForm("password"), args = 'size -> 10) * }}} * * @param field The form field. * @param args Set of extra attributes. * @param handler The field constructor. *@ @(field: play.api.data.Field, args: (Symbol,Any)*)(implicit handler: FieldConstructor, messages: play.api.i18n.Messages) @input(field, args:_*) { (id, name, value, htmlArgs) => }