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