Skip to content

Instantly share code, notes, and snippets.

@juggy
Created June 24, 2010 20:15
Show Gist options
  • Save juggy/451918 to your computer and use it in GitHub Desktop.
Save juggy/451918 to your computer and use it in GitHub Desktop.
sc.js
nameLabel: SC.LabelView.design({
layout: { top: 5, height: 24, left: 5, right: 0},
value: "Email",
controlSize: SC.LARGE_CONTROL_SIZE,
fontWeight: SC.BOLD_WEIGHT
}),
titleLabel: SC.FieldView.design({
layout: { top: 5, height: 24, left: 90, right: 0},
valueBinding: "Ccube.contactObjectController.email",
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment