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
- 24,666
- 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:
Read more
Continue reading...
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...