08-14-2019, 06:15 AM
My template
If i define IWCheckbox (name eSum):
<div class="checkbox">
<label><input id="ESUM" type="checkbox" value="">Sum</label> -> NOT WORK!
</div>
else define:
{%eSum%} -> WORK
Should this work equally? This also applies to other components. Until now!
If i define IWCheckbox (name eSum):
<div class="checkbox">
<label><input id="ESUM" type="checkbox" value="">Sum</label> -> NOT WORK!
</div>
else define:
{%eSum%} -> WORK
Should this work equally? This also applies to other components. Until now!