Actions
Task #70337
closedFeature #70332: EXT:form - Add HTML4 / HTML5 attributes to the wizard
EXT:form - Add HTML4 / HTML5 attributes to the wizard element FORM
Start date:
2015-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently supported attributes:¶
accept, accept-charset, action, class, dir, enctype, id, lang, method, style, title
New attributes:¶
Universal attributes:¶
accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate
Element attributes:¶
accept, accept-charset, action, autocomplete, enctype, method, novalidate
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.form.accordions.attributes.showProperties = accept, accept-charset, accesskey, action, autocomplete, class, contenteditable, contextmenu, dir, draggable, dropzone, enctype, hidden, id, lang, method, novalidate, spellcheck, style, tabindex, title, translate
Actions