RSS Feed/News How to save editorrow value in ACP option

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,955
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top