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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 7 14:00:51 EST 2007


Author: jesse
Date: Wed Mar  7 14:00:50 2007
New Revision: 2921

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

Log:
 r53211 at pinglin:  jesse | 2007-03-07 14:00:01 -0500
 * Doc patch for how to do multiple "onclick" actions - jpollack at gmail.com


Modified: jifty/trunk/lib/Jifty/Web/Form/Element.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Element.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Element.pm	Wed Mar  7 14:00:50 2007
@@ -17,7 +17,8 @@
 set of arguments.
 
 The format of the arguments passed to C<onclick> (or any similar
-method) is a hash reference or string.  Strings are inserted verbatim.
+method) is a string, a hash reference, or a reference to an array of
+multiple hash references.  Strings are inserted verbatim.
 
 Hash references can take a number of possible keys.  The most
 important is the mode of the fragment replacement, if any; it is


More information about the Jifty-commit mailing list