Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created October 2, 2008 01:59
Show Gist options
  • Save erichocean/14254 to your computer and use it in GitHub Desktop.
Save erichocean/14254 to your computer and use it in GitHub Desktop.
SC.AUTORESIZE_BORDERS = 'borders';
SC.AUTORESIZE_WIDTH = 'width';
SC.AUTORESIZE_RIGHT = 'right';
SC.AUTORESIZE_LEFT = 'left';
SC.AUTORESIZE_HEIGHT = 'height';
SC.AUTORESIZE_TOP = 'top';
SC.AUTORESIZE_BOTTOM = 'bottom';
SC.AUTORESIZE_WIDTH_HEIGHT = 'width+height';
SC.AUTORESIZE_WIDTH_TOP = 'width+top';
SC.AUTORESIZE_WIDTH_BOTTOM = 'width+bottom';
SC.AUTORESIZE_RIGHT_HEIGHT = 'right+height';
SC.AUTORESIZE_RIGHT_TOP = 'right+top';
SC.AUTORESIZE_RIGHT_BOTTOM = 'right+bottom';
SC.AUTORESIZE_LEFT_TOP = 'left+top';
SC.AUTORESIZE_LEFT_BOTTOM = 'left+bottom';
SC.AUTORESIZE_LEFT_HEIGHT = 'left+height';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment