| Reaction documentation | Contained in the Reaction distribution. |
Reaction::UI::Widget::Field::Mutable::Text - A multiline text input field
share/skin/base/layout/field/mutable/text.tt
This layout set renders a textarea element to allow the input
of multiline texts.
See Reaction::Class for authors.
See Reaction::Class for the license.
| Reaction documentation | Contained in the Reaction distribution. |
package Reaction::UI::Widget::Field::Mutable::Text; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::Widget::Field::Mutable'; __PACKAGE__->meta->make_immutable; 1; __END__;