Skip to content

Instantly share code, notes, and snippets.

@skizzybiz
Created May 16, 2011 15:07
Show Gist options
  • Save skizzybiz/974609 to your computer and use it in GitHub Desktop.
Save skizzybiz/974609 to your computer and use it in GitHub Desktop.
SelectFieldView not working
// ...
stateSelect: SC.SelectFieldView.design({
layout: {
left: 120,
height: 18,
centerY: 0
},
objectsBinding: '.parentView*content.record.internalStateOptions',
nameKey: 'label',
valueKey: 'value',
disableSort: YES,
valueBinding: '.parentView*content.record.state'
})
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment