RSS Feed/News Entity with multiple bbcode columns (<xf:editor>) + each editor to support each own attachments

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
23,654
Points
823

Reputation:

Hello guys!

Well I have a question: let's say we have an entity MyEntity with text column "description".
This column is populated via the:
HTML / template
HTML:

Code:
<xf:editorrow name="description" [...]>
<xf:formrow>
         <xf:if is="$attachmentData">
        <xf:macro template="public:helper_attach_upload" name="upload_block"
                    arg-attachmentData="{$attachmentData}"
                    arg-forceHash="{$myentity.draft_entity.attachment_hash}" />
        </xf:if>...

Read more

Continue reading...
 
Status
Not open for further replies.
Top