@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
13 lines • 387 B
text/xml
<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>