Skip to content

Instantly share code, notes, and snippets.

@marcusleemitchell
Created February 24, 2010 13:57
Show Gist options
  • Save marcusleemitchell/313439 to your computer and use it in GitHub Desktop.
Save marcusleemitchell/313439 to your computer and use it in GitHub Desktop.
SC.LabelView.extend({
layout: { left:0, top:15, height:20, width:73 },
content: content,
isEditable: YES,
content: content,
valueBinding: SC.binding('.operator', content),
textAlign: SC.ALIGN_RIGHT
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment