Changes between Version 12 and Version 13 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/22/10 12:28:44 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v12 v13  
    3131In interactive view formats, any additional named arguments in the {{{s3_rest_controller}}} argument list will be added to the view variables:
    3232
     33{{{
     34output = s3_rest_controller(prefix, resourcename, **attr)
     35}}}
     36
     37  - '''**attr''': additional view variables
     38
     39
    3340  - any callable argument will be invoked with the {{{S3Request}}} as first and only argument, and its return value will be added to the view variables
    3441  - any non-callable argument will be added to the view variables as-is