Task #70338
closedFeature #70332: EXT:form - Add HTML4 / HTML5 attributes to the wizard
EXT:form - Add HTML4 / HTML5 attributes to the wizard element BUTTON
100%
Description
Currently supported attributes:¶
accesskey, alt, class, dir, disabled, id, lang, name, style, tabindex, title, type, value
New attributes:¶
Universal attributes:¶
accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate
Element attributes:¶
autofocus, disabled, name, type, value
To make the button element visible, use the following PageTS.
mod.wizards.form.defaults.tabs.elements.accordions.basic.showButtons := addToList(button)
The wizard shows only a few attributes by default.
To see all the attributes for the elements, you have to add the following configuration to your PageTS:
mod.wizards.form.elements.button.accordions.attributes.showProperties = accesskey, autofocus, class, contenteditable, contextmenu, dir, disabled, draggable, dropzone, hidden, id, lang, name, spellcheck, style, tabindex, title, translate, type, value
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/43779
Updated by Ralf Zimmermann about 9 years ago
- Description updated (diff)
- Assignee deleted (
Ralf Zimmermann)
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/43779
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/43779
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ec80beefee37383abf09bfeb0ed28c6b8e8b83e2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed