UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

18 lines (16 loc) 363 B
<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>