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