UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid 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>