Feature #70349
closedFeature #70332: EXT:form - Add HTML4 / HTML5 attributes to the wizard
EXT:form - Add the element INPUT to the wizard
0%
Description
Supported attributes:¶
Universal attributes:¶
accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate
Element attributes:¶
accept, autocomplete, autofocus, checked, disabled, inputmode, list, max, maxlength, min, minlength, multiple, name, pattern, placeholder, readonly, required, size, step, type, value
Extend the type attribute and support this values:
button, checkbox, color, date, datetime, datetime-local, email, file, hidden, image, month, number, password, radio, range, reset, search, submit, tel, text, time, url, week
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Björn Jacob about 9 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 7
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43793
Updated by Ralf Zimmermann almost 9 years ago
- Status changed from Under Review to Rejected
- Assignee changed from Ralf Zimmermann to Björn Jacob
Updated by Björn Jacob almost 9 years ago
Just a small explanation: we don't need this feature anymore or at least the way the patchset introduced it. This feature won't be part of v7. In v8 the form wizard will be rewritten from scratch. Therefore, there will be a different implementation.