slight change for saner behavior when munging names
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / HiddenArray.pm
CommitLineData
8f19d042 1package Reaction::UI::Widget::Field::HiddenArray;
2
3use Reaction::UI::WidgetClass;
4
5class HiddenArray is 'Reaction::UI::Widget::Field', which {
6
9de685fc 7 field renders [ item over func('viewport', 'value') ];
8 item renders [ string { $_ } ];
9
8f19d042 10};
11
121;
13
14
5a1a893e 15=head1 NAME
8f19d042 16
5a1a893e 17Reaction::UI::Widget::Field::HiddenArray
8f19d042 18
5a1a893e 19=head1 DESCRIPTION
8f19d042 20
5a1a893e 21See L<Reaction::UI::Widget::Field>
8f19d042 22
5a1a893e 23=head1 FRAGMENTS
8f19d042 24
5a1a893e 25=head2 field
8f19d042 26
5a1a893e 27renders fragment C<item> over the values of 'value' arrayref
8f19d042 28
5a1a893e 29=head2 item
30
31C<content> is $_{_} / $_ (current item in the 'value' array)
32
33=head1 AUTHORS
34
35See L<Reaction::Class> for authors.
36
37=head1 LICENSE
38
39See L<Reaction::Class> for the license.
8f19d042 40
41=cut