Changes

Jump to: navigation, search

WebAPI/WebActivities

2 bytes removed, 18:19, 30 May 2012
m
Launch an activity: fix typo
var a = new Activity({ name: "pick", data: { type: "image/png", multiple: false }});
a.onsuccess = function() { var image = a.result; doSomethingWithImage(image); });
a.onsuccess onerror = function() { alert("Failure when trying to pick an image!"); });
=== Register to handle an activity ===
Confirm
368
edits

Navigation menu