Skip to content

Instantly share code, notes, and snippets.

@FokkeZB

FokkeZB/index.js Secret

Last active August 29, 2015 14:23
Show Gist options
  • Save FokkeZB/1d2c98867f621798a5fa to your computer and use it in GitHub Desktop.
Save FokkeZB/1d2c98867f621798a5fa to your computer and use it in GitHub Desktop.
$.index.open();
function onClick(e) {
console.error(e);
}
<Alloy>
<Window>
<Module module="ti.map" method="createView" onClick="onClick">
<Annotation title="Hello" latitude="37.389569" longitude="-122.050212" leftButton="Ti.UI.iPhone.SystemButton.SAVE" rightButton="Ti.UI.iPhone.SystemButton.SAVE" />
</Module>
</Window>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment