Files
NativeScript/apps/app/modaltest/modal-frame.xml
2018-01-19 16:21:09 +02:00

12 lines
476 B
XML

<Frame codeFile='~/modaltest/page.2'>
<Page backgroundColor="pink">
<ActionBar title="{{ $value, 'Page ' + $value }} ">
<ActionItem text="close" tap="closeModal" ios.position='right' />
</ActionBar>
<StackLayout backgroundColor="orange">
<Button text="FORWARD" tap="onTap"/>
<Button text="BACKWARD" tap="onBack"/>
<Button text="showModal" tap="showModal"/>
</StackLayout>
</Page>
</Frame>