Changes between Version 21 and Version 22 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/23/10 00:07:14 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v21 v22  
    2929  - non-interactive data export/import (GET/POST/PUT/DELETE) in multiple formats
    3030
    31 == Syntax ==
     31== Basic Syntax ==
    3232
    3333{{{
     
    4040  - '''output''' contains the result of the request and can be returned from the controller as-is
    4141    - in interactive view formats, this is a {{{dict}}} of view variables
     42
     43== Controller Extensions ==
     44
     45=== Pre-Process ===
     46
     47=== Post-Process ===
     48
     49=== Validation Callbacks ===
     50
     51=== On-Accept Callbacks ===
     52
     53=== On-Delete Callbacks ===
     54
     55=== Method Handlers ===
     56
     57=== Custom Methods ===
    4258
    4359=== Additional View Variables ===