HTML::FormFu::Element::Password - Password form field


HTML-FormFu documentation  | view source Contained in the HTML-FormFu distribution.

Index


NAME

Top

HTML::FormFu::Element::Password - Password form field

SYNOPSIS

Top

    my $element = $form->element( Password => 'foo' );

DESCRIPTION

Top

Password form field.

METHODS

Top

render_value

Normally, when a form is redisplayed because of errors, password fields lose their values, requiring the user to retype it.

If render_value is true, password fields won't lose their value.

Default value: false

SEE ALSO

Top

Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Input, HTML::FormFu::Element::_Field, HTML::FormFu::Element

HTML::FormFu

AUTHOR

Top

Carl Franks, cfranks@cpan.org

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


HTML-FormFu documentation  | view source Contained in the HTML-FormFu distribution.