r15374@deathmachine (orig r423): edenc | 2007-12-17 13:43:38 -0500
[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
5a1a893e 23=head2 field
8f19d042 24
5a1a893e 25C<content> contains viewport's C<value_string>
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