Skip to content

Instantly share code, notes, and snippets.

@levi
Created December 23, 2009 17:20
Show Gist options
  • Save levi/262650 to your computer and use it in GitHub Desktop.
Save levi/262650 to your computer and use it in GitHub Desktop.
// VIEW
contentView: SC.CollectionView.design({
layout: { top: 0, right: 0, bottom: 0, left: 0 },
contentBinding: 'Ljm.entriesController.arrangedObjects',
selectionBinding: 'Ljm.entriesController.selection'
})
// CONTROLLER
Ljm.entriesController = SC.ArrayController.create({
allowMultipleSelection: NO
}) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment