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
HTML::FormFu::Role::Constraint::Others(3) User Contributed Perl Documentation HTML::FormFu::Role::Constraint::Others(3)

HTML::FormFu::Role::Constraint::Others - Base class for constraints needing others() method

version 2.07

Arguments: \@nested_names

Arguments: $bool

If true, the "others" list will be automatically generated from the "nested_name" of all fields which are considered siblings of the field the constraint is attached to.

Sibling are found by searching up through the field's parental hierarchy for the first block containing any other field. All fields attached at any depth to this block are considered siblings.

If true, any error will cause the error message to be associated with the field the constraint is attached to.

Can be use in conjunction with "attach_errors_to_others".

Is ignored if "attach_errors_to" is set.

If true, any error will cause the error message to be associated with every field named in "others".

Can be use in conjunction with "attach_errors_to_base".

Is ignored if "attach_errors_to" is set.

Arguments: \@field_names

Any error will cause the error message to be associated with every field named in "attach_errors_to".

Overrides "attach_errors_to_base" and "attach_errors_to_others".

Is a sub-class of, and inherits methods from HTML::FormFu::Constraint

HTML::FormFu

Carl Franks "cfranks@cpan.org"

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

Carl Franks <cpan@fireartist.com>

This software is copyright (c) 2018 by Carl Franks.

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

2018-12-14 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.