Skip to content

Instantly share code, notes, and snippets.

@arendjr
Created January 16, 2013 10:20
Show Gist options
  • Save arendjr/4546156 to your computer and use it in GitHub Desktop.
Save arendjr/4546156 to your computer and use it in GitHub Desktop.
var tie = new LacesTie(model,
'<p><label>Name:</label> <span data-laces="{ property: selectedRoom.name, editable: true }"></span></p>' +
'<p><label>Description:</label> <span data-laces="{ property: selectedRoom.description, editable: true }"></span></p>', {
editEvent: 'click'
});
document.body.appendChild(tie.render());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment