Project

General

Profile

Task #70338

Updated by Björn Jacob over 8 years ago

h2. Currently supported attributes: 

 <pre>accesskey, alt, class, dir, disabled, id, lang, name, style, tabindex, title, type, value</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 attributes: 

 <pre>autofocus, disabled, name, type, value</pre> 

 To make the button element visible, use the following PageTS. append "button" to 
 <pre>mod.wizards.form.defaults.tabs.elements.accordions.basic.showButtons</pre> 

 <pre>mod.wizards.form.defaults.tabs.elements.accordions.basic.showButtons := addToList(button)</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.button.accordions.attributes.showProperties <pre>mod.wizards.form.elements.button.accordions.attributes.showProperties = accesskey, autofocus, class, contenteditable, contextmenu, dir, disabled, draggable, dropzone, hidden, id, lang, name, spellcheck, style, tabindex, title, translate, type, value 
 </pre> value</pre>

Back