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