How to save <xf:editorrow /> value when i use it in my addon option. I create a new template for this option with below code:
HTML:
But when i try saving no data...
Read more
Читать далее...
HTML:
Код:
<xf:formrow label="{$option.title}" hint="{$hintHtml}" html="{$listedHtml}">
<xf:editorrow name="option[option_id]" value="{$option.option_value}"
rowtype="fullWidth mergePrev " data-min-height="100" />
</xf:formrow>
But when i try saving no data...
Read more
Читать далее...