UNPKG

@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 (12 loc) 448 B
<Alloy> <Window layout="vertical"> <LeftNavButton> <Button onClick="closeWindow">pop</Button> </LeftNavButton> <RightNavButton> <Button onClick="Alloy.Globals.openWindow">push</Button> </RightNavButton> <Label class="space">Click the left nav button above to pop this window off the navigation stack. Click the right one to push another window onto the stack.</Label> <Label id="windowNumber" class="space"/> </Window> </Alloy>