UNPKG

alloy

Version:

TiDev Titanium MVC Framework

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>