Changes between Version 21 and Version 22 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/23/10 00:07:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v21 v22 29 29 - non-interactive data export/import (GET/POST/PUT/DELETE) in multiple formats 30 30 31 == Syntax ==31 == Basic Syntax == 32 32 33 33 {{{ … … 40 40 - '''output''' contains the result of the request and can be returned from the controller as-is 41 41 - 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 === 42 58 43 59 === Additional View Variables ===