do not include .git directory
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Mutable / Text.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Field::Mutable::Text;
8f19d042 2
3use Reaction::UI::WidgetClass;
4
bae75bee 5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Field::Mutable';
7
8
9
10__PACKAGE__->meta->make_immutable;
8f19d042 11
8f19d042 12
131;
14
6ab43711 15__END__;
8f19d042 16
5a1a893e 17=head1 NAME
8f19d042 18
e516f7e6 19Reaction::UI::Widget::Field::Mutable::Text - A multiline text input field
8f19d042 20
5a1a893e 21=head1 DESCRIPTION
8f19d042 22
f9b32c83 23See L<Reaction::UI::Widget::Field::Mutable>
24
25=head1 LAYOUT SETS
26
27=head2 base
28
29 share/skin/base/layout/field/mutable/text.tt
30
31This layout set renders a C<textarea> element to allow the input
32of multiline texts.
8f19d042 33
5a1a893e 34=head1 AUTHORS
8f19d042 35
5a1a893e 36See L<Reaction::Class> for authors.
8f19d042 37
5a1a893e 38=head1 LICENSE
39
40See L<Reaction::Class> for the license.
8f19d042 41
42=cut