@titanium/turbo
Version:
🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!
14 lines • 353 B
text/xml
<Alloy>
<Popover title="popover" height="300" width="250">
<ContentView>
<NavigationWindow id="navWindow">
<Window>
<RightNavButton>
<Button title="Open Window" onClick="open_window"/>
</RightNavButton>
<Label>This is a window in a popover</Label>
</Window>
</NavigationWindow>
</ContentView>
</Popover>
</Alloy>