UNPKG

alloy

Version:

TiDev Titanium MVC Framework

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>