shx-3d-render
parent
a691fb1528
commit
0bd07b1463
|
@ -202,7 +202,7 @@
|
||||||
|
|
||||||
function SHX_IFC_genDropdownSelect(inputID, labelText, inputName, inputVal, options, section_id) {
|
function SHX_IFC_genDropdownSelect(inputID, labelText, inputName, inputVal, options, section_id) {
|
||||||
let html = `
|
let html = `
|
||||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span>${inputVal.name}</span></label>
|
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
|
||||||
<div class="field custom">
|
<div class="field custom">
|
||||||
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px">
|
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px">
|
||||||
`;
|
`;
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
|
|
||||||
|
|
||||||
let html = `
|
let html = `
|
||||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
|
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span>${inputVal.name}</span></label>
|
||||||
<div id="${inputID}" class="shx-ifc-colorselect">
|
<div id="${inputID}" class="shx-ifc-colorselect">
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue