Changes between Version 23 and Version 24 of S3/S3REST/s3_rest_controller


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v23 v24  
    4141    - in interactive view formats, this is a {{{dict}}} of view variables
    4242
    43 == Advanced Options ==
     43== Basic Options ==
    4444
    45 === Pre-Process ===
     45=== Redirection ===
    4646
    47 === Post-Process ===
     47=== Callbacks ===
    4848
    49 === Validation Callbacks ===
     49=== Pagination ===
    5050
    51 === On-Accept Callbacks ===
     51== View Control ==
    5252
    53 === On-Delete Callbacks ===
    54 
    55 === Method Handlers ===
    56 
    57 === Custom Methods ===
     53=== Custom View ===
    5854
    5955=== Additional View Variables ===
     
    8783If {{{my_rheader(r)}}} gives something else than {{{None}}}, then this value is added as {{{rheader}}} to the view variables.
    8884
     85== Advanced Options ==
     86
     87=== Pre-Process ===
     88
     89=== Post-Process ===
     90
     91=== Method Handlers ===
     92
     93=== Custom Methods ===
     94
    8995----
    9096