UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

18 lines (17 loc) • 420 B
<Alloy> <Popover title="popover" height="300" width="250"> <ContentView> <NavigationWindow id="navWindow"> <Window> <LeftNavButton> <Button onClick="showAlert">left</Button> </LeftNavButton> <RightNavButton> <Button onClick="showAlert">right</Button> </RightNavButton> <Label>I'm a popover</Label> </Window> </NavigationWindow> </ContentView> </Popover> </Alloy>