ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,075
- Points
- 823
Reputation:
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...