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