UNPKG

@titanium/turbo

Version:

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

8 lines • 243 B
<Alloy> <Window> <Label id="title" onClick="addThing">List Anything</Label> <TableView id="table" dataCollection="things" onClick="showId"> <TableViewRow title="{name}"/> </TableView> </Window> </Alloy>