Changes between Version 32 and Version 33 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/24/10 06:09:29 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v32 v33  
    100100This allows you to define a common onvalidation callback for both ''create'' and ''update''.
    101101
    102 Onvalidation callbacks are meant to allow additional form data validation (beyond individual field validators). The callables receive the form as first and only parameter, while their return values will be ignored.
     102Onvalidation callbacks are meant to allow additional form data validation (beyond individual field validators). The callables receive the '''form''' as first and only parameter, while their return values will be ignored.
    103103
    104104Any validation errors are to be reported directly into the form as: