@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
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>