fixed Bar Controller, tons of bugs everywhere, restructured controller namespace
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / DateTime.pm
1 package Reaction::UI::Widget::Field::DateTime;
2
3 use Reaction::UI::WidgetClass;
4
5 class DateTime is 'Reaction::UI::Widget::Field', which {
6
7   field renders [ string { $_{viewport}->value_string }, ];
8
9 };
10
11 1;
12
13 __END__;
14
15 =head1 NAME
16
17 Reaction::UI::Widget::Field::DateTime
18
19 =head1 DESCRIPTION
20
21 See L<Reaction::UI::Widget::Field>
22
23 =head1 FRAGMENTS
24
25 =head2 field
26
27 C<content> contains viewport's C<value_string>
28
29 =head1 AUTHORS
30
31 See L<Reaction::Class> for authors.
32
33 =head1 LICENSE
34
35 See L<Reaction::Class> for the license.
36
37 =cut