add 'inline_form_validation' option to validate inline forms with custom algo

This commit is contained in:
Simon Vieille 2023-09-26 16:14:54 +02:00
parent 1ecc6c840d
commit 252e146936
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -110,6 +110,7 @@ All fields have these options:
| `href` | `string | callable` | `null` | Data to generate a link |
| `href_attr` | `array | callable` | `null` | Attributes of the link |
| `inline_form` | `null | callable` | `null` | A method to define a form to edit datas |
| `inline_form_validation` | `null | callable` | `null` | A method to define a custom form validation callback |
```php-inline title="Example #0"