Task #70337
Updated by Björn Jacob about 9 years ago
h2. Currently supported attributes: <pre>accept, accept-charset, action, class, dir, enctype, id, lang, method, style, title</pre> h2. New attributes: h3. Universal attributes: <pre>accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate</pre> h3. Element element attributes: <pre>accept, accept-charset, action, autocomplete, enctype, method, novalidate</pre> The wizard shows only a few attributes by default. To see all the attributes for the elements, you have to add the following configuration to your PageTS: <pre> mod.wizards.form.elements.form.accordions.attributes.showProperties = accept, accept-charset, accesskey, action, autocomplete, class, contenteditable, contextmenu, dir, draggable, dropzone, enctype, hidden, id, lang, method, novalidate, spellcheck, style, tabindex, title, translate </pre>