Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Last active April 22, 2016 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjohnson/060d57a1d81e1c48c5e485a32f0d2e57 to your computer and use it in GitHub Desktop.
Save kjohnson/060d57a1d81e1c48c5e485a32f0d2e57 to your computer and use it in GitHub Desktop.
<script id="nf-tmpl-custom-repeater-row" type="text/template">
<!-- Draggable Handle for re-ordering rows -->
<div>
<span class="dashicons dashicons-menu handle"></span>
</div>
<!-- Column 1 (Textbox) -->
<div>
<input type="text" class="setting" value="<%= column1 %>" data-id="column1">
</div>
<!-- Dismissible icon for removing a row -->
<div>
<span class="dashicons dashicons-dismiss nf-delete"></span>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment