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:
<xf:formrow label="{$option.title}" hint="{$hintHtml}" html="{$listedHtml}">
<xf:editorrow name="option[option_id]"...
<xf:textarea shows the value of $string when I submit and return $string from the controller:
<xf:textarearow name="string" label="Metin" autofocus="autofocus" value="{$string}" required="required" rows="10"/>
But <xf:editorrow shows nothing:
<xf:editorrow name="string" label="Metin"...