@titanium/turbo
Version:
🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!
18 lines (17 loc) • 420 B
text/xml
<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>