[Jifty-commit] r1518 - jifty/trunk/lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jul 9 22:35:19 EDT 2006


Author: audreyt
Date: Sun Jul  9 22:35:18 2006
New Revision: 1518

Modified:
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm

Log:
* Jifty::Web::Form:Clickable - provide a bit more info on how to use
  the "returns" field.

Modified: jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	Sun Jul  9 22:35:18 2006
@@ -74,8 +74,10 @@
 
 Passing this parameter implies the creation of a continuation when the
 link is clicked.  It takes an anonymous hash of return location to
-where the return value is pulled from.  See L<Jifty::Request::Mapper>
-for details.
+where the return value is pulled from -- that is, the same structure
+the C<parameters> method takes.
+
+See L<Jifty::Request::Mapper/query_parameters> for details.
 
 =item submit
 


More information about the Jifty-commit mailing list