Project

General

Profile

Task #70339

Updated by Ralf Zimmermann over 8 years ago

Current supported attributes: 

 <pre>class, disabled, id, lang, multiple, name, size, 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, disabled, multiple, name, required, size</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.select.accordions.attributes.showProperties = accesskey, autofocus, class, contenteditable, contextmenu, dir, disabled, draggable, dropzone, hidden, id, lang, multiple, name, required, size, spellcheck, style, tabindex, title, translate</pre>

Back