aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Field/String.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-09-28 18:01:42 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-09-28 18:01:42 +0000
commit5a1a893ef93c22e0aba72a346749753ace194d66 (patch)
treee0e205313394669a385715c0139d7cf18a072127 /lib/Reaction/UI/Widget/Field/String.pm
parent9de685fc288409d8b92e41f1e23b67562ea407f8 (diff)
downloadreaction-5a1a893ef93c22e0aba72a346749753ace194d66.tar.gz
reaction-5a1a893ef93c22e0aba72a346749753ace194d66.zip
more work towards widgets, split up the templates and added some super basic POD
Diffstat (limited to 'lib/Reaction/UI/Widget/Field/String.pm')
-rw-r--r--lib/Reaction/UI/Widget/Field/String.pm23
1 files changed, 8 insertions, 15 deletions
diff --git a/lib/Reaction/UI/Widget/Field/String.pm b/lib/Reaction/UI/Widget/Field/String.pm
index f2380dd..eb25c8f 100644
--- a/lib/Reaction/UI/Widget/Field/String.pm
+++ b/lib/Reaction/UI/Widget/Field/String.pm
@@ -8,27 +8,20 @@ class String is 'Reaction::UI::Widget::Field', which {
1;
-=for layout widget
+=head1 NAME
-[% label %] [% field %] [% message %]
+Reaction::UI::Widget::Field::String
-=for layout field
+=head1 DESCRIPTION
-<!-- We need a replacement for process_attrs -->
-<input type="text" name="[% name | html %]" id="[% id | html %]" value="[% content | html %]" />
+See L<Reaction::UI::Widget::Field>
-=for layout label
+=head1 AUTHORS
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
- <label for="[% id | html %]"> [% content | html %]: </label>
-[% END %]
+See L<Reaction::Class> for authors.
-=for layout message
+=head1 LICENSE
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
- <span> [% content | html %] </span>
-[% END %]
+See L<Reaction::Class> for the license.
=cut