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
- 26,860
- Points
- 823
Reputation:
can someone explain how the drafts work, I'm trying to implement that feature in an addon.
the draft url in this example is custom_submission/draft and the way I'm thinking is I would need a controller for that? or is there already a controller I should extend,
HTML:
Read more
Continue reading...
the draft url in this example is custom_submission/draft and the way I'm thinking is I would need a controller for that? or is there already a controller I should extend,
HTML:
Code:
<xf:form action="{{link('custom-submission/confirm', $ssubmissionId)}}" class="block"
draft="{{link('custom-submission/draft')}}" >
<xf:editorrow
name="rbl_submission"
value="{$verse}"
class="input js-editor u-jsOnly"...
Read more
Continue reading...