U

Unable to conditionally check selected option in style property template

  • Thread starter Thread starter unutKan
  • Start date Start date
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:
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...
 
Similar threads Most view View more
Back
Top Bottom