Skip to content

Instantly share code, notes, and snippets.

@bushxnyc
Created December 10, 2011 02:05
Show Gist options
  • Save bushxnyc/1454268 to your computer and use it in GitHub Desktop.
Save bushxnyc/1454268 to your computer and use it in GitHub Desktop.
How to insert text into SC.View tags
left: SC.View.extend({
layout: {bottom: 0, left: 0, height: 47, width: 117},
classNames: ['left'],
innerHTML: 'Previous',
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment