How to save editorrow value in ACP option

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

shqawe

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

Code:
<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

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom