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>

8 lines 330 B
<Alloy> <NavigationWindow platform="ios"> <Window id="main" title="Main Window"> <Label class="space">Click the button below to "push" a new window onto the navigation stack</Label> <Button class="space" onClick="Alloy.Globals.openWindow">push</Button> </Window> </NavigationWindow> </Alloy>