Feature #33302
form.button ViewHelper
| Status: | Resolved | Start date: | 2012-01-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Bastian Waidelich | % Done: | 100% |
|
| Category: | ViewHelpers | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
<button /> elements are more flexible than <input type="submit" /> as they allow to render arbitrary child elements and can transmit own values which makes them really usable in multi-page forms for example.
In the meantime all major browser support buttons for submitting & resetting so we should add a respective ViewHelper.
Associated revisions
[FEATURE] form.button ViewHelper
Adds a ViewHelper that renders <button /> form elements
Change-Id: I53dd7fc154761c0c70449ffefcc1a1bed167de72
Resolves: #33302
Releases: 1.1
History
Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7855
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7860
Updated by Sebastian Kurfuerst over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100