Using the editor in my own template

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

grantus

Guest
offline
I'm wondering what is the correct way to use Xenforo's editor in my own template.

I have this so far in my template:
Code:

Code:
<xf:form action="{{ link('battle/comment', $battle) }}" class="block" ajax="1">
                    <div class="block-container">
                        <div class="block-body">
                            <div class="js-controls">
                                <xf:editorrow name="message" 
                                    rowtype="fullWidth noLabel"...

Read more

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