HTML::Tested::Value::PasswordBox - password input.


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

Index


NAME

Top

HTML::Tested::Value::PasswordBox - password input.

DESCRIPTION

Top

Provides <input type="password" /> html tag.

METHODS

Top

$class->new($parent, $name, %opts)

Overloads HTML::Tested::Value new function to handle check_mismatch option.

OPTIONS

Top

check_mismatch

Checks mismatch between two passwords during validate phase. The parameter should be the name of another password box.

E.g. check_mismatch => 'another_password'.

On failure produces mismatch result for validate function.

AUTHOR

Top

Boris Sukholitko (boriss@gmail.com)

COPYRIGHT

Top


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