fixed choosemany, fixed some widget stuff i broke before, renamed ordered_fields...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Mutable / TimeRange.pm
1 package Reaction::UI::Widget::Field::Mutable::TimeRange;
2
3 use Reaction::UI::WidgetClass;
4
5 class TimeRange is 'Reaction::UI::Widget::Field::Mutable', which {
6
7 };
8
9 1;
10
11 __END__;
12
13 =head1 NAME
14
15 Reaction::UI::Widget::Field::TimeRange
16
17 =head1 DESCRIPTION
18
19 Warning: INCOMPLETE CLASS
20
21 See L<Reaction::UI::Widget::Field>
22
23 =head1 AUTHORS
24
25 See L<Reaction::Class> for authors.
26
27 =head1 LICENSE
28
29 See L<Reaction::Class> for the license.
30
31 =cut