Last active
December 11, 2015 01:19
-
-
Save rightson/4522976 to your computer and use it in GitHub Desktop.
Two-tabbed Alloy Application example (apps/views/index.xml)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Alloy> | |
<Window class="container"> | |
<Label id="label" onClick="doClick">Hello, World</Label> | |
</Window> | |
</Alloy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment