HTML::Widget::Plugin::Password - for SECRET input
version 0.202
$widget_factory->password({ id => 'user_secret', value => "not visible in html", });
This plugin provides a widget for password-entry inputs.
provided_widgets
This plugin provides the following widgets: password
password
This method returns a password-entry widget.
In addition to the generic HTML::Widget::Plugin attributes, the following are valid arguments:
This is the widget's initial value. The value is eaten and displayed as a series of spaces, if the value is defined.
rewrite_arg
The password plugin's rewrite_arg replaces any non-empty value with a string of spaces so that passwords are not inadvertantly sent as plain text.
Ricardo SIGNES
This software is copyright (c) 2005 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.