[Jifty-commit] r6424 - in jifty/trunk: . lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 00:45:32 EST 2009


Author: alexmv
Date: Wed Feb 25 00:45:29 2009
New Revision: 6424

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/AutoReference.pm
   jifty/trunk/lib/Jifty/Plugin/AutoReference/Widget.pm

Log:
 r42579 at kohr-ah:  chmrr | 2009-02-25 00:38:15 -0500
 POD nitpicks for AutoReference


Modified: jifty/trunk/lib/Jifty/Plugin/AutoReference.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/AutoReference.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/AutoReference.pm	Wed Feb 25 00:45:29 2009
@@ -29,7 +29,10 @@
 
 =head1 DESCRIPTION
 
-Provides a special autocompletion widget for reference columns. See L<Jifty::Plugin::AutoReference::Widget>.
+Provides a special autocompletion widget for reference columns. See
+L<Jifty::Plugin::AutoReference::Widget>.  Use this plugin if a
+C<select> box for a table reference is impractical, but you need
+similar semantics.
 
 =head1 METHODS
 

Modified: jifty/trunk/lib/Jifty/Plugin/AutoReference/Widget.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/AutoReference/Widget.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/AutoReference/Widget.pm	Wed Feb 25 00:45:29 2009
@@ -20,9 +20,13 @@
 
 =head1 DESCRIPTION
 
-Provides a special autocomplete widget that can be useful when there are too many items for a Select box to be practical.
+Provides a special autocomplete widget that can be useful when there
+are too many items for a Select box to be practical.
 
-B<WARNING:> As of this writing, it should be noted that this widget does not degrade gracefully. If you need a widget that operates properly even when JavaScript is unavailable, this widget won't do that job at this time.
+B<WARNING:> As of this writing, it should be noted that this widget
+does not degrade gracefully. If you need a widget that operates
+properly even when JavaScript is unavailable, this widget won't do
+that job at this time.
 
 =head1 METHODS
 
@@ -86,7 +90,9 @@
 
 =head2 render_widget
 
-Overrides the widget renderer to draw both a hidden field that stores the actual referenced ID and a text field that is autocompleted using the records brief description.
+Overrides the widget renderer to draw both a hidden field that stores
+the actual referenced ID and a text field that is autocompleted using
+the records brief description.
 
 =cut
 
@@ -117,7 +123,8 @@
 
 =head2 render_value
 
-Overrides the value renderer to show the brief description of the referenced record.
+Overrides the value renderer to show the brief description of the
+referenced record.
 
 =cut
 
@@ -133,7 +140,9 @@
 
 =head2 autocomplete_javascript
 
-Overrides the JavaScript autocompletion widget to use C<Jifty.Plugin.AutoReference> instead of the regular C<Jifty.Autocompleter>.
+Overrides the JavaScript autocompletion widget to use
+C<Jifty.Plugin.AutoReference> instead of the regular
+C<Jifty.Autocompleter>.
 
 =cut
 


More information about the Jifty-commit mailing list