Changes between Version 23 and Version 24 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/23/10 00:11:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v23 v24 41 41 - in interactive view formats, this is a {{{dict}}} of view variables 42 42 43 == AdvancedOptions ==43 == Basic Options == 44 44 45 === Pre-Process===45 === Redirection === 46 46 47 === Post-Process ===47 === Callbacks === 48 48 49 === Validation Callbacks===49 === Pagination === 50 50 51 == = On-Accept Callbacks ===51 == View Control == 52 52 53 === On-Delete Callbacks === 54 55 === Method Handlers === 56 57 === Custom Methods === 53 === Custom View === 58 54 59 55 === Additional View Variables === … … 87 83 If {{{my_rheader(r)}}} gives something else than {{{None}}}, then this value is added as {{{rheader}}} to the view variables. 88 84 85 == Advanced Options == 86 87 === Pre-Process === 88 89 === Post-Process === 90 91 === Method Handlers === 92 93 === Custom Methods === 94 89 95 ---- 90 96