Changes between Version 12 and Version 13 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:28:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v12 v13 31 31 In interactive view formats, any additional named arguments in the {{{s3_rest_controller}}} argument list will be added to the view variables: 32 32 33 {{{ 34 output = s3_rest_controller(prefix, resourcename, **attr) 35 }}} 36 37 - '''**attr''': additional view variables 38 39 33 40 - 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 34 41 - any non-callable argument will be added to the view variables as-is