Task #70345
Updated by Ralf Zimmermann about 9 years ago
Current supported attributes:
<pre>accesskey, alt, class, dir, disabled, id, lang, name, size, style, tabindex, title, type</pre>
New supported attributes:
universal attributes:
<pre>accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate</pre>
element attributes:
<pre>accept, autofocus, disabled, multiple name, readonly, required, type, value</pre>
The wizard show only a few attributes by default.
To see all the attributes for the elements, you have to write the following configuration in <pre>typo3/sysext/form/Configuration/PageTS/modWizards.ts</pre>
<pre>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</pre>