Skip to content

Instantly share code, notes, and snippets.

@bilalq
Created January 21, 2013 22:07
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 bilalq/4589951 to your computer and use it in GitHub Desktop.
Save bilalq/4589951 to your computer and use it in GitHub Desktop.
<Alloy>
<Window title="Comments" id="gameComments">
<LeftNavButton>
<Button id="leftButton" title="Back" onClick="popWindow" />
</LeftNavButton>
<TableView id="commentsTable" />
<View id="writeComment">
<TextField id="commentText"/>
<Button id="sendBtn" />
</View>
</Window>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment