Changes between Version 41 and Version 42 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/24/10 07:20:56 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v41 v42  
    240240=== Custom View ===
    241241
     242To set a custom view, you can easily override the default setting ''after'' s3_rest_controller returns:
     243
     244{{{
     245  output = s3_rest_controller(prefix, resourcename)
     246
     247  response.view = "myview.html"
     248
     249  return output
     250}}}
    242251=== Additional View Variables ===
    243252