| Form::Factory::Control::FullText - The full_text control |
Form::Factory::Control::FullText - The full_text control
version 0.014
has_control message => ( control => 'full_text', options => { default_value => q{Lots of text goes in here.}, }, );
This is a multi-line text control.
The default value of the control.
The value is stashed.
This use the value if available. It falls back to default_value otherwise. It returns an empty string if neither are set.
We have a useful current value when it is defined and the length of the string is greater than zero.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
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.
| Form::Factory::Control::FullText - The full_text control |