@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>
19 lines • 563 B
text/xml
<Alloy>
<NavigationWindow platform="ios">
<Window title="Window Toolbar">
<WindowToolbar platform="ios">
<FlexSpace/>
<TextField id="tf" />
<FlexSpace/>
<Button id="btn1">Btn 1</Button>
<FlexSpace/>
<Button onClick="doClick" id="btn2">Btn 2</Button>
<FlexSpace/>
</WindowToolbar>
<Label text="The window should have a toolbar with two buttons and a text field."/>
</Window>
</NavigationWindow>
<Window platform="!ios">
<Label>Window.toolbar supported only on iOS</Label>
</Window>
</Alloy>