Task #70344
Updated by Ralf Zimmermann about 9 years ago
Current supported attributes:
<pre>class, id, lang, name, style, type, value</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>name, 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.hidden.accordions.attributes.showProperties = accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, name, spellcheck, style, tabindex, title, translate, type, value</pre>