Unable to conditionally check selected option in style property template

Status
This content is read-only, or is not open for further replies.

unutKan

Guest
offline
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:

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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom