UNPKG

@titanium/turbo

Version:

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

13 lines • 387 B
<Alloy> <Window> <Require src="header" title="Dynamic Styling" hideButton="true"/> <TableView id="table" dataCollection="views" onClick="loadView"> <TableViewRow class="row" modelId="{id}"> <View class="rowContainer"> <Label class="title" text="{title}"/> <Label class="subtitle" text="{subtitle}"/> </View> </TableViewRow> </TableView> </Window> </Alloy>