Actions
Feature #90386
closedDeprecate all form-related ViewHelpers except for f:form in favor of a single "form field name" ViewHelper
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-02-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Rather than reproducing a bunch of XHTML API it would be possible to switch strategies:
- Currently we have specific versions of all possible XHTML form components, which have different support for attributes than the XHTML component does
- Instead of this we can switch strategies so you write XHTML form fields and use a ViewHelper to 1) generate "name" attribute value and 2) register this field name in the HMAC.
Actions