15 lines
615 B
XML
15 lines
615 B
XML
<mvc:View controllerName="mvcapp00124.controller.Enter"
|
|
displayBlock="true"
|
|
xmlns:mvc="sap.ui.core.mvc"
|
|
xmlns="sap.m">
|
|
<Page id="page" title="{i18n>title}">
|
|
<content>
|
|
<FlexBox alignItems="Center" justifyContent="Center" height="100%" width="100%">
|
|
<Button text="Show flights list using navTo" press="onPressNavTo"
|
|
class="sapUiSmallMargin" />
|
|
<Button text="Show flight list using getTargets" press="onPressTargets"
|
|
class="sapUiSmallMargin" />
|
|
</FlexBox>
|
|
</content>
|
|
</Page>
|
|
</mvc:View> |