shqawe
Member
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:
But when i try saving no data was saved in database.
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 was saved in database.