Task #70340
Updated by Ralf Zimmermann about 9 years ago
Current supported attributes:
<pre>accesskey, class, cols, dir, disabled, id, lang, name, placeholder, readonly, rows, style, tabindex, title</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>autofocus, cols, disabled, inputmode, maxlength, minlength, name, placeholder, readonly, required, rows, selectionDirection, selectionEnd, selectionStart, wrap</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.textarea.accordions.attributes.showProperties = accesskey, autofocus, class, contenteditable, contextmenu, cols, dir, disabled, draggable, dropzone, hidden, id, inputmode, lang, maxlength, minlength, name, placeholder, readonly, required, rows, selectionDirection, selectionEnd, selectionStart, spellcheck, style, tabindex, title, translate, wrap</pre>