The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Form::Factory::Control::FullText - The full_text control

VERSION

version 0.009

SYNOPSIS

  has_control message => (
      control => 'full_text',
      options => {
          default_value => q{Lots of
            text goes
            in here.},
      },
  );

DESCRIPTION

This is a multi-line text control.

ATTRIBUTES

default_value

The default value of the control.

stashable_keys

The "value" is stashed.

METHODS

current_value

This use the "value" if available. It falls back to "default_value" otherwise. It returns an empty string if neither are set.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009 Qubling Software LLC.

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.