1HTML::FormFu::Element::UPsaesrswCoorndt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Element::Password(3)
2
3
4
6 HTML::FormFu::Element::Password - Password form field
7
9 my $element = $form->element( Password => 'foo' );
10
12 Password form field.
13
15 render_value
16 Normally, when a form is redisplayed because of errors, password fields
17 lose their values, requiring the user to retype it.
18
19 If "render_value" is true, password fields won't lose their value.
20
21 Default value: false
22
24 Is a sub-class of, and inherits methods from
25 HTML::FormFu::Element::_Input, HTML::FormFu::Element::_Field,
26 HTML::FormFu::Element
27
28 HTML::FormFu
29
31 Carl Franks, "cfranks@cpan.org"
32
34 This library is free software, you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37
38
39perl v5.12.1 2010-05-23HTML::FormFu::Element::Password(3)