Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created July 7, 2009 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/142133 to your computer and use it in GitHub Desktop.
Save kwhinnery/142133 to your computer and use it in GitHub Desktop.
Titanium.Media.openPhotoGallery({
success: function(image,details) {
postPic(image);
},
error: function(e) {
notify(e.message);
},
cancel: function() {
//no op
},
allowImageEditing:true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment