Here's an example that opens an image on the left. Click inside the dashed box.

Afterwards, you can click here to close the image.

$proto('.example-live', {
  Click: {
    onClick: {
      Open : {
        target: '#avatar'
      }
    }  
  }
});