added dropdown for keychain
parent
9bfe98e600
commit
a99e3402c0
|
@ -905,6 +905,7 @@
|
|||
html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', SHX_IFC_getCurrentValue(id, 'text1'), section_id);
|
||||
html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', SHX_IFC_getCurrentValue(id,'font'), ['LT Beverage', "Rose"], section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color', 'Farbe', 'Farbe', SHX_IFC_getCurrentValue(id, 'color'), [], section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-keychain', 'Schlüsselanhänger', 'Schlüsselanhänger', SHX_IFC_getCurrentValue(id, 'keychain'), ["Keiner", "Mit Schlüsselanhänger links"], section_id);
|
||||
|
||||
return html;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue