Stuck on this JS Button

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

Itworx4me

Guest
offline
I am watching the video series on how to build a note pad. I am stuck on building with Xenforo 2 part 11. It asks me to create this code:
Code:

Code:
<xf:button href="{{ link('notes/edit', $note) }}" fa="fa-edit"
                           data-xf-click="inserter"
                           data-replace="#padNote-{$note.note_id} .padNote-article with .js-controls"
                           class="button--link button--iconOnly button--small" title="Edit"></xf:button>

When clicking the button it...

Read more

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