slight change for saner behavior when munging names
[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
7 field renders [ string { $_{viewport}->value_string }, ];
8
9};
10
111;
12
8f19d042 13
5a1a893e 14=head1 NAME
8f19d042 15
5a1a893e 16Reaction::UI::Widget::Field::DateTime
8f19d042 17
5a1a893e 18=head1 DESCRIPTION
8f19d042 19
5a1a893e 20See L<Reaction::UI::Widget::Field>
8f19d042 21
5a1a893e 22=head1 FRAGMENTS
8f19d042 23
5a1a893e 24=head2 field
8f19d042 25
5a1a893e 26C<content> contains viewport's C<value_string>
27
28=head1 AUTHORS
29
30See L<Reaction::Class> for authors.
31
32=head1 LICENSE
33
34See L<Reaction::Class> for the license.
8f19d042 35
36=cut