branching
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Number.pm
1 package Reaction::UI::ViewPort::Field::Number;
2
3 use Reaction::Class;
4
5 class Number is 'Reaction::UI::ViewPort::Field', which {
6
7   #has '+layout' => (default => 'textfield');
8
9 };
10
11 1;
12
13 =head1 NAME
14
15 Reaction::UI::ViewPort::Field::Number
16
17 =head1 DESCRIPTION
18
19 =head1 SEE ALSO
20
21 =head2 L<Reaction::UI::ViewPort::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