ASP4x-Linker

 view release on metacpan or  search on metacpan

lib/ASP4x/Linker.pm  view on Meta::CPAN

274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
=item * The incoming form data from the original request
 
=item * Individually-set values for each widget in the collection.
 
=item * Any properties provided as an argument to C<uri()>.
 
=back
 
=head2 hidden_fields( [$properties] )
 
Returns a string of XHTML hidden input fields (<input type="hidden" name="$name" value="$value" />).
 
Useful if your persistence logic involves repeated form submissions rather than hyperlinks.
 
The C<$properties> argument is the same as in the C<uri()> method.
 
=head2 vars( [$properties] )
 
Returns a hashref representing the intersect of all widgets' names and attributes.
 
Supposing you setup your linker like this:



( run in 1.103 second using v1.01-cache-2.11-cpan-95122f20152 )