r15165@deathmachine (orig r402): groditi | 2007-11-14 13:33:11 -0500
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Text.pm
index 9bc152c..9d5e603 100644 (file)
@@ -8,29 +8,22 @@ class Text is 'Reaction::UI::Widget::Field', which {
 
 1;
 
-=for layout widget
+__END__;
 
-[% label %] [% field %] [% message %]
+=head1 NAME
 
-=for layout field
+Reaction::UI::Widget::Field::Text
 
-<!-- We need a replacement for process_attrs -->
-<textarea name="[% name | html %]" id="[% id | html %]">
-  [% content | html %]
-</textarea>
+=head1 DESCRIPTION
 
-=for layout label
+See L<Reaction::UI::Widget::Field>
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <label for="[% id | html %]"> [% content | html %]: </label>
-[% END %]
+=head1 AUTHORS
 
-=for layout message
+See L<Reaction::Class> for authors.
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <span> [% content | html %] </span>
-[% END %]
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
 
 =cut