Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created June 24, 2010 01:41
Show Gist options
  • Save joegaudet/450848 to your computer and use it in GitHub Desktop.
Save joegaudet/450848 to your computer and use it in GitHub Desktop.
MyApp.MyView = SC.View.extend({
layout: { top: 0, right: 0, bottom: 0, left: 0 },
childViews: 'listView'.w(),
contentPath: '',
selectionPath: '',
listView:SC.ListView.design({
layout: { top: 0, right: 0, bottom: 0, left: 0 },
contentBinding: 'MyApp.controller.arrangedObjects',
selectionBinding: 'MyApp.controller.selection'
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment