U
unutKan
Guest
Hi,
I'm developing a custom style property using a <xf:radiorow> inside a style_property_template template. The selected option is saved correctly and shown properly in the style property page, even after refresh.
HTML:
Read more
Continue reading...
I'm developing a custom style property using a <xf:radiorow> inside a style_property_template template. The selected option is saved correctly and shown properly in the style property page, even after refresh.
HTML:
Code:
<xf:radiorow name="{$formBaseKey}[selected_function]">
<xf:option value="design1" selected="{$property.property_value.selected_function} == 'design1'">
Design 1
</xf:option>
<xf:option value="design2" selected="{$property.property_value.selected_function} ==...
Read more
Continue reading...