Skip to content

Instantly share code, notes, and snippets.

@paulitex
Created June 3, 2010 21:22
Show Gist options
  • Save paulitex/424514 to your computer and use it in GitHub Desktop.
Save paulitex/424514 to your computer and use it in GitHub Desktop.
textedit : SC.TextFieldView.create({
isTextArea: YES,
layout: {centerY: 0, centerX: 0, width: 170, height: 170},
sizeCheck: function(key){
if (key) console.log('%@ did change!'.fmt(key));
}.observes('value', 'fieldValue')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment