Skip to content

Instantly share code, notes, and snippets.

@kcarriedo
Created July 20, 2010 07:05
Show Gist options
  • Save kcarriedo/482625 to your computer and use it in GitHub Desktop.
Save kcarriedo/482625 to your computer and use it in GitHub Desktop.
//Is this correct?
SC.ImageView.design({
layout: { top: 100, left: 840, rotate: 90, right: 8, height: 150, width: 130 },
value: static_url('resources/aly.JPG'),
localize: NO,
mouseDown: function(evt) {
isActive:YES,
var layout = this.get('layout');
this._mouseDown = {
isVisible: NO, // I would like to hide the image when clicked
};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment