alloy
Version:
TiDev Titanium MVC Framework
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>