Skip to content

Instantly share code, notes, and snippets.

@AbraaoAlves
Created April 16, 2012 13:15
Show Gist options
  • Save AbraaoAlves/2398698 to your computer and use it in GitHub Desktop.
Save AbraaoAlves/2398698 to your computer and use it in GitHub Desktop.
bind convention to textarea
'.field[data-col]:not(.dlk-field) textarea': function(data, el) {
return { text: data[el.parentNode.getAttribute('data-col')] };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment