@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>
19 lines (17 loc) • 509 B
text/xml
<Alloy>
<!-- create a global reference to the journal collection -->
<Collection src="journal"/>
<Window>
<NavigationGroup>
<Window title="Journal">
<RightNavButton>
<Button onClick="addEntry">add entry</Button>
</RightNavButton>
<!-- render each journal entry as an instance of the required view -->
<ScrollView id="scroll" dataCollection="journal" dataTransform="doTransform">
<Require src="entry"/>
</ScrollView>
</Window>
</NavigationGroup>
</Window>
</Alloy>