UNPKG

@titanium/turbo

Version:

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

9 lines 203 B
<Alloy> <Window title="Boxers"> <TableView id="table" onClick="openDetail"> <HeaderView platform="android"> <Label id="header">Boxers</Label> </HeaderView> </TableView> </Window> </Alloy>