unlazified field value setting
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / DateTime.pm
CommitLineData
8f19d042 1package Reaction::UI::Widget::Field::DateTime;
2
3use Reaction::UI::WidgetClass;
4
5class DateTime is 'Reaction::UI::Widget::Field', which {
6
8f19d042 7};
8
91;
10
6ab43711 11__END__;
8f19d042 12
5a1a893e 13=head1 NAME
8f19d042 14
5a1a893e 15Reaction::UI::Widget::Field::DateTime
8f19d042 16
5a1a893e 17=head1 DESCRIPTION
8f19d042 18
5a1a893e 19See L<Reaction::UI::Widget::Field>
8f19d042 20
5a1a893e 21=head1 FRAGMENTS
8f19d042 22
2f670e13 23=head2 value
8f19d042 24
2f670e13 25C<content> contains the viewport's value_string
5a1a893e 26
27=head1 AUTHORS
28
29See L<Reaction::Class> for authors.
30
31=head1 LICENSE
32
33See L<Reaction::Class> for the license.
8f19d042 34
35=cut