Actions
Task #70345
closedFeature #70332: EXT:form - Add HTML4 / HTML5 attributes to the wizard
EXT:form - Add HTML4 / HTML5 attributes to the wizard element FILEUPLOAD
Start date:
2015-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently supported attributes:¶
accesskey, alt, class, dir, disabled, id, lang, name, size, style, tabindex, title, type
New attributes:¶
Universal attributes:¶
accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate
Element attributes:¶
accept, autofocus, disabled, multiple name, readonly, required, type, value
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.fileupload.accordions.attributes.showProperties = accept, accesskey, autofocus, class, contenteditable, contextmenu, dir, disabled, draggable, dropzone, hidden, id, lang, multiple, name, readonly, required, spellcheck, style, tabindex, title, translate, type, value
Actions