| 17 | | ||''subheadings''|| || || || |
| 18 | | ||''mark_required''|| || || || |
| 19 | | ||''onvalidation''|| || || || |
| 20 | | ||''create_onvalidation''|| || || || |
| 21 | | ||''update_onvalidation''|| || || || |
| 22 | | ||''onaccept''|| || || || |
| 23 | | ||''create_onaccept''|| || || || |
| 24 | | ||''update_onaccept''|| || || || |
| 25 | | ||''create_next''|| || || || |
| 26 | | ||''update_next''|| || || || |
| 27 | | ||''post_process''|| || || || |
| 28 | | |
| | 19 | ||''subheadings''||Subheadings to insert into CRUD forms||structure|| || |
| | 20 | ||''mark_required''||Enforce fields to be marked as required in forms||list of field names|| || |
| | 21 | ||''onvalidation''||Hook to validate records||function|| || |
| | 22 | ||''create_onvalidation''||Hook to validate new records (overrides onvalidation for create)||function|| || |
| | 23 | ||''update_onvalidation''||Hook to validate record updates (overrides onvalidation for update)||function|| || |
| | 24 | ||''onaccept''||Hook to perform post-commit actions||function|| || |
| | 25 | ||''create_onaccept''||Hook to perform post-commit actions for new records (overrides onaccept for create)||function|| || |
| | 26 | ||''update_onaccept''||Hook to perform post-commit actions for record updates (overrides onaccept for update)||function|| || |
| | 27 | ||''create_next''||target for redirection after successful create||URL|| || |
| | 28 | ||''update_next''||target for redirection after successful update||URL|| || |
| | 29 | ||''post_process''||post-process hook for old EmbeddedComponentWidget (no longer used)||function|| || |