Skip to content

Instantly share code, notes, and snippets.

@hojberg
Created June 11, 2009 23:20
Show Gist options
  • Save hojberg/128303 to your computer and use it in GitHub Desktop.
Save hojberg/128303 to your computer and use it in GitHub Desktop.
kasesView: SC.ScrollView.design({
hasHorizontalScroller: NO,
classNames: "kasesView",
layout: { top: 60, bottom: 0, left: 0, right: 0 },
contentView: SC.ListView.design({
contentBinding: 'Pitcrew.kasesController.arrangedObjects',
selectionBinding: 'Pitcrew.kasesController.selection',
classNames: 'kaseItem',
contentValueKey: "subject"
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment