alloy
Version:
TiDev Titanium MVC Framework
18 lines (16 loc) • 363 B
text/xml
<Alloy>
<TabGroup>
<!-- Explicit Window declaration -->
<Tab id="tab1">
<Window id="win1">
<Label>Label 1</Label>
<Label>Label 2</Label>
<Label platform="ios">Label 3</Label>
<Label>Label 4</Label>
<Label>Label 5</Label>
</Window>
</Tab>
<!-- Tab included via <Require> tag -->
<Require src="tabView"/>
</TabGroup>
</Alloy>