UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

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>