fixed field_class
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Mutable / DateTime.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Field::Mutable::DateTime;
2
3use Reaction::UI::WidgetClass;
4
5class DateTime is 'Reaction::UI::Widget::Field::Mutable', which {
6
cc44a337 7 after fragment widget {
8 arg 'field_name' => event_id 'value_string';
9 };
10
2f670e13 11};
12
131;
14
15__END__;
16
17=head1 NAME
18
19Reaction::UI::Widget::Field::DateTime
20
21=head1 DESCRIPTION
22
23See L<Reaction::UI::Widget::Field>
24
25=head1 FRAGMENTS
26
27=head2 field
28
29C<content> contains viewport's C<value_string>
30
31=head1 AUTHORS
32
33See L<Reaction::Class> for authors.
34
35=head1 LICENSE
36
37See L<Reaction::Class> for the license.
38
39=cut