UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

9 lines (8 loc) • 270 B
<Alloy> <Window> <Label id="title" onClick="addTestFighter">Fighters</Label> <TableView id="table" dataCollection="fighters" onClick="showId" dataTransform="transformData"> <Require src="row"/> </TableView> </Window> </Alloy>