Skip to content

Instantly share code, notes, and snippets.

@caleb
Created April 22, 2011 18:43
Show Gist options
  • Select an option

  • Save caleb/937352 to your computer and use it in GitHub Desktop.

Select an option

Save caleb/937352 to your computer and use it in GitHub Desktop.
labelView: SC.LabelView.design({
layout: { centerX: 0, centerY: 0, width: 200, height: 18 },
textAlign: SC.ALIGN_CENTER,
tagName: "h1",
value: "Welcome to SproutCore!",
click: function() {
this.set("value", "Changed!");
this.$().css("border", "2px solid red");
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment