Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created December 12, 2012 15:06
Show Gist options
  • Save tonylukasavage/4268480 to your computer and use it in GitHub Desktop.
Save tonylukasavage/4268480 to your computer and use it in GitHub Desktop.
<Alloy>
<TabGroup>
<Tab title="tab 1">
<Window title="tab 1"/>
</Tab>
<Tab title="tab 2">
<Window title="tab 2"/>
</Tab>
</TabGroup>
</Alloy>
$.index.getView().open();
<Alloy>
   <Require src="home"/>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment