fixed file fields
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Password.pm
CommitLineData
8f19d042 1package Reaction::UI::Widget::Field::Password;
2
3use Reaction::UI::WidgetClass;
4
5class Password is 'Reaction::UI::Widget::Field', which {
6
664d660c 7 around fragment widget {
8 call_next;
9 arg field_type => 'password';
10 };
11
8f19d042 12};
13
141;
15
6ab43711 16__END__;
8f19d042 17
5a1a893e 18=head1 NAME
8f19d042 19
5a1a893e 20Reaction::UI::Widget::Field::Password
8f19d042 21
5a1a893e 22=head1 DESCRIPTION
8f19d042 23
5a1a893e 24See L<Reaction::UI::Widget::Field>
8f19d042 25
5a1a893e 26=head1 AUTHORS
8f19d042 27
5a1a893e 28See L<Reaction::Class> for authors.
8f19d042 29
5a1a893e 30=head1 LICENSE
31
32See L<Reaction::Class> for the license.
8f19d042 33
34=cut