Skip to content

Instantly share code, notes, and snippets.

@geapi
Created January 15, 2011 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geapi/781217 to your computer and use it in GitHub Desktop.
Save geapi/781217 to your computer and use it in GitHub Desktop.
topLeftView: SC.ScrollView.design({
backgroundColor: "#DADFE6",
contentView: SC.View.design({
childViews: 'labLabel labMembersLabel'.w(),
labLabel: SC.SourceListGroupView.design({
layout:{top: 0, left: 0, width: 100, height: 100},
value: "LABORATORY",
fieldLabel: "LAB",
backgroundColor: "white"
}),
labMembersLabel: SC.LabelView.design({
layout: {top: 100, left: 0, width: 100, height: 100},
value: "LAB MEMBERS"
})
})
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment