GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Form::Sensible::Field::LongText(3) User Contributed Perl Documentation Form::Sensible::Field::LongText(3)

Form::Sensible::Field::LongText - Field for representing large amounts of character-string data.

    use Form::Sensible::Field::LongText;
    
    my $textfield = Form::Sensible::Field::LongText->new(
                                                    name => 'username',
                                                    maximum_length => 16,
                                                    should_truncate => 0
                                                  );

Form::Sensible::Field subclass for representing large amounts of character-string based data. It has all the same attributes and behaviors as Text, only is intended for larger amounts of text. It is separate from Text fields only because arger-blocks of text will likely require additional formatting and processing options.

'maximum_length'
The maximum length this text field should accept. Note that any size of string can be placed in the field, it will simply fail validation if it is too large. Defaults to 51200. Alternately if should_truncate is true, the value will be truncated when it is set. ("should_truncate" is false by default. )

Jay Kuri - <jayk@cpan.org>

Ionzero LLC. <http://ionzero.com/>

Form::Sensible

Copyright 2009 by Jay Kuri <jayk@cpan.org>

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

2012-02-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.