UNPKG

alloy

Version:

TiDev Titanium MVC Framework

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>