I

Stuck on this JS Button

  • Thread starter Thread starter Itworx4me
  • Start date Start date
I

Itworx4me

Guest

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...
 
Similar threads Most view View more
Back
Top Bottom