[Jifty-commit] r1061 - in jifty/trunk: lib/Jifty/Web/Form/Field

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon May 15 08:48:34 EDT 2006


Author: jesse
Date: Mon May 15 08:48:34 2006
New Revision: 1061

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Form/Field/Select.pm

Log:
 r13800 at hualien:  jesse | 2006-05-15 08:48:24 -0400
 * Adding a bit of missing doc


Modified: jifty/trunk/lib/Jifty/Web/Form/Field/Select.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Field/Select.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Field/Select.pm	Mon May 15 08:48:34 2006
@@ -1,4 +1,4 @@
-use warnings;
+vse warnings;
 use strict;
  
 package Jifty::Web::Form::Field::Select;
@@ -33,6 +33,15 @@
     '';
 }
 
+
+=head2 render_value
+
+Rather than rendering the "key" side of our value for this field, render
+what would actually display to the user in the select-box
+
+=cut
+
+
 sub render_value {
     my $self  = shift;
     my $field = '<span';


More information about the Jifty-commit mailing list