Project

General

Profile

Task #70343

Updated by Björn Jacob over 8 years ago

h2. Currently Current supported attributes: 

 <pre>accesskey, alt, class, dir, disabled, id, lang, maxlength, name, placeholder, readonly, size, style, tabindex, title, type, value</pre> 

 h2. New supported attributes: 

 h3. Universal universal attributes: 

 <pre>accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate</pre> 

 h3. Element element attributes: 

 <pre>autocomplete, autofocus, disabled, maxlength, minlength, name, pattern, placeholder, readonly, required, size, type, value</pre> 

 The wizard shows show only a few attributes by default. 
 To see all the attributes for the elements, you have to add write the following configuration to your PageTS: in <pre>typo3/sysext/form/Configuration/PageTS/modWizards.ts</pre> 

 <pre> 
 mod.wizards.form.elements.password.accordions.attributes.showProperties <pre>mod.wizards.form.elements.password.accordions.attributes.showProperties = accesskey, autocomplete, autofocus, class, contenteditable, contextmenu, dir, disabled, draggable, dropzone, hidden, id, lang, maxlength, minlength, name, pattern, placeholder, readonly, required, size, spellcheck, style, tabindex, title, translate, type, value 
 </pre> value</pre>

Back