[Jifty-commit] r5744 - jifty/trunk/lib/Jifty/Manual

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 18 01:23:56 EDT 2008


Author: sterling
Date: Mon Aug 18 01:23:56 2008
New Revision: 5744

Modified:
   jifty/trunk/lib/Jifty/Manual/JavaScript.pod

Log:
Added an adiitional note about mapped values to the JavaScript documentation.

Modified: jifty/trunk/lib/Jifty/Manual/JavaScript.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/JavaScript.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/JavaScript.pod	Mon Aug 18 01:23:56 2008
@@ -256,7 +256,7 @@
 
 =item args
 
-This is a list of arguments to pass to the server.
+These are the arguments to pass to the server. These are passed as an argument where the field names are the keys to pass. The values may be a typical string value to pass in or may be one of the special values listed in L<Jifty::Request::Mapper>, which will set the values based upon action results and other values in the request. (Those values will need to be produced using the JavaScript analog of the descriptions in Perl. Specifically, hashes are JavaScript objects and actions must be given as action monikers.)
 
 =item path
 


More information about the Jifty-commit mailing list