mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
476 B
XML
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> |