1HTML::FormHandler::WidgUeste:r:BCloonctkr(i3b)uted PerlHDToMcLu:m:eFnotramtHiaonndler::Widget::Block(3)
2
3
4
6 HTML::FormHandler::Widget::Block - base block renderer
7
9 version 0.40068
10
12 Base block renderer to be used with HTML::FormHandler::Blocks.
13
14 has_block 'my_fieldset' => ( tag => 'fieldset',
15 render_list => ['bar'], label => 'My Special Bar' );
16
18 render_list
19 List of names of objects to render (fields and blocks)
20
21 build_render_list_method
22 Coderef for constructing the list of names of objects to render
23 (fields and blocks)
24
25 tag HTML tag for this block. Default 'div'.
26
27 class
28 Arrayref of classes for the HTML element.
29
30 attr
31 Other attributes for the HTML element.
32
33 label_tag
34 Tag to use for the label. Default: 'span'; default for 'fieldset'
35 is 'legend'.
36
37 label_class
38 Classes for the label.
39
40 label
41 Label string. Will be localized.
42
44 FormHandler Contributors - see HTML::FormHandler
45
47 This software is copyright (c) 2017 by Gerda Shank.
48
49 This is free software; you can redistribute it and/or modify it under
50 the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.32.1 2021-01-27HTML::FormHandler::Widget::Block(3)