pass down options accurately
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value.pm
CommitLineData
e22de101 1package Reaction::UI::Widget::Value;
2
3use Reaction::UI::WidgetClass;
4
5class Value, which {
aa8c0c90 6
7 before fragment widget {
8 arg value => $_{viewport}->value_string;
9 };
10
e22de101 11};
12
131;
14
15__END__;
16
17=head1 NAME
18
19Reaction::UI::Widget::Value
20
21=head1 DESCRIPTION
22
23=head1 FRAGMENTS
24
25=head2 widget
26
49170400 27Additional available arguments
e22de101 28
49170400 29=over 4
e22de101 30
49170400 31=item B<value> - The C<value_string> of the viewport
e22de101 32
49170400 33=back
e22de101 34
35=head1 AUTHORS
36
37See L<Reaction::Class> for authors.
38
39=head1 LICENSE
40
41See L<Reaction::Class> for the license.
42
43=cut