1HTML::FormHandler::FielUdsse(r3)Contributed Perl DocumenHtTaMtLi:o:nFormHandler::Fields(3)
2
3
4
6 HTML::FormHandler::Fields - internal role for form and compound fields
7
9 version 0.40068
10
12 A role to implement field attributes, accessors, etc. To be applied to
13 HTML::FormHandler and HTML::FormHandler::Field::Compound.
14
15 fields
16 The field definitions as built from the field_list and the 'has_field'
17 declarations. This provides clear_fields, add_field, remove_last_field,
18 num_fields, has_fields, and set_field_at methods.
19
20 field( $full_name )
21 Return the field object with the full_name passed. Will return undef if
22 the field is not found, or will die if passed a second parameter.
23
24 field_index
25 Convenience function for use with 'set_field_at'. Pass in 'name' of
26 field (not full_name)
27
28 sorted_fields
29 Calls fields and returns them in sorted order by their "order" value.
30 Non-sorted fields are retrieved with 'fields'.
31
32 clear methods
33 clear_data
34 clear_fields
35 clear_error_fields
36
37 Dump information
38 dump - turn verbose flag on to get this output
39 dump_validated - shorter version
40
42 FormHandler Contributors - see HTML::FormHandler
43
45 This software is copyright (c) 2017 by Gerda Shank.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.36.0 2023-01-20 HTML::FormHandler::Fields(3)